2022-04-02T03:56:31.165 INFO:root:teuthology version: 1.1.0-d877b023 2022-04-02T03:56:31.167 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2022-04-01_18:43:08-rados-wip-yuri11-testing-2022-04-01-0842-distro-default-smithi/6773553 --verbose --name yuriw-2022-04-01_18:43:08-rados-wip-yuri11-testing-2022-04-01-0842-distro-default-smithi --description rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/host rook/1.7.2} --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2022-04-01_18:43:08-rados-wip-yuri11-testing-2022-04-01-0842-distro-default-smithi/6773553/orig.config.yaml 2022-04-02T03:56:31.203 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2022-04-02T03:56:31.265 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2022-04-01_18:43:08-rados-wip-yuri11-testing-2022-04-01-0842-distro-default-smithi/6773553 branch: wip-yuri11-testing-2022-04-01-0842 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: '6773553' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2022-04-01_18:43:08-rados-wip-yuri11-testing-2022-04-01-0842-distro-default-smithi nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri11-testing-2022-04-01-0842 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: 76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a 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: 76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a kernel: hwe: true kubeadm: version: '1.21' rook: rook_branch: v1.7.2 rook_image: rook/ceph:v1.7.2 workunit: branch: wip-yuri11-testing-2022-04-01-0842 sha1: 76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a owner: scheduled_yuriw@teuthology priority: 56 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.a sha1: 76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a sleep_before_teardown: 0 suite: rados suite_branch: wip-yuri11-testing-2022-04-01-0842 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a targets: smithi116.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGnsagw4WzhburDxmg9ATjYL7l6hh8+xXJcYx0A0O5+u+Yhdr1mEm++uHeUtMsH1VlLa9J9oDwNPKLuEjqSiz7Edg2OboeMYAqVOK1MomjwPxkQGO5xYo1UVIElYrVbAe9d8l8RHo+ntZKTov9eaDRIgvwVXuq+rC7tV1UO4E0KQK3mlw+2NJvZcHDoGwCAHIVNkAK/XNAvtnzcqVXDFyJ3C+dUm2njtjQMyV19PqR4RG1uVjDlR6OXVkMckWJ0eT3sqUwMsx8Ng2RNfCX/+zyjdCTvlkP5sT5aEaVSOdCYPIhhFHBtvu/kkp+ZKVadMW+3yK3kAdiZhmYyRo2RdT4JMG8iu9CQE/TuqrYo7KdBi4NU/PDa8eAugX3KktYgD8w8uF7F8duCm1ge1QMNPtrm6bQxprshoSRZ7huYbA1+hUVXk/J6YSw7xfED1dHyW9Ukpudvl3npBWJC0dUbMdgWKv6ecavswapvPdG+CVpc2t6ltYtey2s5mGLKdOmj5s= 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: d877b023166308f282187444de8e8e725ffb27d2 timestamp: 2022-04-01_18:43:08 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.22301 2022-04-02T03:56:31.266 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/qa; will attempt to use it 2022-04-02T03:56:31.267 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/qa/tasks 2022-04-02T03:56:31.267 INFO:teuthology.run_tasks:Running task internal.check_packages... 2022-04-02T03:56:31.269 INFO:teuthology.task.internal:Checking packages... 2022-04-02T03:56:31.289 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a' 2022-04-02T03:56:31.289 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2022-04-02T03:56:31.290 INFO:teuthology.packaging:ref: None 2022-04-02T03:56:31.290 INFO:teuthology.packaging:tag: None 2022-04-02T03:56:31.290 INFO:teuthology.packaging:branch: wip-yuri11-testing-2022-04-01-0842 2022-04-02T03:56:31.291 INFO:teuthology.packaging:sha1: 76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a 2022-04-02T03:56:31.291 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri11-testing-2022-04-01-0842 2022-04-02T03:56:31.449 INFO:teuthology.task.internal:Found packages for ceph version 17.0.0-11449-g76cd7b38-1focal 2022-04-02T03:56:31.450 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2022-04-02T03:56:31.457 INFO:teuthology.task.internal:no buildpackages task found 2022-04-02T03:56:31.457 INFO:teuthology.run_tasks:Running task internal.save_config... 2022-04-02T03:56:31.504 INFO:teuthology.task.internal:Saving configuration 2022-04-02T03:56:31.515 INFO:teuthology.run_tasks:Running task internal.check_lock... 2022-04-02T03:56:31.545 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-04-02T03:56:31.568 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2022-04-01_18:43:08-rados-wip-yuri11-testing-2022-04-01-0842-distro-default-smithi/6773553', '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-04-02 03:51:10.411417', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFmM63OoosvgFWgQTEkTgVHrek93kEZyxxrFyXFchcQU'} 2022-04-02T03:56:31.568 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2022-04-02T03:56:31.579 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['host.a', 'client.a'] 2022-04-02T03:56:31.579 INFO:teuthology.run_tasks:Running task console_log... 2022-04-02T03:56:31.636 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff117ea8c80>, signals=[15]) 2022-04-02T03:56:31.638 INFO:teuthology.run_tasks:Running task internal.connect... 2022-04-02T03:56:31.649 INFO:teuthology.task.internal:Opening connections... 2022-04-02T03:56:31.649 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2022-04-02T03:56:31.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-04-02T03:56:31.706 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2022-04-02T03:56:31.717 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2022-04-02T03:56:31.828 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2022-04-02T03:56:31.829 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2022-04-02T03:56:31.835 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="Ubuntu" 2022-04-02T03:56:31.835 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="20.04.3 LTS (Focal Fossa)" 2022-04-02T03:56:31.835 INFO:teuthology.orchestra.run.smithi116.stdout:ID=ubuntu 2022-04-02T03:56:31.836 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE=debian 2022-04-02T03:56:31.836 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="Ubuntu 20.04.3 LTS" 2022-04-02T03:56:31.836 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="20.04" 2022-04-02T03:56:31.836 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://www.ubuntu.com/" 2022-04-02T03:56:31.836 INFO:teuthology.orchestra.run.smithi116.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2022-04-02T03:56:31.837 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2022-04-02T03:56:31.837 INFO:teuthology.orchestra.run.smithi116.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2022-04-02T03:56:31.837 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_CODENAME=focal 2022-04-02T03:56:31.837 INFO:teuthology.orchestra.run.smithi116.stdout:UBUNTU_CODENAME=focal 2022-04-02T03:56:31.838 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2022-04-02T03:56:31.857 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2022-04-02T03:56:31.868 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2022-04-02T03:56:31.891 INFO:teuthology.task.internal:Checking for old test directory... 2022-04-02T03:56:31.892 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2022-04-02T03:56:31.897 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2022-04-02T03:56:31.923 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2022-04-02T03:56:31.924 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2022-04-02T03:56:31.943 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2022-04-02T03:56:31.978 INFO:teuthology.run_tasks:Running task kernel... 2022-04-02T03:56:31.997 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2022-04-02T03:56:31.998 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2022-04-02T03:56:31.998 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.a': {'hwe': True}} 2022-04-02T03:56:31.998 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2022-04-02T03:56:31.999 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2022-04-02T03:56:32.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-04-02T03:56:32.005 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2022-04-02T03:56:32.054 INFO:teuthology.orchestra.run.smithi116.stdout:5.4.0-97-generic 2022-04-02T03:56:32.054 INFO:teuthology.task.kernel:Running kernel on smithi116: 5.4.0-97-generic 2022-04-02T03:56:32.055 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get clean 2022-04-02T03:56:32.122 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get update 2022-04-02T03:56:32.270 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-04-02T03:56:32.271 INFO:teuthology.orchestra.run.smithi116.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-04-02T03:56:32.275 INFO:teuthology.orchestra.run.smithi116.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-04-02T03:56:32.373 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-04-02T03:56:32.674 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [414 kB] 2022-04-02T03:56:32.775 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,377 kB] 2022-04-02T03:56:32.843 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [626 kB] 2022-04-02T03:56:32.878 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [238 kB] 2022-04-02T03:56:32.886 INFO:teuthology.orchestra.run.smithi116.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [9,872 B] 2022-04-02T03:56:32.886 INFO:teuthology.orchestra.run.smithi116.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [853 kB] 2022-04-02T03:56:32.919 INFO:teuthology.orchestra.run.smithi116.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [21.9 kB] 2022-04-02T03:56:32.919 INFO:teuthology.orchestra.run.smithi116.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [122 kB] 2022-04-02T03:56:32.919 INFO:teuthology.orchestra.run.smithi116.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [532 B] 2022-04-02T03:56:32.919 INFO:teuthology.orchestra.run.smithi116.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [695 kB] 2022-04-02T03:56:32.941 INFO:teuthology.orchestra.run.smithi116.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [547 kB] 2022-04-02T03:56:32.964 INFO:teuthology.orchestra.run.smithi116.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [122 kB] 2022-04-02T03:56:32.967 INFO:teuthology.orchestra.run.smithi116.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [14.1 kB] 2022-04-02T03:56:32.967 INFO:teuthology.orchestra.run.smithi116.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,180 B] 2022-04-02T03:56:32.967 INFO:teuthology.orchestra.run.smithi116.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 2022-04-02T03:56:32.982 INFO:teuthology.orchestra.run.smithi116.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,196 B] 2022-04-02T03:56:32.982 INFO:teuthology.orchestra.run.smithi116.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [500 B] 2022-04-02T03:56:32.984 INFO:teuthology.orchestra.run.smithi116.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,704 kB] 2022-04-02T03:56:33.041 INFO:teuthology.orchestra.run.smithi116.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [319 kB] 2022-04-02T03:56:33.057 INFO:teuthology.orchestra.run.smithi116.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.8 kB] 2022-04-02T03:56:33.057 INFO:teuthology.orchestra.run.smithi116.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [24.3 kB] 2022-04-02T03:56:33.058 INFO:teuthology.orchestra.run.smithi116.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [913 kB] 2022-04-02T03:56:33.070 INFO:teuthology.orchestra.run.smithi116.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [130 kB] 2022-04-02T03:56:33.071 INFO:teuthology.orchestra.run.smithi116.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [528 B] 2022-04-02T03:56:33.072 INFO:teuthology.orchestra.run.smithi116.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [676 kB] 2022-04-02T03:56:33.077 INFO:teuthology.orchestra.run.smithi116.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [915 kB] 2022-04-02T03:56:33.093 INFO:teuthology.orchestra.run.smithi116.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [204 kB] 2022-04-02T03:56:33.095 INFO:teuthology.orchestra.run.smithi116.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [20.4 kB] 2022-04-02T03:56:33.101 INFO:teuthology.orchestra.run.smithi116.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,432 B] 2022-04-02T03:56:33.102 INFO:teuthology.orchestra.run.smithi116.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.4 kB] 2022-04-02T03:56:33.102 INFO:teuthology.orchestra.run.smithi116.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,336 B] 2022-04-02T03:56:33.103 INFO:teuthology.orchestra.run.smithi116.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [592 B] 2022-04-02T03:56:33.104 INFO:teuthology.orchestra.run.smithi116.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [42.2 kB] 2022-04-02T03:56:33.105 INFO:teuthology.orchestra.run.smithi116.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [34.8 kB] 2022-04-02T03:56:33.126 INFO:teuthology.orchestra.run.smithi116.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main Translation-en [10.1 kB] 2022-04-02T03:56:33.127 INFO:teuthology.orchestra.run.smithi116.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [22.7 kB] 2022-04-02T03:56:33.128 INFO:teuthology.orchestra.run.smithi116.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [12.9 kB] 2022-04-02T03:56:33.128 INFO:teuthology.orchestra.run.smithi116.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [15.5 kB] 2022-04-02T03:56:33.129 INFO:teuthology.orchestra.run.smithi116.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [808 B] 2022-04-02T03:56:35.989 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 10.5 MB in 2s (5,840 kB/s) 2022-04-02T03:56:37.199 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2022-04-02T03:56:37.223 DEBUG:teuthology.orchestra.run.smithi116:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-04-02T03:56:37.289 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2022-04-02T03:56:37.444 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2022-04-02T03:56:37.444 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2022-04-02T03:56:37.575 INFO:teuthology.orchestra.run.smithi116.stdout:The following additional packages will be installed: 2022-04-02T03:56:37.575 INFO:teuthology.orchestra.run.smithi116.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-04-02T03:56:37.575 INFO:teuthology.orchestra.run.smithi116.stdout: libusbmuxd6 linux-image-5.13.0-39-generic linux-modules-5.13.0-39-generic 2022-04-02T03:56:37.576 INFO:teuthology.orchestra.run.smithi116.stdout: linux-modules-extra-5.13.0-39-generic thermald upower usbmuxd 2022-04-02T03:56:37.576 INFO:teuthology.orchestra.run.smithi116.stdout:Suggested packages: 2022-04-02T03:56:37.576 INFO:teuthology.orchestra.run.smithi116.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.13-source-5.13.0 2022-04-02T03:56:37.577 INFO:teuthology.orchestra.run.smithi116.stdout: linux-hwe-5.13-tools linux-headers-5.13.0-39-generic 2022-04-02T03:56:37.629 INFO:teuthology.orchestra.run.smithi116.stdout:The following NEW packages will be installed: 2022-04-02T03:56:37.630 INFO:teuthology.orchestra.run.smithi116.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-04-02T03:56:37.630 INFO:teuthology.orchestra.run.smithi116.stdout: libusbmuxd6 linux-image-5.13.0-39-generic linux-image-generic-hwe-20.04 2022-04-02T03:56:37.630 INFO:teuthology.orchestra.run.smithi116.stdout: linux-modules-5.13.0-39-generic linux-modules-extra-5.13.0-39-generic 2022-04-02T03:56:37.631 INFO:teuthology.orchestra.run.smithi116.stdout: thermald upower usbmuxd 2022-04-02T03:56:37.804 INFO:teuthology.orchestra.run.smithi116.stdout:0 upgraded, 13 newly installed, 0 to remove and 120 not upgraded. 2022-04-02T03:56:37.804 INFO:teuthology.orchestra.run.smithi116.stdout:Need to get 79.9 MB of archives. 2022-04-02T03:56:37.805 INFO:teuthology.orchestra.run.smithi116.stdout:After this operation, 410 MB of additional disk space will be used. 2022-04-02T03:56:37.805 INFO:teuthology.orchestra.run.smithi116.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2022-04-02T03:56:38.081 INFO:teuthology.orchestra.run.smithi116.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2022-04-02T03:56:38.110 INFO:teuthology.orchestra.run.smithi116.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2022-04-02T03:56:38.130 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2022-04-02T03:56:38.199 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2022-04-02T03:56:38.236 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.13.0-39-generic amd64 5.13.0-39.44~20.04.1 [18.3 MB] 2022-04-02T03:56:39.021 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.13.0-39-generic amd64 5.13.0-39.44~20.04.1 [10.0 MB] 2022-04-02T03:56:39.299 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.13.0-39-generic amd64 5.13.0-39.44~20.04.1 [51.0 MB] 2022-04-02T03:56:40.919 INFO:teuthology.orchestra.run.smithi116.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.13.0.39.44~20.04.24 [2,620 B] 2022-04-02T03:56:40.920 INFO:teuthology.orchestra.run.smithi116.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.1 [31.6 kB] 2022-04-02T03:56:40.920 INFO:teuthology.orchestra.run.smithi116.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2022-04-02T03:56:40.926 INFO:teuthology.orchestra.run.smithi116.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2022-04-02T03:56:40.981 INFO:teuthology.orchestra.run.smithi116.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2022-04-02T03:56:41.394 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 79.9 MB in 3s (23.9 MB/s) 2022-04-02T03:56:41.600 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2022-04-02T03:56:43.093 INFO:teuthology.orchestra.run.smithi116.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-04-02T03:56:43.098 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2022-04-02T03:56:43.255 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-04-02T03:56:43.633 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libplist3:amd64. 2022-04-02T03:56:43.647 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2022-04-02T03:56:43.691 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2022-04-02T03:56:43.977 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2022-04-02T03:56:43.991 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2022-04-02T03:56:44.044 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2022-04-02T03:56:44.371 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2022-04-02T03:56:44.385 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2022-04-02T03:56:44.437 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-04-02T03:56:44.782 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libupower-glib3:amd64. 2022-04-02T03:56:44.796 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2022-04-02T03:56:44.857 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2022-04-02T03:56:45.135 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-modules-5.13.0-39-generic. 2022-04-02T03:56:45.151 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../05-linux-modules-5.13.0-39-generic_5.13.0-39.44~20.04.1_amd64.deb ... 2022-04-02T03:56:45.200 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-modules-5.13.0-39-generic (5.13.0-39.44~20.04.1) ... 2022-04-02T03:56:47.427 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-image-5.13.0-39-generic. 2022-04-02T03:56:47.443 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../06-linux-image-5.13.0-39-generic_5.13.0-39.44~20.04.1_amd64.deb ... 2022-04-02T03:56:47.559 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-image-5.13.0-39-generic (5.13.0-39.44~20.04.1) ... 2022-04-02T03:56:48.013 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-modules-extra-5.13.0-39-generic. 2022-04-02T03:56:48.026 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../07-linux-modules-extra-5.13.0-39-generic_5.13.0-39.44~20.04.1_amd64.deb ... 2022-04-02T03:56:48.063 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-modules-extra-5.13.0-39-generic (5.13.0-39.44~20.04.1) ... 2022-04-02T03:56:53.970 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2022-04-02T03:56:53.988 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.13.0.39.44~20.04.24_amd64.deb ... 2022-04-02T03:56:54.028 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-image-generic-hwe-20.04 (5.13.0.39.44~20.04.24) ... 2022-04-02T03:56:54.369 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libevdev2:amd64. 2022-04-02T03:56:54.384 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.1_amd64.deb ... 2022-04-02T03:56:54.428 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-04-02T03:56:54.789 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package thermald. 2022-04-02T03:56:54.802 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2022-04-02T03:56:54.839 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2022-04-02T03:56:55.421 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package upower. 2022-04-02T03:56:55.435 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2022-04-02T03:56:55.473 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking upower (0.99.11-1build2) ... 2022-04-02T03:56:55.914 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package usbmuxd. 2022-04-02T03:56:55.927 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2022-04-02T03:56:55.963 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-04-02T03:56:56.262 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2022-04-02T03:56:56.359 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-04-02T03:56:56.512 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2022-04-02T03:56:56.638 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2022-04-02T03:56:56.748 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-04-02T03:56:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-04-02T03:56:57.016 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up upower (0.99.11-1build2) ... 2022-04-02T03:56:57.471 INFO:teuthology.orchestra.run.smithi116.stdout:upower.service is a disabled or a static unit, not starting it. 2022-04-02T03:56:57.526 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-04-02T03:56:57.725 INFO:teuthology.orchestra.run.smithi116.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2022-04-02T03:56:57.735 INFO:teuthology.orchestra.run.smithi116.stdout:Adding system user `usbmux' (UID 114) ... 2022-04-02T03:56:57.735 INFO:teuthology.orchestra.run.smithi116.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2022-04-02T03:56:58.268 INFO:teuthology.orchestra.run.smithi116.stdout:Not creating home directory `/var/lib/usbmux'. 2022-04-02T03:56:58.502 INFO:teuthology.orchestra.run.smithi116.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2022-04-02T03:56:58.548 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2022-04-02T03:56:58.853 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2022-04-02T03:56:58.854 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2022-04-02T03:56:59.327 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-modules-5.13.0-39-generic (5.13.0-39.44~20.04.1) ... 2022-04-02T03:57:00.679 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-image-5.13.0-39-generic (5.13.0-39.44~20.04.1) ... 2022-04-02T03:57:01.932 INFO:teuthology.orchestra.run.smithi116.stdout:I: /boot/vmlinuz is now a symlink to vmlinuz-5.13.0-39-generic 2022-04-02T03:57:01.933 INFO:teuthology.orchestra.run.smithi116.stdout:I: /boot/initrd.img is now a symlink to initrd.img-5.13.0-39-generic 2022-04-02T03:57:02.073 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-modules-extra-5.13.0-39-generic (5.13.0-39.44~20.04.1) ... 2022-04-02T03:57:03.932 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-image-generic-hwe-20.04 (5.13.0.39.44~20.04.24) ... 2022-04-02T03:57:04.058 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-04-02T03:57:07.772 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-04-02T03:57:08.432 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-04-02T03:57:08.557 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for linux-image-5.13.0-39-generic (5.13.0-39.44~20.04.1) ... 2022-04-02T03:57:08.787 INFO:teuthology.orchestra.run.smithi116.stdout:/etc/kernel/postinst.d/initramfs-tools: 2022-04-02T03:57:08.787 INFO:teuthology.orchestra.run.smithi116.stdout:update-initramfs: Generating /boot/initrd.img-5.13.0-39-generic 2022-04-02T03:57:32.982 INFO:teuthology.orchestra.run.smithi116.stdout:/etc/kernel/postinst.d/zz-update-grub: 2022-04-02T03:57:32.983 INFO:teuthology.orchestra.run.smithi116.stdout:Sourcing file `/etc/default/grub' 2022-04-02T03:57:32.988 INFO:teuthology.orchestra.run.smithi116.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-04-02T03:57:33.011 INFO:teuthology.orchestra.run.smithi116.stdout:Generating grub configuration file ... 2022-04-02T03:57:33.392 INFO:teuthology.orchestra.run.smithi116.stdout:Found linux image: /boot/vmlinuz-5.13.0-39-generic 2022-04-02T03:57:33.417 INFO:teuthology.orchestra.run.smithi116.stdout:Found initrd image: /boot/initrd.img-5.13.0-39-generic 2022-04-02T03:57:33.780 INFO:teuthology.orchestra.run.smithi116.stdout:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-04-02T03:57:33.792 INFO:teuthology.orchestra.run.smithi116.stdout:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-04-02T03:57:35.569 INFO:teuthology.orchestra.run.smithi116.stdout:done 2022-04-02T03:57:35.920 DEBUG:teuthology.orchestra.run.smithi116:> dpkg -s linux-image-generic-hwe-20.04 2022-04-02T03:57:35.950 INFO:teuthology.orchestra.run.smithi116.stdout:Package: linux-image-generic-hwe-20.04 2022-04-02T03:57:35.950 INFO:teuthology.orchestra.run.smithi116.stdout:Status: install ok installed 2022-04-02T03:57:35.950 INFO:teuthology.orchestra.run.smithi116.stdout:Priority: optional 2022-04-02T03:57:35.951 INFO:teuthology.orchestra.run.smithi116.stdout:Section: kernel 2022-04-02T03:57:35.951 INFO:teuthology.orchestra.run.smithi116.stdout:Installed-Size: 19 2022-04-02T03:57:35.951 INFO:teuthology.orchestra.run.smithi116.stdout:Maintainer: Ubuntu Kernel Team 2022-04-02T03:57:35.951 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: amd64 2022-04-02T03:57:35.952 INFO:teuthology.orchestra.run.smithi116.stdout:Source: linux-meta-hwe-5.13 2022-04-02T03:57:35.952 INFO:teuthology.orchestra.run.smithi116.stdout:Version: 5.13.0.39.44~20.04.24 2022-04-02T03:57:35.952 INFO:teuthology.orchestra.run.smithi116.stdout:Provides: virtualbox-guest-modules (= 5.13.0-39), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2.1) 2022-04-02T03:57:35.952 INFO:teuthology.orchestra.run.smithi116.stdout:Depends: linux-image-5.13.0-39-generic, linux-modules-extra-5.13.0-39-generic, linux-firmware, intel-microcode, amd64-microcode 2022-04-02T03:57:35.953 INFO:teuthology.orchestra.run.smithi116.stdout:Recommends: thermald 2022-04-02T03:57:35.953 INFO:teuthology.orchestra.run.smithi116.stdout:Description: Generic Linux kernel image 2022-04-02T03:57:35.953 INFO:teuthology.orchestra.run.smithi116.stdout: This package will always depend on the latest generic kernel image 2022-04-02T03:57:35.953 INFO:teuthology.orchestra.run.smithi116.stdout: available. 2022-04-02T03:57:35.954 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-97-generic Expected: 5.13.0-39-generic 2022-04-02T03:57:35.954 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2022-04-02T03:57:35.954 DEBUG:teuthology.task.kernel:src is distro, skipping download 2022-04-02T03:57:35.955 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2022-04-02T03:57:35.955 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi116.front.sepia.ceph.com, path=None, version=distro) 2022-04-02T03:57:35.955 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get clean 2022-04-02T03:57:36.082 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get update 2022-04-02T03:57:36.236 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-04-02T03:57:36.245 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-04-02T03:57:36.265 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-04-02T03:57:36.345 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-04-02T03:57:37.778 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2022-04-02T03:57:37.797 DEBUG:teuthology.orchestra.run.smithi116:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-04-02T03:57:37.862 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2022-04-02T03:57:38.052 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2022-04-02T03:57:38.052 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2022-04-02T03:57:38.244 INFO:teuthology.orchestra.run.smithi116.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.13.0.39.44~20.04.24). 2022-04-02T03:57:38.245 INFO:teuthology.orchestra.run.smithi116.stdout:0 upgraded, 0 newly installed, 0 to remove and 120 not upgraded. 2022-04-02T03:57:38.246 DEBUG:teuthology.orchestra.run.smithi116:> dpkg -s linux-image-generic-hwe-20.04 2022-04-02T03:57:38.267 INFO:teuthology.orchestra.run.smithi116.stdout:Package: linux-image-generic-hwe-20.04 2022-04-02T03:57:38.268 INFO:teuthology.orchestra.run.smithi116.stdout:Status: install ok installed 2022-04-02T03:57:38.268 INFO:teuthology.orchestra.run.smithi116.stdout:Priority: optional 2022-04-02T03:57:38.268 INFO:teuthology.orchestra.run.smithi116.stdout:Section: kernel 2022-04-02T03:57:38.268 INFO:teuthology.orchestra.run.smithi116.stdout:Installed-Size: 19 2022-04-02T03:57:38.269 INFO:teuthology.orchestra.run.smithi116.stdout:Maintainer: Ubuntu Kernel Team 2022-04-02T03:57:38.269 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: amd64 2022-04-02T03:57:38.269 INFO:teuthology.orchestra.run.smithi116.stdout:Source: linux-meta-hwe-5.13 2022-04-02T03:57:38.269 INFO:teuthology.orchestra.run.smithi116.stdout:Version: 5.13.0.39.44~20.04.24 2022-04-02T03:57:38.270 INFO:teuthology.orchestra.run.smithi116.stdout:Provides: virtualbox-guest-modules (= 5.13.0-39), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2.1) 2022-04-02T03:57:38.270 INFO:teuthology.orchestra.run.smithi116.stdout:Depends: linux-image-5.13.0-39-generic, linux-modules-extra-5.13.0-39-generic, linux-firmware, intel-microcode, amd64-microcode 2022-04-02T03:57:38.270 INFO:teuthology.orchestra.run.smithi116.stdout:Recommends: thermald 2022-04-02T03:57:38.270 INFO:teuthology.orchestra.run.smithi116.stdout:Description: Generic Linux kernel image 2022-04-02T03:57:38.271 INFO:teuthology.orchestra.run.smithi116.stdout: This package will always depend on the latest generic kernel image 2022-04-02T03:57:38.271 INFO:teuthology.orchestra.run.smithi116.stdout: available. 2022-04-02T03:57:38.271 DEBUG:teuthology.orchestra.run.smithi116:> mktemp 2022-04-02T03:57:38.277 INFO:teuthology.orchestra.run.smithi116.stdout:/tmp/tmp.1bNYaLboIW 2022-04-02T03:57:38.278 DEBUG:teuthology.orchestra.run.smithi116:> sudo cp /boot/grub/grub.cfg /tmp/tmp.1bNYaLboIW 2022-04-02T03:57:38.335 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0666 /tmp/tmp.1bNYaLboIW 2022-04-02T03:57:38.375 DEBUG:teuthology.orchestra.remote:smithi116:/tmp/tmp.1bNYaLboIW is 8KB 2022-04-02T03:57:38.390 DEBUG:teuthology.orchestra.run.smithi116:> rm -fr /tmp/tmp.1bNYaLboIW 2022-04-02T03:57:38.397 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2022-04-02T03:57:38.453 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T03:57:38.454 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/grub.d/01_ceph_kernel 2022-04-02T03:57:38.454 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2022-04-02T03:57:38.489 INFO:teuthology.task.kernel:Distro Kernel Version: 5.13.0-39-generic 2022-04-02T03:57:38.489 DEBUG:teuthology.orchestra.run.smithi116:> sudo update-grub 2022-04-02T03:57:39.697 INFO:teuthology.orchestra.run.smithi116.stderr:Sourcing file `/etc/default/grub' 2022-04-02T03:57:39.699 INFO:teuthology.orchestra.run.smithi116.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-04-02T03:57:39.709 INFO:teuthology.orchestra.run.smithi116.stderr:Generating grub configuration file ... 2022-04-02T03:57:39.953 INFO:teuthology.orchestra.run.smithi116.stderr:Found linux image: /boot/vmlinuz-5.13.0-39-generic 2022-04-02T03:57:39.964 INFO:teuthology.orchestra.run.smithi116.stderr:Found initrd image: /boot/initrd.img-5.13.0-39-generic 2022-04-02T03:57:40.328 INFO:teuthology.orchestra.run.smithi116.stderr:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-04-02T03:57:40.339 INFO:teuthology.orchestra.run.smithi116.stderr:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-04-02T03:57:41.049 INFO:teuthology.orchestra.run.smithi116.stderr:done 2022-04-02T03:57:41.051 DEBUG:teuthology.orchestra.run.smithi116:> sudo shutdown -r now 2022-04-02T03:58:11.081 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2022-04-02T03:58:11.082 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2022-04-02T03:58:11.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-04-02T03:58:29.579 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2022-04-02T03:58:59.607 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2022-04-02T03:58:59.608 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-04-02T03:59:17.963 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2022-04-02T03:59:47.994 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2022-04-02T03:59:47.996 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-04-02T03:59:48.175 DEBUG:teuthology.orchestra.run.smithi116:> true 2022-04-02T03:59:48.729 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2022-04-02T03:59:48.729 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.13.0-39-generic"... 2022-04-02T03:59:48.730 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2022-04-02T03:59:48.735 INFO:teuthology.orchestra.run.smithi116.stdout:5.13.0-39-generic 2022-04-02T03:59:48.736 DEBUG:teuthology.task.kernel:current kernel version is 5.13.0-39-generic vs 5.13.0-39-generic 2022-04-02T03:59:48.736 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2022-04-02T03:59:48.736 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2022-04-02T03:59:49.738 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2022-04-02T03:59:49.739 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2022-04-02T03:59:49.810 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2022-04-02T03:59:49.838 DEBUG:teuthology.parallel:result is None 2022-04-02T03:59:49.838 INFO:teuthology.run_tasks:Running task internal.base... 2022-04-02T03:59:49.849 INFO:teuthology.task.internal:Creating test directory... 2022-04-02T03:59:49.850 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2022-04-02T03:59:49.857 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2022-04-02T03:59:49.895 INFO:teuthology.run_tasks:Running task internal.archive... 2022-04-02T03:59:49.927 INFO:teuthology.task.internal:Creating archive directory... 2022-04-02T03:59:49.928 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2022-04-02T03:59:49.955 INFO:teuthology.run_tasks:Running task internal.coredump... 2022-04-02T03:59:49.966 INFO:teuthology.task.internal:Enabling coredump saving... 2022-04-02T03:59:49.967 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T03:59:50.008 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-04-02T03:59:50.017 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-04-02T03:59:50.018 INFO:teuthology.run_tasks:Running task internal.sudo... 2022-04-02T03:59:50.030 INFO:teuthology.task.internal:Configuring sudo... 2022-04-02T03:59:50.031 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2022-04-02T03:59:50.047 INFO:teuthology.run_tasks:Running task internal.syslog... 2022-04-02T03:59:50.062 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2022-04-02T03:59:50.063 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2022-04-02T03:59:50.071 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2022-04-02T03:59:50.122 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2022-04-02T03:59:50.130 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T03:59:50.130 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2022-04-02T03:59:50.176 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2022-04-02T03:59:50.270 INFO:teuthology.run_tasks:Running task internal.timer... 2022-04-02T03:59:50.281 INFO:teuthology.task.internal:Starting timer... 2022-04-02T03:59:50.281 INFO:teuthology.run_tasks:Running task pcp... 2022-04-02T03:59:50.306 INFO:teuthology.run_tasks:Running task selinux... 2022-04-02T03:59:50.340 DEBUG:teuthology.task.selinux:Excluding smithi116: OS 'ubuntu' does not support SELinux 2022-04-02T03:59:50.341 DEBUG:teuthology.task.selinux:Getting current SELinux state 2022-04-02T03:59:50.341 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2022-04-02T03:59:50.342 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2022-04-02T03:59:50.342 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2022-04-02T03:59:50.371 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-04-02T03:59:50.372 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to origin/master 2022-04-02T03:59:50.396 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-04-02T03:59:50.398 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi116.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2022-04-02T04:03:06.536 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi116.front.sepia.ceph.com')] 2022-04-02T04:03:06.539 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2022-04-02T04:03:06.541 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-04-02T04:03:06.591 DEBUG:teuthology.orchestra.run.smithi116:> true 2022-04-02T04:03:06.712 INFO:teuthology.run_tasks:Running task clock... 2022-04-02T04:03:06.740 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2022-04-02T04:03:06.741 INFO:teuthology.orchestra.run:Running command with timeout 360 2022-04-02T04:03:06.743 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T04:03:06.775 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:06 ntpd[9562]: ntpd 4.2.8p12@1.3728-o (1): Starting 2022-04-02T04:03:06.776 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:06 ntpd[9562]: Command line: ntpd -gq 2022-04-02T04:03:06.776 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:06 ntpd[9562]: proto: precision = 0.060 usec (-24) 2022-04-02T04:03:06.777 INFO:teuthology.orchestra.run.smithi116.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-04-02T04:03:06.777 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:06 ntpd[9562]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-04-02T04:03:06.778 INFO:teuthology.orchestra.run.smithi116.stderr:restrict ::: KOD does nothing without LIMITED. 2022-04-02T04:03:06.779 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:06 ntpd[9562]: restrict ::: KOD does nothing without LIMITED. 2022-04-02T04:03:06.779 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:06 ntpd[9562]: Listen and drop on 0 v6wildcard [::]:123 2022-04-02T04:03:06.779 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:06 ntpd[9562]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2022-04-02T04:03:06.780 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:06 ntpd[9562]: Listen normally on 2 lo 127.0.0.1:123 2022-04-02T04:03:06.780 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:06 ntpd[9562]: Listen normally on 3 enp3s0f1 172.21.15.116:123 2022-04-02T04:03:06.780 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:06 ntpd[9562]: Listen normally on 4 lo [::1]:123 2022-04-02T04:03:06.780 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:06 ntpd[9562]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:3f67%5]:123 2022-04-02T04:03:06.781 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:06 ntpd[9562]: Listening on routing socket on fd #22 for interface updates 2022-04-02T04:03:08.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:08 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:08.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:08 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:08.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:08 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:08.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:08 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:08.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:08 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:08.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:08 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:08.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:08 ntpd[9562]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-02T04:03:08.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:08 ntpd[9562]: can't open /var/log/ntpstats/peerstats.20220402: Permission denied 2022-04-02T04:03:08.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:08 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:08.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:08 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:08.780 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:08 ntpd[9562]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-02T04:03:08.780 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:08 ntpd[9562]: can't open /var/log/ntpstats/peerstats.20220402: Permission denied 2022-04-02T04:03:09.776 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:09 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:09.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:09 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:09.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:09 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:09.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:09 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:09.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:09 ntpd[9562]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-02T04:03:09.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:09 ntpd[9562]: can't open /var/log/ntpstats/peerstats.20220402: Permission denied 2022-04-02T04:03:10.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:10 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:10.836 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:10 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:10.837 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:10 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:10.837 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:10 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:10.837 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:10 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:10.837 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:10 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:10.837 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:10 ntpd[9562]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-02T04:03:10.838 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:10 ntpd[9562]: can't open /var/log/ntpstats/peerstats.20220402: Permission denied 2022-04-02T04:03:10.838 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:10 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:10.838 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:10 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:10.839 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:10 ntpd[9562]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-02T04:03:10.839 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:10 ntpd[9562]: can't open /var/log/ntpstats/peerstats.20220402: Permission denied 2022-04-02T04:03:11.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:11 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:11.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:11 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:11.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:11 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:11.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:11 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:11.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:11 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:11.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:11 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:11.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:11 ntpd[9562]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-02T04:03:11.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:11 ntpd[9562]: can't open /var/log/ntpstats/peerstats.20220402: Permission denied 2022-04-02T04:03:11.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:11 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:11.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:11 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:11.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:11 ntpd[9562]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-02T04:03:11.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:11 ntpd[9562]: can't open /var/log/ntpstats/peerstats.20220402: Permission denied 2022-04-02T04:03:12.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:12 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:12.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:12 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:12.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:12 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:12.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:12 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:12.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:12 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:12.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:12 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:12.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:12 ntpd[9562]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-02T04:03:12.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:12 ntpd[9562]: can't open /var/log/ntpstats/peerstats.20220402: Permission denied 2022-04-02T04:03:12.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:12 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:12.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:12 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:12.780 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:12 ntpd[9562]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-02T04:03:12.780 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:12 ntpd[9562]: can't open /var/log/ntpstats/peerstats.20220402: Permission denied 2022-04-02T04:03:13.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:13 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:13.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:13 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:13.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:13 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:13.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:13 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:13.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:13 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:13.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:13 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:13.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:13 ntpd[9562]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-02T04:03:13.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:13 ntpd[9562]: can't open /var/log/ntpstats/peerstats.20220402: Permission denied 2022-04-02T04:03:13.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:13 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:13.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:13 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:13.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:13 ntpd[9562]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-02T04:03:13.780 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:13 ntpd[9562]: can't open /var/log/ntpstats/peerstats.20220402: Permission denied 2022-04-02T04:03:14.776 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:14 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:14.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:14 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:14.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:14 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:14.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:14 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:14.777 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:14 ntpd[9562]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-04-02T04:03:14.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:14 ntpd[9562]: can't open /var/log/ntpstats/rawstats.20220402: Permission denied 2022-04-02T04:03:14.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:14 ntpd[9562]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-04-02T04:03:14.778 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:14 ntpd[9562]: can't open /var/log/ntpstats/peerstats.20220402: Permission denied 2022-04-02T04:03:14.779 INFO:teuthology.orchestra.run.smithi116.stdout: 2 Apr 04:03:14 ntpd[9562]: ntpd: time slew +0.000132 s 2022-04-02T04:03:14.779 INFO:teuthology.orchestra.run.smithi116.stdout:ntpd: time slew +0.000132s 2022-04-02T04:03:14.779 INFO:teuthology.orchestra.run.smithi116.stderr: 2 Apr 04:03:14 ntpd[9562]: can't open /var/log/ntpstats/loopstats.20220402: Permission denied 2022-04-02T04:03:14.826 INFO:teuthology.orchestra.run.smithi116.stdout: remote refid st t when poll reach delay offset jitter 2022-04-02T04:03:14.827 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================== 2022-04-02T04:03:14.827 INFO:teuthology.orchestra.run.smithi116.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-04-02T04:03:14.827 INFO:teuthology.orchestra.run.smithi116.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-04-02T04:03:14.827 INFO:teuthology.orchestra.run.smithi116.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-04-02T04:03:14.827 INFO:teuthology.orchestra.run.smithi116.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-04-02T04:03:14.829 INFO:teuthology.run_tasks:Running task kubeadm... 2022-04-02T04:03:14.847 INFO:tasks.kubeadm:Kubeadm start 2022-04-02T04:03:14.847 INFO:tasks.kubeadm:Config: {'version': '1.21'} 2022-04-02T04:03:14.848 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T04:03:14.875 INFO:teuthology.orchestra.run.smithi116.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2022-04-02T04:03:14.882 INFO:teuthology.orchestra.run.smithi116.stdout:net.bridge.bridge-nf-call-iptables = 1 2022-04-02T04:03:14.889 INFO:teuthology.orchestra.run.smithi116.stdout:net.ipv4.ip_forward = 1 2022-04-02T04:03:14.971 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:03:14.971 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2022-04-02T04:03:15.026 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:03:15.026 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/docker/daemon.json 2022-04-02T04:03:15.038 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl restart docker || true 2022-04-02T04:03:15.970 INFO:tasks.kubeadm:Identifying pod subnet 2022-04-02T04:03:15.977 INFO:tasks.kubeadm:172.21.15.116 is in 172.21.0.0/20 at pos 3955 2022-04-02T04:03:15.991 INFO:tasks.kubeadm:Pod subnet: 10.251.152.0/21 2022-04-02T04:03:15.991 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2022-04-02T04:03:15.992 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T04:03:16.018 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:03:16.018 INFO:teuthology.orchestra.run.smithi116.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-04-02T04:03:16.019 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:03:16.136 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-04-02T04:03:16.137 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-04-02T04:03:16.145 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-04-02T04:03:16.165 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-04-02T04:03:17.624 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2022-04-02T04:03:17.798 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2022-04-02T04:03:17.798 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2022-04-02T04:03:17.893 INFO:teuthology.orchestra.run.smithi116.stdout:109 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-04-02T04:03:17.909 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:03:17.910 INFO:teuthology.orchestra.run.smithi116.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-04-02T04:03:17.910 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:03:17.966 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2022-04-02T04:03:18.141 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2022-04-02T04:03:18.141 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2022-04-02T04:03:18.319 INFO:teuthology.orchestra.run.smithi116.stdout:ca-certificates is already the newest version (20210119~20.04.2). 2022-04-02T04:03:18.319 INFO:teuthology.orchestra.run.smithi116.stdout:curl is already the newest version (7.68.0-1ubuntu2.7). 2022-04-02T04:03:18.320 INFO:teuthology.orchestra.run.smithi116.stdout:The following NEW packages will be installed: 2022-04-02T04:03:18.320 INFO:teuthology.orchestra.run.smithi116.stdout: apt-transport-https 2022-04-02T04:03:18.501 INFO:teuthology.orchestra.run.smithi116.stdout:0 upgraded, 1 newly installed, 0 to remove and 109 not upgraded. 2022-04-02T04:03:18.502 INFO:teuthology.orchestra.run.smithi116.stdout:Need to get 4,680 B of archives. 2022-04-02T04:03:18.502 INFO:teuthology.orchestra.run.smithi116.stdout:After this operation, 162 kB of additional disk space will be used. 2022-04-02T04:03:18.502 INFO:teuthology.orchestra.run.smithi116.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4,680 B] 2022-04-02T04:03:18.721 INFO:teuthology.orchestra.run.smithi116.stderr:debconf: unable to initialize frontend: Dialog 2022-04-02T04:03:18.722 INFO:teuthology.orchestra.run.smithi116.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-04-02T04:03:18.722 INFO:teuthology.orchestra.run.smithi116.stderr:debconf: falling back to frontend: Readline 2022-04-02T04:03:18.746 INFO:teuthology.orchestra.run.smithi116.stderr:debconf: unable to initialize frontend: Readline 2022-04-02T04:03:18.746 INFO:teuthology.orchestra.run.smithi116.stderr:debconf: (This frontend requires a controlling tty.) 2022-04-02T04:03:18.747 INFO:teuthology.orchestra.run.smithi116.stderr:debconf: falling back to frontend: Teletype 2022-04-02T04:03:18.751 INFO:teuthology.orchestra.run.smithi116.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-04-02T04:03:18.801 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 4,680 B in 0s (26.9 kB/s) 2022-04-02T04:03:18.897 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package apt-transport-https. 2022-04-02T04:03:18.940 INFO:teuthology.orchestra.run.smithi116.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-04-02T04:03:18.943 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 2022-04-02T04:03:18.979 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking apt-transport-https (2.0.6) ... 2022-04-02T04:03:19.232 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up apt-transport-https (2.0.6) ... 2022-04-02T04:03:19.726 INFO:teuthology.orchestra.run.smithi116.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2022-04-02T04:03:19.737 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:03:19.737 INFO:teuthology.orchestra.run.smithi116.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-04-02T04:03:19.737 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:03:19.986 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-04-02T04:03:19.987 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-04-02T04:03:20.055 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-04-02T04:03:20.135 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-04-02T04:03:20.352 INFO:teuthology.orchestra.run.smithi116.stdout:Get:1 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2022-04-02T04:03:20.643 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [54.7 kB] 2022-04-02T04:03:20.785 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 64.1 kB in 1s (71.4 kB/s) 2022-04-02T04:03:21.642 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2022-04-02T04:03:21.817 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2022-04-02T04:03:21.818 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2022-04-02T04:03:21.911 INFO:teuthology.orchestra.run.smithi116.stdout:109 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-04-02T04:03:21.927 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:03:21.927 INFO:teuthology.orchestra.run.smithi116.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-04-02T04:03:21.927 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:03:21.985 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2022-04-02T04:03:22.160 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2022-04-02T04:03:22.160 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2022-04-02T04:03:22.310 INFO:teuthology.orchestra.run.smithi116.stdout:bridge-utils is already the newest version (1.6-2ubuntu1). 2022-04-02T04:03:22.310 INFO:teuthology.orchestra.run.smithi116.stdout:bridge-utils set to manually installed. 2022-04-02T04:03:22.311 INFO:teuthology.orchestra.run.smithi116.stdout:The following additional packages will be installed: 2022-04-02T04:03:22.312 INFO:teuthology.orchestra.run.smithi116.stdout: conntrack cri-tools ebtables kubernetes-cni socat 2022-04-02T04:03:22.312 INFO:teuthology.orchestra.run.smithi116.stdout:Suggested packages: 2022-04-02T04:03:22.312 INFO:teuthology.orchestra.run.smithi116.stdout: nftables 2022-04-02T04:03:22.366 INFO:teuthology.orchestra.run.smithi116.stdout:The following NEW packages will be installed: 2022-04-02T04:03:22.367 INFO:teuthology.orchestra.run.smithi116.stdout: conntrack cri-tools ebtables kubeadm kubectl kubelet kubernetes-cni socat 2022-04-02T04:03:22.555 INFO:teuthology.orchestra.run.smithi116.stdout:0 upgraded, 8 newly installed, 0 to remove and 109 not upgraded. 2022-04-02T04:03:22.556 INFO:teuthology.orchestra.run.smithi116.stdout:Need to get 77.7 MB of archives. 2022-04-02T04:03:22.556 INFO:teuthology.orchestra.run.smithi116.stdout:After this operation, 335 MB of additional disk space will be used. 2022-04-02T04:03:22.556 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-04-02T04:03:22.605 INFO:teuthology.orchestra.run.smithi116.stdout:Get:1 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 cri-tools amd64 1.23.0-00 [15.3 MB] 2022-04-02T04:03:22.754 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-04-02T04:03:22.941 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-04-02T04:03:22.995 INFO:teuthology.orchestra.run.smithi116.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubernetes-cni amd64 0.8.7-00 [25.0 MB] 2022-04-02T04:03:23.562 INFO:teuthology.orchestra.run.smithi116.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.23.5-00 [19.5 MB] 2022-04-02T04:03:23.949 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.23.5-00 [8,931 kB] 2022-04-02T04:03:24.094 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.23.5-00 [8,582 kB] 2022-04-02T04:03:24.490 INFO:teuthology.orchestra.run.smithi116.stderr:debconf: unable to initialize frontend: Dialog 2022-04-02T04:03:24.490 INFO:teuthology.orchestra.run.smithi116.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-04-02T04:03:24.491 INFO:teuthology.orchestra.run.smithi116.stderr:debconf: falling back to frontend: Readline 2022-04-02T04:03:24.498 INFO:teuthology.orchestra.run.smithi116.stderr:debconf: unable to initialize frontend: Readline 2022-04-02T04:03:24.498 INFO:teuthology.orchestra.run.smithi116.stderr:debconf: (This frontend requires a controlling tty.) 2022-04-02T04:03:24.498 INFO:teuthology.orchestra.run.smithi116.stderr:debconf: falling back to frontend: Teletype 2022-04-02T04:03:24.503 INFO:teuthology.orchestra.run.smithi116.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-04-02T04:03:24.551 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 77.7 MB in 2s (41.1 MB/s) 2022-04-02T04:03:24.644 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package conntrack. 2022-04-02T04:03:24.687 INFO:teuthology.orchestra.run.smithi116.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-04-02T04:03:24.691 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../0-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-04-02T04:03:24.734 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking conntrack (1:1.4.5-2) ... 2022-04-02T04:03:25.049 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package cri-tools. 2022-04-02T04:03:25.063 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../1-cri-tools_1.23.0-00_amd64.deb ... 2022-04-02T04:03:25.099 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking cri-tools (1.23.0-00) ... 2022-04-02T04:03:26.427 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ebtables. 2022-04-02T04:03:26.439 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../2-ebtables_2.0.11-3build1_amd64.deb ... 2022-04-02T04:03:26.484 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ebtables (2.0.11-3build1) ... 2022-04-02T04:03:26.755 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package kubernetes-cni. 2022-04-02T04:03:26.768 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../3-kubernetes-cni_0.8.7-00_amd64.deb ... 2022-04-02T04:03:26.813 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking kubernetes-cni (0.8.7-00) ... 2022-04-02T04:03:28.257 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package socat. 2022-04-02T04:03:28.270 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../4-socat_1.7.3.3-2_amd64.deb ... 2022-04-02T04:03:28.298 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking socat (1.7.3.3-2) ... 2022-04-02T04:03:28.686 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package kubelet. 2022-04-02T04:03:28.699 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../5-kubelet_1.23.5-00_amd64.deb ... 2022-04-02T04:03:28.744 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking kubelet (1.23.5-00) ... 2022-04-02T04:03:31.173 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package kubectl. 2022-04-02T04:03:31.188 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../6-kubectl_1.23.5-00_amd64.deb ... 2022-04-02T04:03:31.231 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking kubectl (1.23.5-00) ... 2022-04-02T04:03:32.393 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package kubeadm. 2022-04-02T04:03:32.408 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../7-kubeadm_1.23.5-00_amd64.deb ... 2022-04-02T04:03:32.451 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking kubeadm (1.23.5-00) ... 2022-04-02T04:03:33.589 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up conntrack (1:1.4.5-2) ... 2022-04-02T04:03:33.713 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up kubectl (1.23.5-00) ... 2022-04-02T04:03:33.864 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ebtables (2.0.11-3build1) ... 2022-04-02T04:03:34.697 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up socat (1.7.3.3-2) ... 2022-04-02T04:03:34.843 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up cri-tools (1.23.0-00) ... 2022-04-02T04:03:34.978 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up kubernetes-cni (0.8.7-00) ... 2022-04-02T04:03:35.088 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up kubelet (1.23.5-00) ... 2022-04-02T04:03:35.311 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/kubelet.service -> /lib/systemd/system/kubelet.service. 2022-04-02T04:03:35.782 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up kubeadm (1.23.5-00) ... 2022-04-02T04:03:36.234 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-04-02T04:03:37.088 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl enable --now kubelet && sudo kubeadm config images pull 2022-04-02T04:03:50.722 INFO:teuthology.orchestra.run.smithi116.stdout:[config/images] Pulled k8s.gcr.io/kube-apiserver:v1.23.5 2022-04-02T04:03:53.657 INFO:teuthology.orchestra.run.smithi116.stdout:[config/images] Pulled k8s.gcr.io/kube-controller-manager:v1.23.5 2022-04-02T04:03:55.879 INFO:teuthology.orchestra.run.smithi116.stdout:[config/images] Pulled k8s.gcr.io/kube-scheduler:v1.23.5 2022-04-02T04:04:00.036 INFO:teuthology.orchestra.run.smithi116.stdout:[config/images] Pulled k8s.gcr.io/kube-proxy:v1.23.5 2022-04-02T04:04:01.428 INFO:teuthology.orchestra.run.smithi116.stdout:[config/images] Pulled k8s.gcr.io/pause:3.6 2022-04-02T04:04:06.519 INFO:teuthology.orchestra.run.smithi116.stdout:[config/images] Pulled k8s.gcr.io/etcd:3.5.1-0 2022-04-02T04:04:08.635 INFO:teuthology.orchestra.run.smithi116.stdout:[config/images] Pulled k8s.gcr.io/coredns/coredns:v1.8.6 2022-04-02T04:04:08.639 INFO:tasks.kubeadm:Token: abcdef.ylltkxr2uqx9tp0c 2022-04-02T04:04:08.640 INFO:tasks.kubeadm:Remotes: {Remote(name='ubuntu@smithi116.front.sepia.ceph.com'): '172.21.15.116'} 2022-04-02T04:04:08.640 DEBUG:teuthology.orchestra.run.smithi116:> sudo kubeadm init --node-name smithi116 --token abcdef.ylltkxr2uqx9tp0c --pod-network-cidr 10.251.152.0/21 2022-04-02T04:04:08.833 INFO:teuthology.orchestra.run.smithi116.stdout:[init] Using Kubernetes version: v1.23.5 2022-04-02T04:04:08.833 INFO:teuthology.orchestra.run.smithi116.stdout:[preflight] Running pre-flight checks 2022-04-02T04:04:09.219 INFO:teuthology.orchestra.run.smithi116.stdout:[preflight] Pulling images required for setting up a Kubernetes cluster 2022-04-02T04:04:09.220 INFO:teuthology.orchestra.run.smithi116.stdout:[preflight] This might take a minute or two, depending on the speed of your internet connection 2022-04-02T04:04:09.220 INFO:teuthology.orchestra.run.smithi116.stdout:[preflight] You can also perform this action in beforehand using 'kubeadm config images pull' 2022-04-02T04:04:09.540 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] Using certificateDir folder "/etc/kubernetes/pki" 2022-04-02T04:04:09.886 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] Generating "ca" certificate and key 2022-04-02T04:04:10.060 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] Generating "apiserver" certificate and key 2022-04-02T04:04:10.061 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local smithi116] and IPs [10.96.0.1 172.21.15.116] 2022-04-02T04:04:10.139 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] Generating "apiserver-kubelet-client" certificate and key 2022-04-02T04:04:10.211 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] Generating "front-proxy-ca" certificate and key 2022-04-02T04:04:10.317 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] Generating "front-proxy-client" certificate and key 2022-04-02T04:04:10.451 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] Generating "etcd/ca" certificate and key 2022-04-02T04:04:10.584 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] Generating "etcd/server" certificate and key 2022-04-02T04:04:10.584 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] etcd/server serving cert is signed for DNS names [localhost smithi116] and IPs [172.21.15.116 127.0.0.1 ::1] 2022-04-02T04:04:10.726 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] Generating "etcd/peer" certificate and key 2022-04-02T04:04:10.726 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] etcd/peer serving cert is signed for DNS names [localhost smithi116] and IPs [172.21.15.116 127.0.0.1 ::1] 2022-04-02T04:04:10.859 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] Generating "etcd/healthcheck-client" certificate and key 2022-04-02T04:04:11.102 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] Generating "apiserver-etcd-client" certificate and key 2022-04-02T04:04:11.176 INFO:teuthology.orchestra.run.smithi116.stdout:[certs] Generating "sa" key and public key 2022-04-02T04:04:11.176 INFO:teuthology.orchestra.run.smithi116.stdout:[kubeconfig] Using kubeconfig folder "/etc/kubernetes" 2022-04-02T04:04:11.231 INFO:teuthology.orchestra.run.smithi116.stdout:[kubeconfig] Writing "admin.conf" kubeconfig file 2022-04-02T04:04:11.438 INFO:teuthology.orchestra.run.smithi116.stdout:[kubeconfig] Writing "kubelet.conf" kubeconfig file 2022-04-02T04:04:11.534 INFO:teuthology.orchestra.run.smithi116.stdout:[kubeconfig] Writing "controller-manager.conf" kubeconfig file 2022-04-02T04:04:11.629 INFO:teuthology.orchestra.run.smithi116.stdout:[kubeconfig] Writing "scheduler.conf" kubeconfig file 2022-04-02T04:04:11.642 INFO:teuthology.orchestra.run.smithi116.stdout:[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" 2022-04-02T04:04:11.645 INFO:teuthology.orchestra.run.smithi116.stdout:[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" 2022-04-02T04:04:11.645 INFO:teuthology.orchestra.run.smithi116.stdout:[kubelet-start] Starting the kubelet 2022-04-02T04:04:11.851 INFO:teuthology.orchestra.run.smithi116.stdout:[control-plane] Using manifest folder "/etc/kubernetes/manifests" 2022-04-02T04:04:11.852 INFO:teuthology.orchestra.run.smithi116.stdout:[control-plane] Creating static Pod manifest for "kube-apiserver" 2022-04-02T04:04:11.854 INFO:teuthology.orchestra.run.smithi116.stdout:[control-plane] Creating static Pod manifest for "kube-controller-manager" 2022-04-02T04:04:11.855 INFO:teuthology.orchestra.run.smithi116.stdout:[control-plane] Creating static Pod manifest for "kube-scheduler" 2022-04-02T04:04:11.856 INFO:teuthology.orchestra.run.smithi116.stdout:[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests" 2022-04-02T04:04:11.858 INFO:teuthology.orchestra.run.smithi116.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-04-02T04:04:28.361 INFO:teuthology.orchestra.run.smithi116.stdout:[apiclient] All control plane components are healthy after 16.502726 seconds 2022-04-02T04:04:28.361 INFO:teuthology.orchestra.run.smithi116.stdout:[upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace 2022-04-02T04:04:28.458 INFO:teuthology.orchestra.run.smithi116.stdout:[kubelet] Creating a ConfigMap "kubelet-config-1.23" in namespace kube-system with the configuration for the kubelets in the cluster 2022-04-02T04:04:28.458 INFO:teuthology.orchestra.run.smithi116.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-04-02T04:04:29.040 INFO:teuthology.orchestra.run.smithi116.stdout:[upload-certs] Skipping phase. Please see --upload-certs 2022-04-02T04:04:29.040 INFO:teuthology.orchestra.run.smithi116.stdout:[mark-control-plane] Marking the node smithi116 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-04-02T04:04:29.041 INFO:teuthology.orchestra.run.smithi116.stdout:[mark-control-plane] Marking the node smithi116 as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule] 2022-04-02T04:04:29.552 INFO:teuthology.orchestra.run.smithi116.stdout:[bootstrap-token] Using token: abcdef.ylltkxr2uqx9tp0c 2022-04-02T04:04:29.553 INFO:teuthology.orchestra.run.smithi116.stdout:[bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles 2022-04-02T04:04:29.614 INFO:teuthology.orchestra.run.smithi116.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to get nodes 2022-04-02T04:04:29.624 INFO:teuthology.orchestra.run.smithi116.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-04-02T04:04:29.648 INFO:teuthology.orchestra.run.smithi116.stdout:[bootstrap-token] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token 2022-04-02T04:04:29.658 INFO:teuthology.orchestra.run.smithi116.stdout:[bootstrap-token] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster 2022-04-02T04:04:29.667 INFO:teuthology.orchestra.run.smithi116.stdout:[bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace 2022-04-02T04:04:29.708 INFO:teuthology.orchestra.run.smithi116.stdout:[kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key 2022-04-02T04:04:30.175 INFO:teuthology.orchestra.run.smithi116.stdout:[addons] Applied essential addon: CoreDNS 2022-04-02T04:04:30.333 INFO:teuthology.orchestra.run.smithi116.stdout:[addons] Applied essential addon: kube-proxy 2022-04-02T04:04:30.335 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:04:30.335 INFO:teuthology.orchestra.run.smithi116.stdout:Your Kubernetes control-plane has initialized successfully! 2022-04-02T04:04:30.336 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:04:30.336 INFO:teuthology.orchestra.run.smithi116.stdout:To start using your cluster, you need to run the following as a regular user: 2022-04-02T04:04:30.336 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:04:30.336 INFO:teuthology.orchestra.run.smithi116.stdout: mkdir -p $HOME/.kube 2022-04-02T04:04:30.337 INFO:teuthology.orchestra.run.smithi116.stdout: sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config 2022-04-02T04:04:30.337 INFO:teuthology.orchestra.run.smithi116.stdout: sudo chown $(id -u):$(id -g) $HOME/.kube/config 2022-04-02T04:04:30.337 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:04:30.337 INFO:teuthology.orchestra.run.smithi116.stdout:Alternatively, if you are the root user, you can run: 2022-04-02T04:04:30.337 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:04:30.338 INFO:teuthology.orchestra.run.smithi116.stdout: export KUBECONFIG=/etc/kubernetes/admin.conf 2022-04-02T04:04:30.338 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:04:30.338 INFO:teuthology.orchestra.run.smithi116.stdout:You should now deploy a pod network to the cluster. 2022-04-02T04:04:30.338 INFO:teuthology.orchestra.run.smithi116.stdout:Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: 2022-04-02T04:04:30.339 INFO:teuthology.orchestra.run.smithi116.stdout: https://kubernetes.io/docs/concepts/cluster-administration/addons/ 2022-04-02T04:04:30.339 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:04:30.339 INFO:teuthology.orchestra.run.smithi116.stdout:Then you can join any number of worker nodes by running the following on each as root: 2022-04-02T04:04:30.339 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:04:30.339 INFO:teuthology.orchestra.run.smithi116.stdout:kubeadm join 172.21.15.116:6443 --token abcdef.ylltkxr2uqx9tp0c \ 2022-04-02T04:04:30.340 INFO:teuthology.orchestra.run.smithi116.stdout: --discovery-token-ca-cert-hash sha256:6351b639f4adc9244563315c47b24ce7349e58568fa9f6b971a1cd0b55dd2b6c 2022-04-02T04:04:30.342 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:04:30.343 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/etc/kubernetes/admin.conf of=/dev/stdout 2022-04-02T04:04:30.352 INFO:tasks.kubeadm:Setting up kubectl 2022-04-02T04:04:30.353 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p .kube && sudo mkdir -p /root/.kube 2022-04-02T04:04:30.366 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:04:30.366 DEBUG:teuthology.orchestra.run.smithi116:> dd of=.kube/config 2022-04-02T04:04:30.373 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:04:30.373 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/root/.kube/config 2022-04-02T04:04:30.429 DEBUG:teuthology.orchestra.run.smithi116:> kubectl apply -f https://docs.projectcalico.org/manifests/tigera-operator.yaml 2022-04-02T04:04:33.164 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/bgpconfigurations.crd.projectcalico.org created 2022-04-02T04:04:33.215 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/bgppeers.crd.projectcalico.org created 2022-04-02T04:04:33.323 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/blockaffinities.crd.projectcalico.org created 2022-04-02T04:04:33.357 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/caliconodestatuses.crd.projectcalico.org created 2022-04-02T04:04:33.408 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/clusterinformations.crd.projectcalico.org created 2022-04-02T04:04:33.522 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/felixconfigurations.crd.projectcalico.org created 2022-04-02T04:04:33.639 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/globalnetworkpolicies.crd.projectcalico.org created 2022-04-02T04:04:33.644 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/globalnetworksets.crd.projectcalico.org created 2022-04-02T04:04:33.682 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/hostendpoints.crd.projectcalico.org created 2022-04-02T04:04:33.715 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/ipamblocks.crd.projectcalico.org created 2022-04-02T04:04:33.770 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/ipamconfigs.crd.projectcalico.org created 2022-04-02T04:04:33.808 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/ipamhandles.crd.projectcalico.org created 2022-04-02T04:04:33.841 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/ippools.crd.projectcalico.org created 2022-04-02T04:04:33.933 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/ipreservations.crd.projectcalico.org created 2022-04-02T04:04:33.951 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/kubecontrollersconfigurations.crd.projectcalico.org created 2022-04-02T04:04:33.991 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/networkpolicies.crd.projectcalico.org created 2022-04-02T04:04:34.035 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/networksets.crd.projectcalico.org created 2022-04-02T04:04:34.095 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/apiservers.operator.tigera.io created 2022-04-02T04:04:34.126 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/imagesets.operator.tigera.io created 2022-04-02T04:04:34.167 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/installations.operator.tigera.io created 2022-04-02T04:04:34.295 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/tigerastatuses.operator.tigera.io created 2022-04-02T04:04:34.351 INFO:teuthology.orchestra.run.smithi116.stdout:namespace/tigera-operator created 2022-04-02T04:04:34.356 INFO:teuthology.orchestra.run.smithi116.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-04-02T04:04:34.360 INFO:teuthology.orchestra.run.smithi116.stdout:podsecuritypolicy.policy/tigera-operator created 2022-04-02T04:04:34.389 INFO:teuthology.orchestra.run.smithi116.stdout:serviceaccount/tigera-operator created 2022-04-02T04:04:34.450 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/tigera-operator created 2022-04-02T04:04:34.501 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/tigera-operator created 2022-04-02T04:04:34.511 INFO:teuthology.orchestra.run.smithi116.stdout:deployment.apps/tigera-operator created 2022-04-02T04:04:34.518 DEBUG:teuthology.orchestra.run.smithi116:> kubectl create -f - 2022-04-02T04:04:37.282 INFO:teuthology.orchestra.run.smithi116.stdout:installation.operator.tigera.io/default created 2022-04-02T04:04:37.288 INFO:tasks.kubeadm:Scanning for scratch devices 2022-04-02T04:04:37.288 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:04:37.289 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2022-04-02T04:04:37.295 INFO:tasks.kubeadm:Scratch devices on smithi116: ['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-04-02T04:04:37.295 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 2022-04-02T04:04:37.323 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records in 2022-04-02T04:04:37.323 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2022-04-02T04:04:37.324 INFO:teuthology.orchestra.run.smithi116.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0171219 s, 612 MB/s 2022-04-02T04:04:37.325 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 2022-04-02T04:04:37.348 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records in 2022-04-02T04:04:37.349 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2022-04-02T04:04:37.349 INFO:teuthology.orchestra.run.smithi116.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0129847 s, 808 MB/s 2022-04-02T04:04:37.350 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 2022-04-02T04:04:37.426 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records in 2022-04-02T04:04:37.426 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2022-04-02T04:04:37.427 INFO:teuthology.orchestra.run.smithi116.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0155805 s, 673 MB/s 2022-04-02T04:04:37.428 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 2022-04-02T04:04:37.453 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records in 2022-04-02T04:04:37.454 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2022-04-02T04:04:37.454 INFO:teuthology.orchestra.run.smithi116.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0151457 s, 692 MB/s 2022-04-02T04:04:37.461 INFO:tasks.kubeadm:Creating PVs + StorageClass 2022-04-02T04:04:37.462 DEBUG:tasks.kubeadm:apiVersion: v1 kind: PersistentVolume metadata: name: smithi116-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: - smithi116 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi116-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: - smithi116 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi116-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: - smithi116 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi116-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: - smithi116 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: scratch provisioner: kubernetes.io/no-provisioner volumeBindingMode: WaitForFirstConsumer 2022-04-02T04:04:37.462 DEBUG:teuthology.orchestra.run.smithi116:> kubectl create -f - 2022-04-02T04:04:38.323 INFO:teuthology.orchestra.run.smithi116.stdout:persistentvolume/smithi116-lv-1 created 2022-04-02T04:04:38.354 INFO:teuthology.orchestra.run.smithi116.stdout:persistentvolume/smithi116-lv-2 created 2022-04-02T04:04:38.364 INFO:teuthology.orchestra.run.smithi116.stdout:persistentvolume/smithi116-lv-3 created 2022-04-02T04:04:38.390 INFO:teuthology.orchestra.run.smithi116.stdout:persistentvolume/smithi116-lv-4 created 2022-04-02T04:04:38.397 INFO:teuthology.orchestra.run.smithi116.stdout:storageclass.storage.k8s.io/scratch created 2022-04-02T04:04:38.402 DEBUG:teuthology.orchestra.run.smithi116:> kubectl taint node smithi116 node-role.kubernetes.io/master- || true 2022-04-02T04:04:38.480 INFO:teuthology.orchestra.run.smithi116.stdout:node/smithi116 untainted 2022-04-02T04:04:38.482 INFO:tasks.kubeadm:Kubeadm complete, yielding 2022-04-02T04:04:38.483 INFO:teuthology.run_tasks:Running task nvme_loop... 2022-04-02T04:04:38.496 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2022-04-02T04:04:38.497 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:04:38.497 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2022-04-02T04:04:38.505 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-04-02T04:04:38.505 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T04:04:38.510 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2022-04-02T04:04:38.511 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-04-02T04:04:38.511 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 495 Links: 1 2022-04-02T04:04:38.511 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-04-02T04:04:38.512 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2022-04-02 04:04:37.330279334 +0000 2022-04-02T04:04:38.512 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2022-04-02 04:04:37.330279334 +0000 2022-04-02T04:04:38.512 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2022-04-02 04:04:37.330279334 +0000 2022-04-02T04:04:38.512 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2022-04-02T04:04:38.517 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2022-04-02T04:04:38.517 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2022-04-02T04:04:38.517 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000592776 s, 864 kB/s 2022-04-02T04:04:38.521 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T04:04:38.527 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2022-04-02T04:04:38.527 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-04-02T04:04:38.527 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 501 Links: 1 2022-04-02T04:04:38.528 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-04-02T04:04:38.528 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2022-04-02 04:04:37.350279333 +0000 2022-04-02T04:04:38.528 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2022-04-02 04:04:37.350279333 +0000 2022-04-02T04:04:38.528 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2022-04-02 04:04:37.350279333 +0000 2022-04-02T04:04:38.529 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2022-04-02T04:04:38.535 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2022-04-02T04:04:38.535 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2022-04-02T04:04:38.535 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000488301 s, 1.0 MB/s 2022-04-02T04:04:38.539 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T04:04:38.588 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2022-04-02T04:04:38.589 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-04-02T04:04:38.589 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 510 Links: 1 2022-04-02T04:04:38.589 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-04-02T04:04:38.589 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2022-04-02 04:04:37.434279331 +0000 2022-04-02T04:04:38.590 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2022-04-02 04:04:37.430279331 +0000 2022-04-02T04:04:38.590 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2022-04-02 04:04:37.430279331 +0000 2022-04-02T04:04:38.590 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2022-04-02T04:04:38.597 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2022-04-02T04:04:38.597 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2022-04-02T04:04:38.597 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000444397 s, 1.2 MB/s 2022-04-02T04:04:38.601 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T04:04:38.606 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2022-04-02T04:04:38.606 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-04-02T04:04:38.607 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 514 Links: 1 2022-04-02T04:04:38.607 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-04-02T04:04:38.607 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2022-04-02 04:04:37.458279331 +0000 2022-04-02T04:04:38.607 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2022-04-02 04:04:37.458279331 +0000 2022-04-02T04:04:38.608 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2022-04-02 04:04:37.458279331 +0000 2022-04-02T04:04:38.608 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2022-04-02T04:04:38.614 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2022-04-02T04:04:38.614 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2022-04-02T04:04:38.615 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000518389 s, 988 kB/s 2022-04-02T04:04:38.618 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T04:04:38.700 INFO:teuthology.orchestra.run.smithi116.stdout:loop 2022-04-02T04:04:38.702 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_1... 2022-04-02T04:04:38.703 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T04:04:38.723 INFO:teuthology.orchestra.run.smithi116.stdout:1 2022-04-02T04:04:38.746 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_11 2022-04-02T04:04:38.770 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_2... 2022-04-02T04:04:38.771 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T04:04:38.835 INFO:teuthology.orchestra.run.smithi116.stdout:1 2022-04-02T04:04:38.857 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_21 2022-04-02T04:04:38.881 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_3... 2022-04-02T04:04:38.881 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T04:04:38.901 INFO:teuthology.orchestra.run.smithi116.stdout:1 2022-04-02T04:04:38.926 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_31 2022-04-02T04:04:38.948 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_4... 2022-04-02T04:04:38.949 DEBUG:teuthology.orchestra.run.smithi116:> 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-04-02T04:04:38.969 INFO:teuthology.orchestra.run.smithi116.stdout:1 2022-04-02T04:04:38.995 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_41 2022-04-02T04:04:39.016 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:04:39.017 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2022-04-02T04:04:39.065 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme list 2022-04-02T04:04:39.076 INFO:teuthology.orchestra.run.smithi116.stdout:Node SN Model Namespace Usage Format FW Rev 2022-04-02T04:04:39.076 INFO:teuthology.orchestra.run.smithi116.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-04-02T04:04:39.077 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme0n1 PHFT620400VJ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2022-04-02T04:04:39.077 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme1n1 568e964a33014497 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-04-02T04:04:39.078 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme2n1 55e37df7905ece9b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-04-02T04:04:39.078 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme3n1 bf4b27a09d2e9ba8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-04-02T04:04:39.079 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme4n1 403c35579cef792e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-04-02T04:04:39.080 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2022-04-02T04:04:39.081 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:04:39.081 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/scratch_devs 2022-04-02T04:04:39.095 INFO:teuthology.run_tasks:Running task rook... 2022-04-02T04:04:39.169 INFO:tasks.rook:Rook start 2022-04-02T04:04:39.170 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': '76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a', 'spec': {'mon': {'allowMultiplePerNode': False}, 'network': {'provider': 'host'}}, 'rook_branch': 'v1.7.2', 'rook_image': 'rook/ceph:v1.7.2'} 2022-04-02T04:04:39.171 INFO:tasks.rook:Ceph image is quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a 2022-04-02T04:04:39.171 INFO:tasks.rook:Cloning https://github.com/rook/rook branch v1.7.2 2022-04-02T04:04:39.171 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf rook && git clone --single-branch --branch v1.7.2 https://github.com/rook/rook rook 2022-04-02T04:04:39.181 INFO:teuthology.orchestra.run.smithi116.stderr:Cloning into 'rook'... 2022-04-02T04:04:41.377 INFO:teuthology.orchestra.run.smithi116.stderr:Note: switching to '1784489964d2e417b6050c7edc8f626b5cca49f5'. 2022-04-02T04:04:41.378 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:04:41.378 INFO:teuthology.orchestra.run.smithi116.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2022-04-02T04:04:41.378 INFO:teuthology.orchestra.run.smithi116.stderr:changes and commit them, and you can discard any commits you make in this 2022-04-02T04:04:41.379 INFO:teuthology.orchestra.run.smithi116.stderr:state without impacting any branches by switching back to a branch. 2022-04-02T04:04:41.379 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:04:41.379 INFO:teuthology.orchestra.run.smithi116.stderr:If you want to create a new branch to retain commits you create, you may 2022-04-02T04:04:41.379 INFO:teuthology.orchestra.run.smithi116.stderr:do so (now or later) by using -c with the switch command. Example: 2022-04-02T04:04:41.379 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:04:41.380 INFO:teuthology.orchestra.run.smithi116.stderr: git switch -c 2022-04-02T04:04:41.380 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:04:41.380 INFO:teuthology.orchestra.run.smithi116.stderr:Or undo this operation with: 2022-04-02T04:04:41.380 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:04:41.381 INFO:teuthology.orchestra.run.smithi116.stderr: git switch - 2022-04-02T04:04:41.381 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:04:41.381 INFO:teuthology.orchestra.run.smithi116.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2022-04-02T04:04:41.381 INFO:teuthology.orchestra.run.smithi116.stderr: 2022-04-02T04:04:41.482 INFO:tasks.rook:/home/teuthworker 2022-04-02T04:04:41.483 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/sbin:/usr/sbin ip addr show 2022-04-02T04:04:41.488 INFO:teuthology.orchestra.run.smithi116.stdout:1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 2022-04-02T04:04:41.489 INFO:teuthology.orchestra.run.smithi116.stdout: link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2022-04-02T04:04:41.489 INFO:teuthology.orchestra.run.smithi116.stdout: inet 127.0.0.1/8 scope host lo 2022-04-02T04:04:41.490 INFO:teuthology.orchestra.run.smithi116.stdout: valid_lft forever preferred_lft forever 2022-04-02T04:04:41.490 INFO:teuthology.orchestra.run.smithi116.stdout: inet6 ::1/128 scope host 2022-04-02T04:04:41.490 INFO:teuthology.orchestra.run.smithi116.stdout: valid_lft forever preferred_lft forever 2022-04-02T04:04:41.490 INFO:teuthology.orchestra.run.smithi116.stdout:2: eno1: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-04-02T04:04:41.491 INFO:teuthology.orchestra.run.smithi116.stdout: link/ether 0c:c4:7a:d8:cb:90 brd ff:ff:ff:ff:ff:ff 2022-04-02T04:04:41.491 INFO:teuthology.orchestra.run.smithi116.stdout: altname enp7s0f0 2022-04-02T04:04:41.491 INFO:teuthology.orchestra.run.smithi116.stdout:3: eno2: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-04-02T04:04:41.491 INFO:teuthology.orchestra.run.smithi116.stdout: link/ether 0c:c4:7a:d8:cb:91 brd ff:ff:ff:ff:ff:ff 2022-04-02T04:04:41.491 INFO:teuthology.orchestra.run.smithi116.stdout: altname enp7s0f1 2022-04-02T04:04:41.492 INFO:teuthology.orchestra.run.smithi116.stdout:4: enp3s0f0: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-04-02T04:04:41.492 INFO:teuthology.orchestra.run.smithi116.stdout: link/ether 0c:c4:7a:8f:3f:66 brd ff:ff:ff:ff:ff:ff 2022-04-02T04:04:41.492 INFO:teuthology.orchestra.run.smithi116.stdout:5: enp3s0f1: mtu 1500 qdisc mq state UP group default qlen 1000 2022-04-02T04:04:41.492 INFO:teuthology.orchestra.run.smithi116.stdout: link/ether 0c:c4:7a:8f:3f:67 brd ff:ff:ff:ff:ff:ff 2022-04-02T04:04:41.493 INFO:teuthology.orchestra.run.smithi116.stdout: inet 172.21.15.116/20 brd 172.21.15.255 scope global dynamic enp3s0f1 2022-04-02T04:04:41.493 INFO:teuthology.orchestra.run.smithi116.stdout: valid_lft 42880sec preferred_lft 42880sec 2022-04-02T04:04:41.493 INFO:teuthology.orchestra.run.smithi116.stdout: inet6 fe80::ec4:7aff:fe8f:3f67/64 scope link 2022-04-02T04:04:41.493 INFO:teuthology.orchestra.run.smithi116.stdout: valid_lft forever preferred_lft forever 2022-04-02T04:04:41.494 INFO:teuthology.orchestra.run.smithi116.stdout:6: docker0: mtu 1500 qdisc noqueue state DOWN group default 2022-04-02T04:04:41.494 INFO:teuthology.orchestra.run.smithi116.stdout: link/ether 02:42:67:ef:13:ef brd ff:ff:ff:ff:ff:ff 2022-04-02T04:04:41.494 INFO:teuthology.orchestra.run.smithi116.stdout: inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 2022-04-02T04:04:41.494 INFO:teuthology.orchestra.run.smithi116.stdout: valid_lft forever preferred_lft forever 2022-04-02T04:04:41.496 DEBUG:teuthology.orchestra.run.smithi116:> which systemctl 2022-04-02T04:04:41.502 INFO:teuthology.orchestra.run.smithi116.stdout:/usr/bin/systemctl 2022-04-02T04:04:41.502 DEBUG:teuthology.orchestra.run.smithi116:> true 2022-04-02T04:04:41.577 DEBUG:teuthology.orchestra.run.smithi116:> sudo lsb_release -is 2022-04-02T04:04:41.621 INFO:teuthology.orchestra.run.smithi116.stdout:Ubuntu 2022-04-02T04:04:41.627 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-04-02T04:04:41.627 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-04-02T04:04:41.684 DEBUG:teuthology.orchestra.remote:smithi116:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-04-02T04:04:41.697 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:04:41.697 DEBUG:teuthology.orchestra.run.smithi116:> dd if=rook/cluster/examples/kubernetes/ceph/operator.yaml of=/dev/stdout 2022-04-02T04:04:41.705 INFO:tasks.rook:Patching operator to use image rook/ceph:v1.7.2 2022-04-02T04:04:41.746 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:04:41.746 DEBUG:teuthology.orchestra.run.smithi116:> dd of=operator.yaml 2022-04-02T04:04:41.754 INFO:tasks.rook:Deploying operator 2022-04-02T04:04:41.772 DEBUG:teuthology.orchestra.remote:smithi116:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-04-02T04:04:41.844 DEBUG:teuthology.orchestra.remote:smithi116:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-04-02T04:04:41.865 DEBUG:teuthology.orchestra.run.smithi116:> kubectl create -f rook/cluster/examples/kubernetes/ceph/crds.yaml -f rook/cluster/examples/kubernetes/ceph/common.yaml -f operator.yaml 2022-04-02T04:04:42.138 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/cephblockpools.ceph.rook.io created 2022-04-02T04:04:42.154 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/cephclients.ceph.rook.io created 2022-04-02T04:04:42.330 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/cephclusters.ceph.rook.io created 2022-04-02T04:04:42.368 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystemmirrors.ceph.rook.io created 2022-04-02T04:04:42.574 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystems.ceph.rook.io created 2022-04-02T04:04:43.089 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/cephnfses.ceph.rook.io created 2022-04-02T04:04:43.136 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectrealms.ceph.rook.io created 2022-04-02T04:04:43.269 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstores.ceph.rook.io created 2022-04-02T04:04:43.285 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstoreusers.ceph.rook.io created 2022-04-02T04:04:43.319 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzonegroups.ceph.rook.io created 2022-04-02T04:04:43.614 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzones.ceph.rook.io created 2022-04-02T04:04:43.833 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/cephrbdmirrors.ceph.rook.io created 2022-04-02T04:04:43.924 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/objectbucketclaims.objectbucket.io created 2022-04-02T04:04:44.057 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/objectbuckets.objectbucket.io created 2022-04-02T04:04:44.082 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplicationclasses.replication.storage.openshift.io created 2022-04-02T04:04:44.496 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplications.replication.storage.openshift.io created 2022-04-02T04:04:44.711 INFO:teuthology.orchestra.run.smithi116.stdout:customresourcedefinition.apiextensions.k8s.io/volumes.rook.io created 2022-04-02T04:04:44.776 INFO:teuthology.orchestra.run.smithi116.stdout:namespace/rook-ceph created 2022-04-02T04:04:44.903 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-04-02T04:04:44.905 INFO:teuthology.orchestra.run.smithi116.stdout:serviceaccount/rook-ceph-admission-controller created 2022-04-02T04:04:44.930 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-admission-controller-role created 2022-04-02T04:04:44.971 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-admission-controller-rolebinding created 2022-04-02T04:04:45.078 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-04-02T04:04:45.082 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-system created 2022-04-02T04:04:45.288 INFO:teuthology.orchestra.run.smithi116.stdout:role.rbac.authorization.k8s.io/rook-ceph-system created 2022-04-02T04:04:45.292 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-global created 2022-04-02T04:04:45.530 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-04-02T04:04:45.535 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-04-02T04:04:45.670 INFO:teuthology.orchestra.run.smithi116.stdout:serviceaccount/rook-ceph-system created 2022-04-02T04:04:45.674 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-04-02T04:04:45.707 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-04-02T04:04:45.731 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-global created 2022-04-02T04:04:45.870 INFO:teuthology.orchestra.run.smithi116.stdout:serviceaccount/rook-ceph-osd created 2022-04-02T04:04:46.019 INFO:teuthology.orchestra.run.smithi116.stdout:serviceaccount/rook-ceph-mgr created 2022-04-02T04:04:46.023 INFO:teuthology.orchestra.run.smithi116.stdout:serviceaccount/rook-ceph-cmd-reporter created 2022-04-02T04:04:46.101 INFO:teuthology.orchestra.run.smithi116.stdout:role.rbac.authorization.k8s.io/rook-ceph-osd created 2022-04-02T04:04:46.193 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-osd created 2022-04-02T04:04:46.200 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-04-02T04:04:46.219 INFO:teuthology.orchestra.run.smithi116.stdout:role.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-04-02T04:04:46.268 INFO:teuthology.orchestra.run.smithi116.stdout:role.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-04-02T04:04:46.279 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-04-02T04:04:46.288 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-04-02T04:04:46.328 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-04-02T04:04:46.331 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-04-02T04:04:46.360 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-04-02T04:04:46.376 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-04-02T04:04:46.409 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-04-02T04:04:46.426 INFO:teuthology.orchestra.run.smithi116.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-04-02T04:04:46.427 INFO:teuthology.orchestra.run.smithi116.stdout:podsecuritypolicy.policy/00-rook-privileged created 2022-04-02T04:04:46.478 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/psp:rook created 2022-04-02T04:04:46.527 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system-psp created 2022-04-02T04:04:46.546 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-default-psp created 2022-04-02T04:04:46.613 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd-psp created 2022-04-02T04:04:46.645 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-psp created 2022-04-02T04:04:46.663 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter-psp created 2022-04-02T04:04:46.677 INFO:teuthology.orchestra.run.smithi116.stdout:serviceaccount/rook-csi-cephfs-plugin-sa created 2022-04-02T04:04:46.780 INFO:teuthology.orchestra.run.smithi116.stdout:serviceaccount/rook-csi-cephfs-provisioner-sa created 2022-04-02T04:04:46.796 INFO:teuthology.orchestra.run.smithi116.stdout:role.rbac.authorization.k8s.io/cephfs-external-provisioner-cfg created 2022-04-02T04:04:46.871 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role-cfg created 2022-04-02T04:04:46.972 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-04-02T04:04:46.977 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-external-provisioner-runner created 2022-04-02T04:04:47.014 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-plugin-sa-psp created 2022-04-02T04:04:47.061 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-provisioner-sa-psp created 2022-04-02T04:04:47.072 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-04-02T04:04:47.119 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role created 2022-04-02T04:04:47.123 INFO:teuthology.orchestra.run.smithi116.stdout:serviceaccount/rook-csi-rbd-plugin-sa created 2022-04-02T04:04:47.131 INFO:teuthology.orchestra.run.smithi116.stdout:serviceaccount/rook-csi-rbd-provisioner-sa created 2022-04-02T04:04:47.138 INFO:teuthology.orchestra.run.smithi116.stdout:role.rbac.authorization.k8s.io/rbd-external-provisioner-cfg created 2022-04-02T04:04:47.165 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role-cfg created 2022-04-02T04:04:47.207 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-04-02T04:04:47.316 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrole.rbac.authorization.k8s.io/rbd-external-provisioner-runner created 2022-04-02T04:04:47.320 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-plugin-sa-psp created 2022-04-02T04:04:47.329 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-provisioner-sa-psp created 2022-04-02T04:04:47.357 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-04-02T04:04:47.363 INFO:teuthology.orchestra.run.smithi116.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role created 2022-04-02T04:04:47.371 INFO:teuthology.orchestra.run.smithi116.stdout:role.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-04-02T04:04:47.399 INFO:teuthology.orchestra.run.smithi116.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-04-02T04:04:47.404 INFO:teuthology.orchestra.run.smithi116.stdout:serviceaccount/rook-ceph-purge-osd created 2022-04-02T04:04:47.413 INFO:teuthology.orchestra.run.smithi116.stdout:configmap/rook-ceph-operator-config created 2022-04-02T04:04:47.500 INFO:teuthology.orchestra.run.smithi116.stdout:deployment.apps/rook-ceph-operator created 2022-04-02T04:04:47.506 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-04-02T04:04:47.593 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:04:47.595 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-operator-6b496c8959-mxr9q 0/1 Pending 0 0s 2022-04-02T04:04:57.596 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-04-02T04:04:57.656 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:04:57.657 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-operator-6b496c8959-mxr9q 0/1 Pending 0 10s 2022-04-02T04:05:07.660 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-04-02T04:05:07.709 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:05:07.710 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-operator-6b496c8959-mxr9q 0/1 Pending 0 20s 2022-04-02T04:05:17.712 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-04-02T04:05:17.825 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:05:17.826 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-operator-6b496c8959-mxr9q 0/1 Pending 0 30s 2022-04-02T04:05:27.828 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-04-02T04:05:28.173 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:05:28.174 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-operator-6b496c8959-mxr9q 0/1 Pending 0 41s 2022-04-02T04:05:38.179 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-04-02T04:05:38.512 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:05:38.512 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-operator-6b496c8959-mxr9q 0/1 ContainerCreating 0 51s 2022-04-02T04:05:48.515 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-04-02T04:05:48.813 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:05:48.813 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-operator-6b496c8959-mxr9q 0/1 ContainerCreating 0 61s 2022-04-02T04:05:58.816 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-04-02T04:05:58.881 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:05:58.882 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-operator-6b496c8959-mxr9q 1/1 Running 0 71s 2022-04-02T04:05:58.883 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph logs -f rook-ceph-operator-6b496c8959-mxr9q 2022-04-02T04:05:58.892 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:05:58.892 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2022-04-02T04:05:58.943 INFO:tasks.rook: override: [global] osd crush chooseleaf type = 0 2022-04-02T04:05:58.943 INFO:tasks.rook: override: [mgr] debug mgr = 20 2022-04-02T04:05:58.944 INFO:tasks.rook: override: [mgr] debug ms = 1 2022-04-02T04:05:58.944 INFO:tasks.rook: override: [mon] debug mon = 20 2022-04-02T04:05:58.944 INFO:tasks.rook: override: [mon] debug ms = 1 2022-04-02T04:05:58.945 INFO:tasks.rook: override: [mon] debug paxos = 20 2022-04-02T04:05:58.945 INFO:tasks.rook: override: [osd] debug ms = 1 2022-04-02T04:05:58.945 INFO:tasks.rook: override: [osd] debug osd = 20 2022-04-02T04:05:58.946 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-04-02T04:05:58.948 DEBUG:teuthology.orchestra.run.smithi116:> kubectl create -f - 2022-04-02T04:05:58.963 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:57.934471 I | rookcmd: starting Rook v1.7.2 with arguments '/usr/local/bin/rook ceph operator' 2022-04-02T04:05:58.964 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:57.934550 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-04-02T04:05:58.964 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:57.934553 I | cephcmd: starting Rook-Ceph operator 2022-04-02T04:05:58.964 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.149843 I | cephcmd: base ceph version inside the rook operator image is "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)" 2022-04-02T04:05:58.965 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.286391 I | op-k8sutil: ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS="15" (configmap) 2022-04-02T04:05:58.965 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.289684 I | op-k8sutil: ROOK_ENABLE_DISCOVERY_DAEMON="false" (configmap) 2022-04-02T04:05:58.965 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.310421 I | operator: looking for secret "rook-ceph-admission-controller" 2022-04-02T04:05:58.965 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.326616 I | operator: secret "rook-ceph-admission-controller" not found. proceeding without the admission controller 2022-04-02T04:05:58.966 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.329298 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-04-02T04:05:58.966 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.329313 I | operator: watching all namespaces for ceph cluster CRs 2022-04-02T04:05:58.966 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.329366 I | operator: setting up the controller-runtime manager 2022-04-02T04:05:58.966 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.330750 I | ceph-cluster-controller: ConfigMap "rook-ceph-operator-config" changes detected. Updating configurations 2022-04-02T04:05:58.966 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.333584 I | op-k8sutil: ROOK_LOG_LEVEL="INFO" (configmap) 2022-04-02T04:05:58.967 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.735751 I | ceph-cluster-controller: successfully started 2022-04-02T04:05:58.967 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.735860 I | ceph-cluster-controller: enabling hotplug orchestration 2022-04-02T04:05:58.967 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.735884 I | ceph-crashcollector-controller: successfully started 2022-04-02T04:05:58.967 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.735946 I | ceph-block-pool-controller: successfully started 2022-04-02T04:05:58.968 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.736006 I | ceph-object-store-user-controller: successfully started 2022-04-02T04:05:58.968 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.736081 I | ceph-object-realm-controller: successfully started 2022-04-02T04:05:58.968 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.736159 I | ceph-object-zonegroup-controller: successfully started 2022-04-02T04:05:58.968 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.736248 I | ceph-object-zone-controller: successfully started 2022-04-02T04:05:58.968 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.736401 I | ceph-object-controller: successfully started 2022-04-02T04:05:58.969 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.736494 I | ceph-file-controller: successfully started 2022-04-02T04:05:58.969 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.736592 I | ceph-nfs-controller: successfully started 2022-04-02T04:05:58.969 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.736707 I | ceph-rbd-mirror-controller: successfully started 2022-04-02T04:05:58.969 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.736831 I | ceph-client-controller: successfully started 2022-04-02T04:05:58.969 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.736924 I | ceph-filesystem-mirror-controller: successfully started 2022-04-02T04:05:58.970 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:05:58.737989 I | operator: starting the controller-runtime manager 2022-04-02T04:05:59.971 INFO:teuthology.orchestra.run.smithi116.stdout:configmap/rook-config-override created 2022-04-02T04:05:59.975 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:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a dataDirHostPath: /var/lib/rook mgr: count: 1 modules: - enabled: true name: rook mon: allowMultiplePerNode: false count: 1 network: provider: host skipUpgradeChecks: true 2022-04-02T04:05:59.976 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:05:59.976 DEBUG:teuthology.orchestra.run.smithi116:> dd of=cluster.yaml 2022-04-02T04:05:59.982 DEBUG:teuthology.orchestra.run.smithi116:> kubectl create -f cluster.yaml 2022-04-02T04:06:05.369 INFO:teuthology.orchestra.run.smithi116.stdout:cephcluster.ceph.rook.io/rook-ceph created 2022-04-02T04:06:05.371 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.373560 I | clusterdisruption-controller: create event from ceph cluster CR 2022-04-02T04:06:05.372 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.373721 I | ceph-spec: adding finalizer "cephcluster.ceph.rook.io" on "rook-ceph" 2022-04-02T04:06:05.388 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.389028 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-04-02T04:06:05.390 DEBUG:teuthology.orchestra.remote:smithi116:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-04-02T04:06:05.401 DEBUG:teuthology.orchestra.run.smithi116:> kubectl create -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-04-02T04:06:05.436 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.438052 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-04-02T04:06:05.483 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.485234 I | ceph-csi: successfully created csi config map "rook-ceph-csi-config" 2022-04-02T04:06:05.489 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.491776 I | ceph-cluster-controller: clusterInfo not yet found, must be a new cluster 2022-04-02T04:06:05.490 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.491812 I | op-k8sutil: ROOK_CSI_ENABLE_RBD="true" (configmap) 2022-04-02T04:06:05.492 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.493630 I | op-k8sutil: ROOK_CSI_ENABLE_CEPHFS="true" (configmap) 2022-04-02T04:06:05.494 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.495207 I | op-k8sutil: ROOK_CSI_ALLOW_UNSUPPORTED_VERSION="false" (configmap) 2022-04-02T04:06:05.495 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.496701 I | op-k8sutil: ROOK_CSI_ENABLE_GRPC_METRICS="false" (configmap) 2022-04-02T04:06:05.497 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.498205 I | op-k8sutil: CSI_ENABLE_HOST_NETWORK="true" (default) 2022-04-02T04:06:05.499 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.499889 I | op-k8sutil: ROOK_CSI_CEPH_IMAGE="quay.io/cephcsi/cephcsi:v3.4.0" (default) 2022-04-02T04:06:05.617 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.619381 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a... 2022-04-02T04:06:05.643 INFO:teuthology.orchestra.run.smithi116.stdout:deployment.apps/rook-ceph-tools created 2022-04-02T04:06:05.647 INFO:tasks.rook:Waiting for tools container to start 2022-04-02T04:06:05.647 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:06:05.743 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:06:05.743 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 Pending 0 0s 2022-04-02T04:06:05.813 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:05.814792 I | op-k8sutil: ROOK_CSI_REGISTRAR_IMAGE="k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0" (default) 2022-04-02T04:06:06.192 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:06.193918 I | op-k8sutil: ROOK_CSI_PROVISIONER_IMAGE="k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2" (default) 2022-04-02T04:06:06.942 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:06.943885 I | op-k8sutil: ROOK_CSI_ATTACHER_IMAGE="k8s.gcr.io/sig-storage/csi-attacher:v3.2.1" (default) 2022-04-02T04:06:06.946 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:06.946335 I | op-k8sutil: ROOK_CSI_SNAPSHOTTER_IMAGE="k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1" (default) 2022-04-02T04:06:06.991 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:06.992649 I | op-k8sutil: ROOK_CSI_KUBELET_DIR_PATH="/var/lib/kubelet" (default) 2022-04-02T04:06:07.192 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:07.194045 I | op-k8sutil: CSI_VOLUME_REPLICATION_IMAGE="quay.io/csiaddons/volumereplication-operator:v0.1.0" (default) 2022-04-02T04:06:07.400 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:07.402562 I | op-k8sutil: ROOK_CSI_CEPHFS_POD_LABELS="" (default) 2022-04-02T04:06:07.592 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:07.593991 I | op-k8sutil: ROOK_CSI_RBD_POD_LABELS="" (default) 2022-04-02T04:06:07.593 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:07.594026 I | ceph-csi: detecting the ceph csi image version for image "quay.io/cephcsi/cephcsi:v3.4.0" 2022-04-02T04:06:07.793 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:07.794078 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-04-02T04:06:10.746 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:06:10.809 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:06:10.809 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 5s 2022-04-02T04:06:15.815 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:06:15.885 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:06:15.885 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 10s 2022-04-02T04:06:20.893 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:06:20.971 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:06:20.971 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 15s 2022-04-02T04:06:25.973 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:06:26.041 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:06:26.042 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 21s 2022-04-02T04:06:31.047 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:06:31.108 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:06:31.108 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 26s 2022-04-02T04:06:36.110 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:06:36.190 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:06:36.191 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 31s 2022-04-02T04:06:41.193 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:06:41.606 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:06:41.606 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 36s 2022-04-02T04:06:46.152 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:46.158856 I | ceph-csi: Detected ceph CSI image version: "v3.4.0" 2022-04-02T04:06:46.321 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:46.326746 I | op-k8sutil: CSI_FORCE_CEPHFS_KERNEL_CLIENT="true" (configmap) 2022-04-02T04:06:46.612 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:06:46.678 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:46.685013 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2022-04-02T04:06:46.680 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:06:46.680 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 41s 2022-04-02T04:06:46.847 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:46.853591 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2022-04-02T04:06:46.870 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:46.876131 I | ceph-cluster-controller: detected ceph image version: "17.0.0-11449 quincy" 2022-04-02T04:06:46.870 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:46.876147 I | ceph-cluster-controller: validating ceph version from provided image 2022-04-02T04:06:46.870 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:46.876154 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-11449 quincy", pursuing 2022-04-02T04:06:46.887 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:46.892567 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-11449 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a" 2022-04-02T04:06:46.891 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:46.894724 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2022-04-02T04:06:46.940 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:46.944044 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2022-04-02T04:06:46.953 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:46.950282 I | op-k8sutil: CSI_PLUGIN_PRIORITY_CLASSNAME="" (default) 2022-04-02T04:06:47.006 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:47.012358 E | ceph-spec: failed to update cluster condition to {Type:Progressing Status:True Reason:ClusterProgressing Message:Configuring the Ceph cluster LastHeartbeatTime:2022-04-02 04:06:46.94571801 +0000 UTC m=+49.057104284 LastTransitionTime:2022-04-02 04:06:46.945717856 +0000 UTC m=+49.057104141}. 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-04-02T04:06:47.010 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:47.013008 I | op-k8sutil: CSI_PROVISIONER_PRIORITY_CLASSNAME="" (default) 2022-04-02T04:06:47.046 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:47.052309 I | op-k8sutil: CSI_ENABLE_OMAP_GENERATOR="false" (default) 2022-04-02T04:06:47.051 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:47.057087 I | op-k8sutil: CSI_ENABLE_RBD_SNAPSHOTTER="true" (configmap) 2022-04-02T04:06:47.054 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:47.059749 I | op-k8sutil: CSI_ENABLE_CEPHFS_SNAPSHOTTER="true" (configmap) 2022-04-02T04:06:47.081 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:47.086988 I | op-mon: start running mons 2022-04-02T04:06:47.188 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:47.194797 I | op-k8sutil: CSI_ENABLE_VOLUME_REPLICATION="false" (configmap) 2022-04-02T04:06:47.415 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:47.421725 I | op-mon: creating mon secrets for a new cluster 2022-04-02T04:06:47.562 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:47.568206 I | op-k8sutil: CSI_CEPHFS_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-04-02T04:06:48.154 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:48.160207 I | op-k8sutil: CSI_RBD_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-04-02T04:06:48.154 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:48.160254 I | ceph-csi: Kubernetes version is 1.23 2022-04-02T04:06:48.386 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:48.392401 I | op-k8sutil: ROOK_CSI_RESIZER_IMAGE="k8s.gcr.io/sig-storage/csi-resizer:v1.2.0" (default) 2022-04-02T04:06:48.563 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:48.569984 I | op-k8sutil: CSI_LOG_LEVEL="" (default) 2022-04-02T04:06:48.762 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:48.768318 I | op-mon: existing maxMonID not found or failed to load. configmaps "rook-ceph-mon-endpoints" not found 2022-04-02T04:06:49.164 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:49.170816 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":[]}] data: mapping:{"node":{}} maxMonId:-1] 2022-04-02T04:06:49.364 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:49.370209 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-04-02T04:06:49.762 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:49.768950 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2022-04-02T04:06:50.163 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:50.168879 I | op-k8sutil: CSI_PLUGIN_TOLERATIONS="" (default) 2022-04-02T04:06:50.562 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:50.568717 I | op-k8sutil: CSI_PLUGIN_NODE_AFFINITY="" (default) 2022-04-02T04:06:50.769 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:50.774702 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:06:50.770 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:50.774898 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:06:50.961 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:50.967927 I | op-k8sutil: CSI_RBD_PLUGIN_TOLERATIONS="" (default) 2022-04-02T04:06:51.362 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:51.368890 I | op-k8sutil: CSI_RBD_PLUGIN_NODE_AFFINITY="" (default) 2022-04-02T04:06:51.684 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:06:51.745 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:06:51.745 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 46s 2022-04-02T04:06:51.762 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:51.768775 I | op-k8sutil: CSI_RBD_PLUGIN_RESOURCE="" (default) 2022-04-02T04:06:52.162 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:52.168341 I | op-k8sutil: CSI_RBD_PROVISIONER_TOLERATIONS="" (default) 2022-04-02T04:06:52.613 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:52.617119 I | op-k8sutil: CSI_RBD_PROVISIONER_NODE_AFFINITY="" (default) 2022-04-02T04:06:53.018 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:53.024398 I | op-k8sutil: CSI_RBD_PROVISIONER_RESOURCE="" (default) 2022-04-02T04:06:53.125 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:53.129029 I | ceph-csi: successfully started CSI Ceph RBD driver 2022-04-02T04:06:53.185 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:53.191572 I | op-mon: targeting the mon count 1 2022-04-02T04:06:53.255 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:53.261600 I | op-mon: sched-mon: created canary deployment rook-ceph-mon-a-canary 2022-04-02T04:06:53.801 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:53.806540 I | op-k8sutil: CSI_CEPHFS_PLUGIN_TOLERATIONS="" (default) 2022-04-02T04:06:54.260 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:54.266906 I | op-k8sutil: CSI_CEPHFS_PLUGIN_NODE_AFFINITY="" (default) 2022-04-02T04:06:54.263 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:54.267848 I | op-mon: sched-mon: canary monitor deployment rook-ceph-mon-a-canary scheduled to smithi116 2022-04-02T04:06:54.264 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:54.267868 I | op-mon: assignmon: mon a assigned to node smithi116 2022-04-02T04:06:54.266 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:54.271199 I | op-mon: cleaning up canary monitor deployment "rook-ceph-mon-a-canary" 2022-04-02T04:06:54.270 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:54.275620 I | op-mon: creating mon a 2022-04-02T04:06:54.270 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:54.275659 I | op-mon: setting mon endpoints for hostnetwork mode 2022-04-02T04:06:54.829 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:54.834363 I | op-k8sutil: CSI_CEPHFS_PLUGIN_RESOURCE="" (default) 2022-04-02T04:06:55.180 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:55.185897 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.116:6789"]}] data:a=172.21.15.116:6789 mapping:{"node":{"a":{"Name":"smithi116","Hostname":"smithi116","Address":"172.21.15.116"}}} maxMonId:-1] 2022-04-02T04:06:55.183 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:55.187233 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-04-02T04:06:55.183 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:55.187918 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-04-02T04:06:55.183 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:55.188036 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_TOLERATIONS="" (default) 2022-04-02T04:06:55.826 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:55.833112 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_NODE_AFFINITY="" (default) 2022-04-02T04:06:56.244 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:56.250287 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_RESOURCE="" (default) 2022-04-02T04:06:56.244 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:56.250450 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:06:56.287 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:56.260959 I | ceph-csi: successfully started CSI CephFS driver 2022-04-02T04:06:56.288 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:56.291554 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:06:56.748 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:06:57.003 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:06:57.003 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 52s 2022-04-02T04:06:57.281 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:57.284833 I | op-k8sutil: CSI_RBD_FSGROUPPOLICY="ReadWriteOnceWithFSType" (configmap) 2022-04-02T04:06:57.325 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:57.332204 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-04-02T04:06:57.445 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:57.450991 I | ceph-csi: CSIDriver object created for driver "rook-ceph.rbd.csi.ceph.com" 2022-04-02T04:06:57.456 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:57.458747 I | op-k8sutil: CSI_CEPHFS_FSGROUPPOLICY="None" (configmap) 2022-04-02T04:06:57.614 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:57.619941 I | op-mon: updating maxMonID from -1 to 0 after committing mon "a" 2022-04-02T04:06:57.617 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:57.620417 I | ceph-csi: CSIDriver object created for driver "rook-ceph.cephfs.csi.ceph.com" 2022-04-02T04:06:58.971 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:58.977061 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.116:6789"]}] data:a=172.21.15.116:6789 mapping:{"node":{"a":{"Name":"smithi116","Hostname":"smithi116","Address":"172.21.15.116"}}} maxMonId:0] 2022-04-02T04:06:58.971 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:58.977092 I | op-mon: waiting for mon quorum with [a] 2022-04-02T04:06:59.029 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:59.036200 I | op-mon: mon a is not yet running 2022-04-02T04:06:59.030 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:06:59.036235 I | op-mon: mons running: [] 2022-04-02T04:07:02.006 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:07:02.061 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:07:02.061 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 57s 2022-04-02T04:07:07.072 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:07:07.221 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:07:07.221 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 62s 2022-04-02T04:07:12.224 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:07:12.282 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:07:12.282 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 0/1 ContainerCreating 0 67s 2022-04-02T04:07:17.284 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-04-02T04:07:17.360 INFO:teuthology.orchestra.run.smithi116.stdout:NAME READY STATUS RESTARTS AGE 2022-04-02T04:07:17.360 INFO:teuthology.orchestra.run.smithi116.stdout:rook-ceph-tools-7677f7f4b9-6lw5v 1/1 Running 0 72s 2022-04-02T04:07:17.362 INFO:tasks.rook:Waiting for mgr/rook orchestrator to be available 2022-04-02T04:07:17.362 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch status -f json 2022-04-02T04:07:19.183 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:19.189097 I | op-mon: mon a is not yet running 2022-04-02T04:07:19.183 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:19.189136 I | op-mon: mons running: [] 2022-04-02T04:07:26.405 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:07:26.405 INFO:teuthology.orchestra.run.smithi116.stderr:no valid command found; 10 closest matches: 2022-04-02T04:07:26.406 INFO:teuthology.orchestra.run.smithi116.stderr:pg stat 2022-04-02T04:07:26.406 INFO:teuthology.orchestra.run.smithi116.stderr:pg getmap 2022-04-02T04:07:26.406 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-04-02T04:07:26.406 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-04-02T04:07:26.407 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump_pools_json 2022-04-02T04:07:26.407 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls-by-pool [...] 2022-04-02T04:07:26.407 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls-by-primary [] [...] 2022-04-02T04:07:26.407 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls-by-osd [] [...] 2022-04-02T04:07:26.408 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls [] [...] 2022-04-02T04:07:26.408 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-04-02T04:07:26.408 INFO:teuthology.orchestra.run.smithi116.stderr:Error EINVAL: invalid command 2022-04-02T04:07:26.411 INFO:teuthology.orchestra.run.smithi116.stderr:command terminated with exit code 22 2022-04-02T04:07:26.414 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-04-02T04:07:26.835 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:26.842298 I | op-mon: Monitors in quorum: [a] 2022-04-02T04:07:26.835 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:26.842328 I | op-mon: mons created: 1 2022-04-02T04:07:27.093 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:27.100082 I | op-mon: waiting for mon quorum with [a] 2022-04-02T04:07:27.292 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:27.299564 I | op-mon: mons running: [a] 2022-04-02T04:07:27.550 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:27.557635 I | op-mon: Monitors in quorum: [a] 2022-04-02T04:07:27.551 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:27.557657 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-04-02T04:07:27.989 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:27.907532 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-04-02T04:07:27.990 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:27.907565 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-04-02T04:07:28.344 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:28.351314 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-04-02T04:07:28.344 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:28.351365 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-04-02T04:07:28.871 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:28.877961 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-04-02T04:07:28.871 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:28.877987 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-04-02T04:07:29.158 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:29.164774 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-04-02T04:07:29.158 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:29.164813 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-04-02T04:07:29.443 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:29.450435 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-04-02T04:07:29.444 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:29.450457 I | op-config: deleting "log file" option from the mon configuration database 2022-04-02T04:07:29.653 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:29.660039 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-04-02T04:07:29.653 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:29.660079 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-04-02T04:07:29.970 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:29.977529 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-04-02T04:07:30.262 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:30.269030 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-04-02T04:07:30.576 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:30.583133 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-04-02T04:07:30.991 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:30.998020 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-04-02T04:07:30.992 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:30.998040 I | cephclient: getting or creating ceph auth key "client.crash" 2022-04-02T04:07:31.278 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:31.284839 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-04-02T04:07:31.496 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:31.502805 I | cephclient: successfully enabled msgr2 protocol 2022-04-02T04:07:31.496 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:31.502869 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-04-02T04:07:31.496 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:31.502876 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-04-02T04:07:31.833 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:31.840106 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-04-02T04:07:31.845 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:31.852122 I | op-mgr: start running mgr 2022-04-02T04:07:31.845 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:31.852150 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-04-02T04:07:36.415 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch status -f json 2022-04-02T04:07:36.945 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:07:36.945 INFO:teuthology.orchestra.run.smithi116.stderr:no valid command found; 10 closest matches: 2022-04-02T04:07:36.946 INFO:teuthology.orchestra.run.smithi116.stderr:pg stat 2022-04-02T04:07:36.946 INFO:teuthology.orchestra.run.smithi116.stderr:pg getmap 2022-04-02T04:07:36.946 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-04-02T04:07:36.946 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-04-02T04:07:36.947 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump_pools_json 2022-04-02T04:07:36.947 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls-by-pool [...] 2022-04-02T04:07:36.947 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls-by-primary [] [...] 2022-04-02T04:07:36.947 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls-by-osd [] [...] 2022-04-02T04:07:36.947 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls [] [...] 2022-04-02T04:07:36.948 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-04-02T04:07:36.948 INFO:teuthology.orchestra.run.smithi116.stderr:Error EINVAL: invalid command 2022-04-02T04:07:36.949 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-04-02T04:07:36.949 INFO:teuthology.orchestra.run.smithi116.stderr:command terminated with exit code 22 2022-04-02T04:07:41.196 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.203661 I | op-k8sutil: finished waiting for updated deployment "rook-ceph-mgr-a" 2022-04-02T04:07:41.199 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.206778 I | op-mgr: setting services to point to mgr "a" 2022-04-02T04:07:41.259 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.266123 I | op-osd: start running osds in namespace "rook-ceph" 2022-04-02T04:07:41.259 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.266210 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-04-02T04:07:41.259 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.266239 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-04-02T04:07:41.311 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.318494 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-04-02T04:07:41.317 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.324227 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-04-02T04:07:41.317 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.324252 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-04-02T04:07:41.318 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.324257 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-04-02T04:07:41.596 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.603395 W | cephclient: failed to enable mgr module "rook". trying again... 2022-04-02T04:07:41.738 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.745461 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-04-02T04:07:41.739 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.745484 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-04-02T04:07:41.744 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.752201 I | ceph-cluster-controller: enabling ceph mon monitoring goroutine for cluster "rook-ceph" 2022-04-02T04:07:41.745 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.752226 I | ceph-cluster-controller: enabling ceph osd monitoring goroutine for cluster "rook-ceph" 2022-04-02T04:07:41.745 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.752245 I | ceph-cluster-controller: enabling ceph status monitoring goroutine for cluster "rook-ceph" 2022-04-02T04:07:41.826 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.834075 I | op-k8sutil: ROOK_OBC_WATCH_OPERATOR_NAMESPACE="true" (configmap) 2022-04-02T04:07:41.827 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.834104 I | op-bucket-prov: ceph bucket provisioner launched watching for provisioner "rook-ceph.ceph.rook.io/bucket" 2022-04-02T04:07:41.829 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.835816 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Normal:ReconcileSucceeded:successfully configured CephCluster "rook-ceph/rook-ceph" 2022-04-02T04:07:41.829 INFO:tasks.rook.operator.smithi116.stdout:I0402 04:07:41.835886 8 manager.go:118] objectbucket.io/provisioner-manager "msg"="starting provisioner" "name"="rook-ceph.ceph.rook.io/bucket" 2022-04-02T04:07:41.851 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:41.857814 I | op-mgr: successful modules: dashboard 2022-04-02T04:07:42.011 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:42.016344 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-04-02T04:07:42.881 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:42.888993 I | op-mgr: successful modules: prometheus 2022-04-02T04:07:46.951 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch status -f json 2022-04-02T04:07:47.314 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:47.321536 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-04-02T04:07:47.374 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:07:47.375 INFO:teuthology.orchestra.run.smithi116.stderr:no valid command found; 10 closest matches: 2022-04-02T04:07:47.376 INFO:teuthology.orchestra.run.smithi116.stderr:pg stat 2022-04-02T04:07:47.376 INFO:teuthology.orchestra.run.smithi116.stderr:pg getmap 2022-04-02T04:07:47.377 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-04-02T04:07:47.377 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-04-02T04:07:47.378 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump_pools_json 2022-04-02T04:07:47.378 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls-by-pool [...] 2022-04-02T04:07:47.378 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls-by-primary [] [...] 2022-04-02T04:07:47.379 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls-by-osd [] [...] 2022-04-02T04:07:47.379 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls [] [...] 2022-04-02T04:07:47.380 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-04-02T04:07:47.380 INFO:teuthology.orchestra.run.smithi116.stderr:Error EINVAL: invalid command 2022-04-02T04:07:47.382 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-04-02T04:07:47.383 INFO:teuthology.orchestra.run.smithi116.stderr:command terminated with exit code 22 2022-04-02T04:07:47.809 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:47.816146 I | op-mgr: successful modules: mgr module(s) from the spec 2022-04-02T04:07:49.171 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:49.178213 I | cephclient: command failed for set rook backend. trying again... 2022-04-02T04:07:52.607 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:52.615165 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-04-02T04:07:54.474 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:54.481728 I | cephclient: command failed for set rook backend. trying again... 2022-04-02T04:07:57.385 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch status -f json 2022-04-02T04:07:57.934 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:07:57.935 INFO:teuthology.orchestra.run.smithi116.stderr:no valid command found; 10 closest matches: 2022-04-02T04:07:57.935 INFO:teuthology.orchestra.run.smithi116.stderr:pg stat 2022-04-02T04:07:57.935 INFO:teuthology.orchestra.run.smithi116.stderr:pg getmap 2022-04-02T04:07:57.936 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-04-02T04:07:57.936 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-04-02T04:07:57.936 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump_pools_json 2022-04-02T04:07:57.936 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls-by-pool [...] 2022-04-02T04:07:57.936 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls-by-primary [] [...] 2022-04-02T04:07:57.937 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls-by-osd [] [...] 2022-04-02T04:07:57.937 INFO:teuthology.orchestra.run.smithi116.stderr:pg ls [] [...] 2022-04-02T04:07:57.937 INFO:teuthology.orchestra.run.smithi116.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-04-02T04:07:57.937 INFO:teuthology.orchestra.run.smithi116.stderr:Error EINVAL: invalid command 2022-04-02T04:07:57.939 INFO:teuthology.orchestra.run.smithi116.stderr:command terminated with exit code 22 2022-04-02T04:07:57.942 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-04-02T04:07:58.003 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:58.010754 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-04-02T04:07:59.773 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:07:59.781046 I | cephclient: command failed for set rook backend. trying again... 2022-04-02T04:08:03.391 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:03.398257 I | op-mgr: successful modules: balancer 2022-04-02T04:08:05.205 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:05.212348 I | cephclient: action set rook backend succeeded on attempt 3 2022-04-02T04:08:05.205 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:05.212371 I | op-mgr: successful modules: orchestrator modules 2022-04-02T04:08:07.943 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch status -f json 2022-04-02T04:08:08.513 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:08:08.513 INFO:teuthology.orchestra.run.smithi116.stdout:{"available": true, "backend": "rook"} 2022-04-02T04:08:08.541 INFO:tasks.rook: mgr/rook orchestrator is active 2022-04-02T04:08:08.542 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph config set mgr mgr/rook/storage_class scratch 2022-04-02T04:08:09.104 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch apply osd --all-available-devices 2022-04-02T04:08:09.762 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:09.768524 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff= v1.ClusterSpec{ 2022-04-02T04:08:09.762 INFO:tasks.rook.operator.smithi116.stdout: CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", AllowUnsupported: true}, 2022-04-02T04:08:09.763 INFO:tasks.rook.operator.smithi116.stdout: Storage: v1.StorageScopeSpec{ 2022-04-02T04:08:09.763 INFO:tasks.rook.operator.smithi116.stdout: ... // 3 identical fields 2022-04-02T04:08:09.763 INFO:tasks.rook.operator.smithi116.stdout: Config: nil, 2022-04-02T04:08:09.763 INFO:tasks.rook.operator.smithi116.stdout: Selection: {}, 2022-04-02T04:08:09.763 INFO:tasks.rook.operator.smithi116.stdout:- StorageClassDeviceSets: nil, 2022-04-02T04:08:09.764 INFO:tasks.rook.operator.smithi116.stdout:+ StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-04-02T04:08:09.764 INFO:tasks.rook.operator.smithi116.stdout:+ { 2022-04-02T04:08:09.764 INFO:tasks.rook.operator.smithi116.stdout:+ Name: "smithi116-lv-1", 2022-04-02T04:08:09.764 INFO:tasks.rook.operator.smithi116.stdout:+ Count: 1, 2022-04-02T04:08:09.765 INFO:tasks.rook.operator.smithi116.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-04-02T04:08:09.765 INFO:tasks.rook.operator.smithi116.stdout:+ }, 2022-04-02T04:08:09.765 INFO:tasks.rook.operator.smithi116.stdout:+ { 2022-04-02T04:08:09.765 INFO:tasks.rook.operator.smithi116.stdout:+ Name: "smithi116-lv-2", 2022-04-02T04:08:09.766 INFO:tasks.rook.operator.smithi116.stdout:+ Count: 1, 2022-04-02T04:08:09.766 INFO:tasks.rook.operator.smithi116.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-04-02T04:08:09.767 INFO:teuthology.orchestra.run.smithi116.stdout:['Success'] 2022-04-02T04:08:09.768 INFO:tasks.rook.operator.smithi116.stdout:+ }, 2022-04-02T04:08:09.769 INFO:tasks.rook.operator.smithi116.stdout:+ { 2022-04-02T04:08:09.769 INFO:tasks.rook.operator.smithi116.stdout:+ Name: "smithi116-lv-3", 2022-04-02T04:08:09.769 INFO:tasks.rook.operator.smithi116.stdout:+ Count: 1, 2022-04-02T04:08:09.769 INFO:tasks.rook.operator.smithi116.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-04-02T04:08:09.770 INFO:tasks.rook.operator.smithi116.stdout:+ }, 2022-04-02T04:08:09.770 INFO:tasks.rook.operator.smithi116.stdout:+ { 2022-04-02T04:08:09.771 INFO:tasks.rook.operator.smithi116.stdout:+ Name: "smithi116-lv-4", 2022-04-02T04:08:09.771 INFO:tasks.rook.operator.smithi116.stdout:+ Count: 1, 2022-04-02T04:08:09.771 INFO:tasks.rook.operator.smithi116.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-04-02T04:08:09.771 INFO:tasks.rook.operator.smithi116.stdout:+ }, 2022-04-02T04:08:09.772 INFO:tasks.rook.operator.smithi116.stdout:+ }, 2022-04-02T04:08:09.772 INFO:tasks.rook.operator.smithi116.stdout: }, 2022-04-02T04:08:09.772 INFO:tasks.rook.operator.smithi116.stdout: Annotations: nil, 2022-04-02T04:08:09.772 INFO:tasks.rook.operator.smithi116.stdout: Labels: nil, 2022-04-02T04:08:09.772 INFO:tasks.rook.operator.smithi116.stdout: ... // 20 identical fields 2022-04-02T04:08:09.773 INFO:tasks.rook.operator.smithi116.stdout: } 2022-04-02T04:08:09.773 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:09.768603 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-04-02T04:08:09.783 INFO:tasks.rook:Waiting for 4 OSDs 2022-04-02T04:08:09.784 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd stat -f json 2022-04-02T04:08:09.785 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:09.792297 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:08:09.802 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:09.805515 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a... 2022-04-02T04:08:10.314 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:08:10.331 INFO:teuthology.orchestra.run.smithi116.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-04-02T04:08:10.331 INFO:tasks.rook: have 0/4 OSDs 2022-04-02T04:08:15.790 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:15.797121 I | ceph-cluster-controller: detected ceph image version: "17.0.0-11449 quincy" 2022-04-02T04:08:15.790 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:15.797162 I | ceph-cluster-controller: validating ceph version from provided image 2022-04-02T04:08:15.791 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:15.797188 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-11449 quincy", pursuing 2022-04-02T04:08:15.850 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:15.857823 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:08:15.998 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:16.005480 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:08:16.001 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:16.005834 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:08:16.415 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:16.423138 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-11449 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a" 2022-04-02T04:08:16.555 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:16.562833 I | op-mon: start running mons 2022-04-02T04:08:16.691 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:16.697201 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:08:16.732 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:16.740470 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.116:6789"]}] data:a=172.21.15.116:6789 mapping:{"node":{"a":{"Name":"smithi116","Hostname":"smithi116","Address":"172.21.15.116"}}} maxMonId:0] 2022-04-02T04:08:16.739 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:16.747545 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:08:16.740 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:16.747680 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:08:17.587 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:17.595255 I | op-mon: targeting the mon count 1 2022-04-02T04:08:17.620 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:17.627910 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-04-02T04:08:18.620 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:18.628253 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-04-02T04:08:18.628 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:18.635953 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:08:18.649 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:18.656675 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a... 2022-04-02T04:08:18.716 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:18.723510 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-04-02T04:08:18.721 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:18.729379 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-04-02T04:08:20.332 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd stat -f json 2022-04-02T04:08:20.726 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:20.734689 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-04-02T04:08:20.836 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:08:20.857 INFO:teuthology.orchestra.run.smithi116.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-04-02T04:08:20.857 INFO:tasks.rook: have 0/4 OSDs 2022-04-02T04:08:26.755 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:26.762925 I | ceph-cluster-controller: detected ceph image version: "17.0.0-11449 quincy" 2022-04-02T04:08:26.756 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:26.762945 I | ceph-cluster-controller: validating ceph version from provided image 2022-04-02T04:08:26.756 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:26.762953 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-11449 quincy", pursuing 2022-04-02T04:08:26.763 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:26.766569 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:08:27.110 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:27.118512 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:08:27.112 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:27.118721 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:08:27.244 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:27.251891 I | op-mon: checking if multiple mons are on the same node 2022-04-02T04:08:27.526 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:27.534252 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-11449 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a" 2022-04-02T04:08:27.620 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:27.627843 I | op-mon: start running mons 2022-04-02T04:08:27.639 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:27.646005 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:08:27.670 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:27.677465 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.116:6789"]}] data:a=172.21.15.116:6789 mapping:{"node":{"a":{"Name":"smithi116","Hostname":"smithi116","Address":"172.21.15.116"}}} maxMonId:0] 2022-04-02T04:08:27.723 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:27.731245 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:08:27.724 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:27.731457 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:08:28.748 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:28.756138 I | op-mon: targeting the mon count 1 2022-04-02T04:08:28.753 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:28.760988 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-04-02T04:08:29.130 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:29.135345 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-04-02T04:08:29.131 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:29.135377 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-04-02T04:08:29.464 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:29.472384 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-04-02T04:08:29.465 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:29.472422 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-04-02T04:08:29.805 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:29.812911 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-04-02T04:08:29.805 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:29.812938 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-04-02T04:08:30.145 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.152740 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-04-02T04:08:30.145 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.152769 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-04-02T04:08:30.473 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.481069 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-04-02T04:08:30.473 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.481095 I | op-config: deleting "log file" option from the mon configuration database 2022-04-02T04:08:30.821 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.829185 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-04-02T04:08:30.822 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.829217 I | op-mon: checking for basic quorum with existing mons 2022-04-02T04:08:30.822 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.829227 I | op-mon: setting mon endpoints for hostnetwork mode 2022-04-02T04:08:30.842 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.850111 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.116:6789"]}] data:a=172.21.15.116:6789 mapping:{"node":{"a":{"Name":"smithi116","Hostname":"smithi116","Address":"172.21.15.116"}}} maxMonId:0] 2022-04-02T04:08:30.848 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.856999 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:08:30.851 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.857194 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:08:30.858 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd stat -f json 2022-04-02T04:08:30.862 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.869952 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-04-02T04:08:30.870 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.878395 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-04-02T04:08:30.870 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.878421 I | op-mon: waiting for mon quorum with [a] 2022-04-02T04:08:30.878 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:30.883749 I | op-mon: mons running: [a] 2022-04-02T04:08:31.310 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:31.318421 I | op-mon: Monitors in quorum: [a] 2022-04-02T04:08:31.311 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:31.318439 I | op-mon: mons created: 1 2022-04-02T04:08:31.311 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:08:31.331 INFO:teuthology.orchestra.run.smithi116.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-04-02T04:08:31.332 INFO:tasks.rook: have 0/4 OSDs 2022-04-02T04:08:31.713 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:31.720964 I | op-mon: waiting for mon quorum with [a] 2022-04-02T04:08:31.720 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:31.728021 I | op-mon: mons running: [a] 2022-04-02T04:08:32.134 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:32.141960 I | op-mon: Monitors in quorum: [a] 2022-04-02T04:08:32.134 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:32.141989 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-04-02T04:08:32.562 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:32.570132 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-04-02T04:08:32.972 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:32.979960 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-04-02T04:08:33.384 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:33.391903 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-04-02T04:08:33.823 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:33.831254 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-04-02T04:08:33.824 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:33.831275 I | cephclient: getting or creating ceph auth key "client.crash" 2022-04-02T04:08:34.311 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:34.319160 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-04-02T04:08:34.719 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:34.727416 I | cephclient: successfully enabled msgr2 protocol 2022-04-02T04:08:34.720 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:34.727450 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-04-02T04:08:34.720 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:34.727457 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-04-02T04:08:35.124 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:35.131074 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-04-02T04:08:35.166 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:35.174823 I | op-mgr: start running mgr 2022-04-02T04:08:35.168 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:35.174851 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-04-02T04:08:35.625 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:35.633101 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-04-02T04:08:35.633 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:35.641796 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-04-02T04:08:35.638 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:35.644032 I | op-mgr: setting services to point to mgr "a" 2022-04-02T04:08:35.769 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:35.777329 I | op-osd: start running osds in namespace "rook-ceph" 2022-04-02T04:08:35.770 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:35.777367 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-04-02T04:08:35.792 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:35.800620 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-04-02T04:08:35.804 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:35.812692 I | op-osd: creating 1 new PVCs for device set "smithi116-lv-1" 2022-04-02T04:08:36.016 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:36.024390 I | op-osd: successfully provisioned PVC "smithi116-lv-1-data-0jk8x8" 2022-04-02T04:08:36.016 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:36.024422 I | op-osd: creating 1 new PVCs for device set "smithi116-lv-2" 2022-04-02T04:08:36.218 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:36.226746 I | op-osd: successfully provisioned PVC "smithi116-lv-2-data-0v8h66" 2022-04-02T04:08:36.219 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:36.226766 I | op-osd: creating 1 new PVCs for device set "smithi116-lv-3" 2022-04-02T04:08:36.397 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:36.405082 I | op-mgr: successful modules: mgr module(s) from the spec 2022-04-02T04:08:36.399 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:36.405536 I | op-mgr: successful modules: prometheus 2022-04-02T04:08:36.406 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:36.414330 I | op-osd: successfully provisioned PVC "smithi116-lv-3-data-0v79sf" 2022-04-02T04:08:36.409 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:36.414435 I | op-osd: creating 1 new PVCs for device set "smithi116-lv-4" 2022-04-02T04:08:36.606 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:36.614071 I | op-osd: successfully provisioned PVC "smithi116-lv-4-data-0t2jcc" 2022-04-02T04:08:36.632 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:36.636311 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-1-data-0jk8x8" 2022-04-02T04:08:37.059 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:37.067136 I | op-osd: started OSD provisioning job for PVC "smithi116-lv-1-data-0jk8x8" 2022-04-02T04:08:37.059 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:37.067165 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-2-data-0v8h66" 2022-04-02T04:08:37.428 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:37.436644 I | op-osd: started OSD provisioning job for PVC "smithi116-lv-2-data-0v8h66" 2022-04-02T04:08:37.429 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:37.436667 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-3-data-0v79sf" 2022-04-02T04:08:37.616 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:37.624394 I | op-mgr: successful modules: dashboard 2022-04-02T04:08:37.692 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:37.700087 I | op-mgr: successful modules: balancer 2022-04-02T04:08:37.971 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:37.979962 I | op-mgr: successful modules: orchestrator modules 2022-04-02T04:08:38.281 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:38.287269 I | op-osd: started OSD provisioning job for PVC "smithi116-lv-3-data-0v79sf" 2022-04-02T04:08:38.282 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:38.287305 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-4-data-0t2jcc" 2022-04-02T04:08:38.732 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:38.739736 I | op-osd: started OSD provisioning job for PVC "smithi116-lv-4-data-0t2jcc" 2022-04-02T04:08:38.732 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:38.739773 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-04-02T04:08:38.732 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:38.739783 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-04-02T04:08:39.123 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:39.129266 I | op-osd: OSD orchestration status for PVC smithi116-lv-1-data-0jk8x8 is "starting" 2022-04-02T04:08:39.123 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:39.129358 I | op-osd: OSD orchestration status for PVC smithi116-lv-2-data-0v8h66 is "starting" 2022-04-02T04:08:39.123 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:39.129398 I | op-osd: OSD orchestration status for PVC smithi116-lv-3-data-0v79sf is "starting" 2022-04-02T04:08:39.124 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:39.129447 I | op-osd: OSD orchestration status for PVC smithi116-lv-4-data-0t2jcc is "starting" 2022-04-02T04:08:41.333 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd stat -f json 2022-04-02T04:08:42.655 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:08:42.672 INFO:teuthology.orchestra.run.smithi116.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-04-02T04:08:42.672 INFO:tasks.rook: have 0/4 OSDs 2022-04-02T04:08:52.674 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd stat -f json 2022-04-02T04:08:53.439 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:08:53.454 INFO:teuthology.orchestra.run.smithi116.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-04-02T04:08:53.454 INFO:tasks.rook: have 0/4 OSDs 2022-04-02T04:08:54.369 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:54.378381 I | op-osd: OSD orchestration status for node smithi116-lv-1-data-0jk8x8 is "orchestrating" 2022-04-02T04:08:55.543 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:55.551762 I | op-osd: OSD orchestration status for PVC smithi116-lv-1-data-0jk8x8 is "orchestrating" 2022-04-02T04:08:55.544 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:55.551906 I | op-osd: OSD orchestration status for node smithi116-lv-2-data-0v8h66 is "orchestrating" 2022-04-02T04:08:56.153 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:56.156247 I | op-osd: OSD orchestration status for PVC smithi116-lv-2-data-0v8h66 is "orchestrating" 2022-04-02T04:08:57.259 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:57.268054 I | op-osd: OSD orchestration status for node smithi116-lv-4-data-0t2jcc is "orchestrating" 2022-04-02T04:08:57.720 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:57.724162 I | op-osd: OSD orchestration status for PVC smithi116-lv-4-data-0t2jcc is "orchestrating" 2022-04-02T04:08:57.721 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:57.724333 I | op-osd: OSD orchestration status for node smithi116-lv-3-data-0v79sf is "orchestrating" 2022-04-02T04:08:58.095 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:08:58.103857 I | op-osd: OSD orchestration status for PVC smithi116-lv-3-data-0v79sf is "orchestrating" 2022-04-02T04:09:01.737 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:01.744605 I | op-osd: OSD orchestration status for PVC smithi116-lv-1-data-0jk8x8 is "completed" 2022-04-02T04:09:01.737 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:01.744643 I | op-osd: creating OSD 0 on PVC "smithi116-lv-1-data-0jk8x8" 2022-04-02T04:09:01.738 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:01.744669 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-1-data-0jk8x8" 2022-04-02T04:09:02.747 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:02.755617 I | op-osd: OSD orchestration status for PVC smithi116-lv-2-data-0v8h66 is "completed" 2022-04-02T04:09:02.747 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:02.755646 I | op-osd: creating OSD 1 on PVC "smithi116-lv-2-data-0v8h66" 2022-04-02T04:09:02.747 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:02.755657 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-2-data-0v8h66" 2022-04-02T04:09:03.455 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd stat -f json 2022-04-02T04:09:03.839 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:03.846483 I | op-osd: OSD orchestration status for PVC smithi116-lv-4-data-0t2jcc is "completed" 2022-04-02T04:09:03.839 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:03.846712 I | op-osd: creating OSD 2 on PVC "smithi116-lv-4-data-0t2jcc" 2022-04-02T04:09:03.841 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:03.847435 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-4-data-0t2jcc" 2022-04-02T04:09:04.201 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:04.217 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1648872539,"num_remapped_pgs":0} 2022-04-02T04:09:04.218 INFO:tasks.rook: have 0/4 OSDs 2022-04-02T04:09:05.511 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:05.517023 I | op-osd: OSD orchestration status for PVC smithi116-lv-3-data-0v79sf is "completed" 2022-04-02T04:09:05.511 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:05.517068 I | op-osd: creating OSD 3 on PVC "smithi116-lv-3-data-0v79sf" 2022-04-02T04:09:05.511 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:05.517084 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-3-data-0v79sf" 2022-04-02T04:09:07.834 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:07.842642 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-04-02T04:09:07.834 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:09:07.842673 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-04-02T04:09:14.219 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd stat -f json 2022-04-02T04:09:14.754 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:14.772 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1648872539,"num_remapped_pgs":0} 2022-04-02T04:09:14.773 INFO:tasks.rook: have 0/4 OSDs 2022-04-02T04:09:24.775 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd stat -f json 2022-04-02T04:09:25.454 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:25.472 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1648872539,"num_remapped_pgs":0} 2022-04-02T04:09:25.472 INFO:tasks.rook: have 0/4 OSDs 2022-04-02T04:09:35.474 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd stat -f json 2022-04-02T04:09:36.102 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:36.120 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1648872539,"num_remapped_pgs":0} 2022-04-02T04:09:36.120 INFO:tasks.rook: have 0/4 OSDs 2022-04-02T04:09:46.122 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd stat -f json 2022-04-02T04:09:46.667 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:46.684 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":16,"num_osds":4,"num_up_osds":4,"osd_up_since":1648872582,"num_in_osds":4,"osd_in_since":1648872539,"num_remapped_pgs":0} 2022-04-02T04:09:46.685 INFO:tasks.rook:Distributing ceph config and client.admin keyring 2022-04-02T04:09:46.685 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- cat /etc/ceph/ceph.conf 2022-04-02T04:09:46.876 INFO:teuthology.orchestra.run.smithi116.stdout:[global] 2022-04-02T04:09:46.876 INFO:teuthology.orchestra.run.smithi116.stdout:mon_host = 172.21.15.116:6789 2022-04-02T04:09:46.877 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:46.877 INFO:teuthology.orchestra.run.smithi116.stdout:[client.admin] 2022-04-02T04:09:46.877 INFO:teuthology.orchestra.run.smithi116.stdout:keyring = /etc/ceph/keyring 2022-04-02T04:09:46.880 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- cat /etc/ceph/keyring 2022-04-02T04:09:47.048 INFO:teuthology.orchestra.run.smithi116.stdout:[client.admin] 2022-04-02T04:09:47.048 INFO:teuthology.orchestra.run.smithi116.stdout:key = AQDXy0diEEQOGRAABLzaEOIQK/0ak5knX6lKNw== 2022-04-02T04:09:47.052 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /etc/ceph 2022-04-02T04:09:47.065 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:09:47.065 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.conf 2022-04-02T04:09:47.078 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:09:47.078 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/keyring 2022-04-02T04:09:47.091 INFO:tasks.rook:Setting up client nodes... 2022-04-02T04:09:47.092 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph auth get-or-create client.a mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2022-04-02T04:09:47.895 INFO:teuthology.orchestra.run.smithi116.stdout:[client.a] 2022-04-02T04:09:47.896 INFO:teuthology.orchestra.run.smithi116.stdout: key = AQCLzEdihrEbMhAAlnRm1am1glstHsqLTc5/OQ== 2022-04-02T04:09:47.918 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:09:47.919 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.a.keyring 2022-04-02T04:09:47.919 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0644 /etc/ceph/ceph.client.a.keyring 2022-04-02T04:09:47.939 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd dump --format=json 2022-04-02T04:09:48.453 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:48.454 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":17,"fsid":"b4082a55-af32-4db3-bab3-f02bb3c4eadd","created":"2022-04-02T04:07:24.509689+0000","modified":"2022-04-02T04:09:47.525070+0000","last_up_change":"2022-04-02T04:09:42.819085+0000","last_in_change":"2022-04-02T04:08:59.550312+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"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-04-02T04:09:45.046623+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":"17","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":"a20314ae-b96b-4867-ad30-55e1c89e4648","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":2133970651},{"type":"v1","addr":"172.21.15.116:6819","nonce":2133970651}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":2133970651},{"type":"v1","addr":"172.21.15.116:6821","nonce":2133970651}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":2133970651},{"type":"v1","addr":"172.21.15.116:6825","nonce":2133970651}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":2133970651},{"type":"v1","addr":"172.21.15.116:6823","nonce":2133970651}]},"public_addr":"172.21.15.116:6819/2133970651","cluster_addr":"172.21.15.116:6821/2133970651","heartbeat_back_addr":"172.21.15.116:6825/2133970651","heartbeat_front_addr":"172.21.15.116:6823/2133970651","state":["exists","up"]},{"osd":1,"uuid":"1022ae7f-714d-402b-935c-65a5bb0c3777","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":15,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":1065650054},{"type":"v1","addr":"172.21.15.116:6811","nonce":1065650054}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":1065650054},{"type":"v1","addr":"172.21.15.116:6813","nonce":1065650054}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":1065650054},{"type":"v1","addr":"172.21.15.116:6817","nonce":1065650054}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":1065650054},{"type":"v1","addr":"172.21.15.116:6815","nonce":1065650054}]},"public_addr":"172.21.15.116:6811/1065650054","cluster_addr":"172.21.15.116:6813/1065650054","heartbeat_back_addr":"172.21.15.116:6817/1065650054","heartbeat_front_addr":"172.21.15.116:6815/1065650054","state":["exists","up"]},{"osd":2,"uuid":"c0dba802-e960-40dd-b929-6d46d584e365","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":334492581},{"type":"v1","addr":"172.21.15.116:6827","nonce":334492581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":334492581},{"type":"v1","addr":"172.21.15.116:6829","nonce":334492581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":334492581},{"type":"v1","addr":"172.21.15.116:6833","nonce":334492581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":334492581},{"type":"v1","addr":"172.21.15.116:6831","nonce":334492581}]},"public_addr":"172.21.15.116:6827/334492581","cluster_addr":"172.21.15.116:6829/334492581","heartbeat_back_addr":"172.21.15.116:6833/334492581","heartbeat_front_addr":"172.21.15.116:6831/334492581","state":["exists","up"]},{"osd":3,"uuid":"3f0fabfd-30e0-460e-be54-a49e0888aa28","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.116:6802","nonce":2011348134},{"type":"v1","addr":"172.21.15.116:6803","nonce":2011348134}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":2011348134},{"type":"v1","addr":"172.21.15.116:6805","nonce":2011348134}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":2011348134},{"type":"v1","addr":"172.21.15.116:6809","nonce":2011348134}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":2011348134},{"type":"v1","addr":"172.21.15.116:6807","nonce":2011348134}]},"public_addr":"172.21.15.116:6803/2011348134","cluster_addr":"172.21.15.116:6805/2011348134","heartbeat_back_addr":"172.21.15.116:6809/2011348134","heartbeat_front_addr":"172.21.15.116:6807/2011348134","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-04-02T04:09:41.037731+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-04-02T04:09:41.162929+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-04-02T04:09:41.331570+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-04-02T04:09:40.195078+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-04-02T04:09:48.473 INFO:tasks.rook.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2022-04-02T04:09:45.046623+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': '17', '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-04-02T04:09:48.474 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd pool get .mgr pg_num 2022-04-02T04:09:48.974 INFO:teuthology.orchestra.run.smithi116.stdout:pg_num: 1 2022-04-02T04:09:48.993 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2022-04-02T04:09:48.994 INFO:tasks.rook.ceph_manager.ceph:waiting for mgr available 2022-04-02T04:09:48.995 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph mgr dump --format=json 2022-04-02T04:09:49.531 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:49.550 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":12,"active_gid":4169,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":1693139243},{"type":"v1","addr":"172.21.15.116:6801","nonce":1693139243}]},"active_addr":"172.21.15.116:6801/1693139243","active_change":"2022-04-02T04:07:59.886420+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_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail 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":1,"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.116: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.116:0","nonce":2450213173}]},{"addrvec":[{"type":"v2","addr":"172.21.15.116:0","nonce":3431552106}]},{"addrvec":[{"type":"v2","addr":"172.21.15.116:0","nonce":3357920964}]}]}} 2022-04-02T04:09:49.553 INFO:tasks.rook.ceph_manager.ceph:mgr available! 2022-04-02T04:09:49.554 INFO:tasks.rook.ceph_manager.ceph:waiting for all up 2022-04-02T04:09:49.554 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd dump --format=json 2022-04-02T04:09:50.049 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:50.049 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":17,"fsid":"b4082a55-af32-4db3-bab3-f02bb3c4eadd","created":"2022-04-02T04:07:24.509689+0000","modified":"2022-04-02T04:09:47.525070+0000","last_up_change":"2022-04-02T04:09:42.819085+0000","last_in_change":"2022-04-02T04:08:59.550312+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"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-04-02T04:09:45.046623+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":"17","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":"a20314ae-b96b-4867-ad30-55e1c89e4648","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":2133970651},{"type":"v1","addr":"172.21.15.116:6819","nonce":2133970651}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":2133970651},{"type":"v1","addr":"172.21.15.116:6821","nonce":2133970651}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":2133970651},{"type":"v1","addr":"172.21.15.116:6825","nonce":2133970651}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":2133970651},{"type":"v1","addr":"172.21.15.116:6823","nonce":2133970651}]},"public_addr":"172.21.15.116:6819/2133970651","cluster_addr":"172.21.15.116:6821/2133970651","heartbeat_back_addr":"172.21.15.116:6825/2133970651","heartbeat_front_addr":"172.21.15.116:6823/2133970651","state":["exists","up"]},{"osd":1,"uuid":"1022ae7f-714d-402b-935c-65a5bb0c3777","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":15,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":1065650054},{"type":"v1","addr":"172.21.15.116:6811","nonce":1065650054}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":1065650054},{"type":"v1","addr":"172.21.15.116:6813","nonce":1065650054}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":1065650054},{"type":"v1","addr":"172.21.15.116:6817","nonce":1065650054}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":1065650054},{"type":"v1","addr":"172.21.15.116:6815","nonce":1065650054}]},"public_addr":"172.21.15.116:6811/1065650054","cluster_addr":"172.21.15.116:6813/1065650054","heartbeat_back_addr":"172.21.15.116:6817/1065650054","heartbeat_front_addr":"172.21.15.116:6815/1065650054","state":["exists","up"]},{"osd":2,"uuid":"c0dba802-e960-40dd-b929-6d46d584e365","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":334492581},{"type":"v1","addr":"172.21.15.116:6827","nonce":334492581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":334492581},{"type":"v1","addr":"172.21.15.116:6829","nonce":334492581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":334492581},{"type":"v1","addr":"172.21.15.116:6833","nonce":334492581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":334492581},{"type":"v1","addr":"172.21.15.116:6831","nonce":334492581}]},"public_addr":"172.21.15.116:6827/334492581","cluster_addr":"172.21.15.116:6829/334492581","heartbeat_back_addr":"172.21.15.116:6833/334492581","heartbeat_front_addr":"172.21.15.116:6831/334492581","state":["exists","up"]},{"osd":3,"uuid":"3f0fabfd-30e0-460e-be54-a49e0888aa28","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.116:6802","nonce":2011348134},{"type":"v1","addr":"172.21.15.116:6803","nonce":2011348134}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":2011348134},{"type":"v1","addr":"172.21.15.116:6805","nonce":2011348134}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":2011348134},{"type":"v1","addr":"172.21.15.116:6809","nonce":2011348134}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":2011348134},{"type":"v1","addr":"172.21.15.116:6807","nonce":2011348134}]},"public_addr":"172.21.15.116:6803/2011348134","cluster_addr":"172.21.15.116:6805/2011348134","heartbeat_back_addr":"172.21.15.116:6809/2011348134","heartbeat_front_addr":"172.21.15.116:6807/2011348134","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-04-02T04:09:41.037731+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-04-02T04:09:41.162929+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-04-02T04:09:41.331570+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-04-02T04:09:40.195078+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-04-02T04:09:50.081 INFO:tasks.rook.ceph_manager.ceph:all up! 2022-04-02T04:09:50.082 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd dump --format=json 2022-04-02T04:09:50.568 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:50.569 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":17,"fsid":"b4082a55-af32-4db3-bab3-f02bb3c4eadd","created":"2022-04-02T04:07:24.509689+0000","modified":"2022-04-02T04:09:47.525070+0000","last_up_change":"2022-04-02T04:09:42.819085+0000","last_in_change":"2022-04-02T04:08:59.550312+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"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-04-02T04:09:45.046623+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":"17","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":"a20314ae-b96b-4867-ad30-55e1c89e4648","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":2133970651},{"type":"v1","addr":"172.21.15.116:6819","nonce":2133970651}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":2133970651},{"type":"v1","addr":"172.21.15.116:6821","nonce":2133970651}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":2133970651},{"type":"v1","addr":"172.21.15.116:6825","nonce":2133970651}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":2133970651},{"type":"v1","addr":"172.21.15.116:6823","nonce":2133970651}]},"public_addr":"172.21.15.116:6819/2133970651","cluster_addr":"172.21.15.116:6821/2133970651","heartbeat_back_addr":"172.21.15.116:6825/2133970651","heartbeat_front_addr":"172.21.15.116:6823/2133970651","state":["exists","up"]},{"osd":1,"uuid":"1022ae7f-714d-402b-935c-65a5bb0c3777","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":15,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":1065650054},{"type":"v1","addr":"172.21.15.116:6811","nonce":1065650054}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":1065650054},{"type":"v1","addr":"172.21.15.116:6813","nonce":1065650054}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":1065650054},{"type":"v1","addr":"172.21.15.116:6817","nonce":1065650054}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":1065650054},{"type":"v1","addr":"172.21.15.116:6815","nonce":1065650054}]},"public_addr":"172.21.15.116:6811/1065650054","cluster_addr":"172.21.15.116:6813/1065650054","heartbeat_back_addr":"172.21.15.116:6817/1065650054","heartbeat_front_addr":"172.21.15.116:6815/1065650054","state":["exists","up"]},{"osd":2,"uuid":"c0dba802-e960-40dd-b929-6d46d584e365","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":334492581},{"type":"v1","addr":"172.21.15.116:6827","nonce":334492581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":334492581},{"type":"v1","addr":"172.21.15.116:6829","nonce":334492581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":334492581},{"type":"v1","addr":"172.21.15.116:6833","nonce":334492581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":334492581},{"type":"v1","addr":"172.21.15.116:6831","nonce":334492581}]},"public_addr":"172.21.15.116:6827/334492581","cluster_addr":"172.21.15.116:6829/334492581","heartbeat_back_addr":"172.21.15.116:6833/334492581","heartbeat_front_addr":"172.21.15.116:6831/334492581","state":["exists","up"]},{"osd":3,"uuid":"3f0fabfd-30e0-460e-be54-a49e0888aa28","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.116:6802","nonce":2011348134},{"type":"v1","addr":"172.21.15.116:6803","nonce":2011348134}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":2011348134},{"type":"v1","addr":"172.21.15.116:6805","nonce":2011348134}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":2011348134},{"type":"v1","addr":"172.21.15.116:6809","nonce":2011348134}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":2011348134},{"type":"v1","addr":"172.21.15.116:6807","nonce":2011348134}]},"public_addr":"172.21.15.116:6803/2011348134","cluster_addr":"172.21.15.116:6805/2011348134","heartbeat_back_addr":"172.21.15.116:6809/2011348134","heartbeat_front_addr":"172.21.15.116:6807/2011348134","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-04-02T04:09:41.037731+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-04-02T04:09:41.162929+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-04-02T04:09:41.331570+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-04-02T04:09:40.195078+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-04-02T04:09:50.586 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph tell osd.0 flush_pg_stats 2022-04-02T04:09:50.587 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph tell osd.1 flush_pg_stats 2022-04-02T04:09:50.588 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph tell osd.2 flush_pg_stats 2022-04-02T04:09:50.588 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph tell osd.3 flush_pg_stats 2022-04-02T04:09:51.042 INFO:teuthology.orchestra.run.smithi116.stdout:55834574852 2022-04-02T04:09:51.043 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd last-stat-seq osd.2 2022-04-02T04:09:51.045 INFO:teuthology.orchestra.run.smithi116.stdout:55834574852 2022-04-02T04:09:51.046 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd last-stat-seq osd.1 2022-04-02T04:09:51.252 INFO:teuthology.orchestra.run.smithi116.stdout:55834574852 2022-04-02T04:09:51.253 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd last-stat-seq osd.0 2022-04-02T04:09:51.385 INFO:teuthology.orchestra.run.smithi116.stdout:51539607555 2022-04-02T04:09:51.385 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd last-stat-seq osd.3 2022-04-02T04:09:51.697 INFO:teuthology.orchestra.run.smithi116.stdout:55834574851 2022-04-02T04:09:51.698 INFO:teuthology.orchestra.run.smithi116.stdout:55834574851 2022-04-02T04:09:51.723 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574852 got 55834574851 for osd.2 2022-04-02T04:09:51.727 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574852 got 55834574851 for osd.1 2022-04-02T04:09:51.879 INFO:teuthology.orchestra.run.smithi116.stdout:55834574851 2022-04-02T04:09:51.896 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574852 got 55834574851 for osd.0 2022-04-02T04:09:51.939 INFO:teuthology.orchestra.run.smithi116.stdout:51539607554 2022-04-02T04:09:51.972 INFO:tasks.rook.ceph_manager.ceph:need seq 51539607555 got 51539607554 for osd.3 2022-04-02T04:09:52.725 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd last-stat-seq osd.2 2022-04-02T04:09:52.729 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd last-stat-seq osd.1 2022-04-02T04:09:52.899 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd last-stat-seq osd.0 2022-04-02T04:09:52.973 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd last-stat-seq osd.3 2022-04-02T04:09:53.339 INFO:teuthology.orchestra.run.smithi116.stdout:55834574852 2022-04-02T04:09:53.364 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574852 got 55834574852 for osd.1 2022-04-02T04:09:53.364 DEBUG:teuthology.parallel:result is None 2022-04-02T04:09:53.419 INFO:teuthology.orchestra.run.smithi116.stdout:55834574852 2022-04-02T04:09:53.437 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574852 got 55834574852 for osd.2 2022-04-02T04:09:53.438 DEBUG:teuthology.parallel:result is None 2022-04-02T04:09:53.473 INFO:teuthology.orchestra.run.smithi116.stdout:51539607555 2022-04-02T04:09:53.494 INFO:tasks.rook.ceph_manager.ceph:need seq 51539607555 got 51539607555 for osd.3 2022-04-02T04:09:53.494 DEBUG:teuthology.parallel:result is None 2022-04-02T04:09:53.521 INFO:teuthology.orchestra.run.smithi116.stdout:55834574852 2022-04-02T04:09:53.545 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574852 got 55834574852 for osd.0 2022-04-02T04:09:53.545 DEBUG:teuthology.parallel:result is None 2022-04-02T04:09:53.546 INFO:tasks.rook.ceph_manager.ceph:waiting for clean 2022-04-02T04:09:53.546 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph pg dump --format=json 2022-04-02T04:09:54.077 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:54.080 INFO:teuthology.orchestra.run.smithi116.stderr:dumped all 2022-04-02T04:09:54.095 INFO:teuthology.orchestra.run.smithi116.stdout:{"pg_ready":true,"pg_map":{"version":62,"stamp":"2022-04-02T04:09:52.546487+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":96,"num_read_kb":82,"num_write":123,"num_write_kb":1632,"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":85,"ondisk_log_size":85,"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":23112,"kb_used_data":1776,"kb_used_omap":0,"kb_used_meta":20416,"kb_avail":374957496,"statfs":{"total":383980142592,"available":383956475904,"internally_reserved":0,"allocated":1818624,"data_stored":1357276,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20905984},"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"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":"2.000607"},"pg_stats":[{"pgid":"1.0","version":"17'85","reported_seq":122,"reported_epoch":17,"state":"active+clean","last_fresh":"2022-04-02T04:09:48.409041+0000","last_change":"2022-04-02T04:09:47.295106+0000","last_active":"2022-04-02T04:09:48.409041+0000","last_peered":"2022-04-02T04:09:48.409041+0000","last_clean":"2022-04-02T04:09:48.409041+0000","last_became_active":"2022-04-02T04:09:47.293324+0000","last_became_peered":"2022-04-02T04:09:47.293324+0000","last_unstale":"2022-04-02T04:09:48.409041+0000","last_undegraded":"2022-04-02T04:09:48.409041+0000","last_fullsized":"2022-04-02T04:09:48.409041+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-04-02T04:09:45.150048+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-04-02T04:09:45.150048+0000","last_clean_scrub_stamp":"2022-04-02T04:09:45.150048+0000","objects_scrubbed":0,"log_size":85,"ondisk_log_size":85,"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-04-03T13:15:18.361814+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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":96,"num_read_kb":82,"num_write":123,"num_write_kb":1632,"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":96,"num_read_kb":82,"num_write":123,"num_write_kb":1632,"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":1228800,"data_stored":1216548,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":85,"ondisk_log_size":85,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":13,"seq":55834574852,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5992,"kb_used_data":544,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739160,"statfs":{"total":95995035648,"available":95988899840,"internally_reserved":0,"allocated":557056,"data_stored":440698,"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.94399999999999995}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":3.4039999999999999}]},{"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.997}]}]},{"osd":1,"up_from":13,"seq":55834574852,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6052,"kb_used_data":544,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739100,"statfs":{"total":95995035648,"available":95988838400,"internally_reserved":0,"allocated":557056,"data_stored":440698,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.94799999999999995}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0229999999999999}]},{"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.53}]}]},{"osd":3,"up_from":12,"seq":51539607555,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5016,"kb_used_data":144,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93740136,"statfs":{"total":95995035648,"available":95989899264,"internally_reserved":0,"allocated":147456,"data_stored":35182,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.5940000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.038}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.421}]}]},{"osd":0,"up_from":13,"seq":55834574852,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6052,"kb_used_data":544,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739100,"statfs":{"total":95995035648,"available":95988838400,"internally_reserved":0,"allocated":557056,"data_stored":440698,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[1,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52200000000000002}]},{"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.878}]},{"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.157}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":409600,"data_stored":405516,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":409600,"data_stored":405516,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":409600,"data_stored":405516,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-04-02T04:09:54.096 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph pg dump --format=json 2022-04-02T04:09:54.598 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:54.601 INFO:teuthology.orchestra.run.smithi116.stderr:dumped all 2022-04-02T04:09:54.616 INFO:teuthology.orchestra.run.smithi116.stdout:{"pg_ready":true,"pg_map":{"version":63,"stamp":"2022-04-02T04:09:54.547027+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":23108,"kb_used_data":1956,"kb_used_omap":0,"kb_used_meta":20608,"kb_avail":374957500,"statfs":{"total":383980142592,"available":383956480000,"internally_reserved":0,"allocated":2002944,"data_stored":1541596,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":21102592},"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":5,"apply_latency_ms":5,"commit_latency_ns":5000000,"apply_latency_ns":5000000},"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":"4.001148"},"pg_stats":[{"pgid":"1.0","version":"17'97","reported_seq":137,"reported_epoch":17,"state":"active+clean","last_fresh":"2022-04-02T04:09:51.445038+0000","last_change":"2022-04-02T04:09:47.295106+0000","last_active":"2022-04-02T04:09:51.445038+0000","last_peered":"2022-04-02T04:09:51.445038+0000","last_clean":"2022-04-02T04:09:51.445038+0000","last_became_active":"2022-04-02T04:09:47.293324+0000","last_became_peered":"2022-04-02T04:09:47.293324+0000","last_unstale":"2022-04-02T04:09:51.445038+0000","last_undegraded":"2022-04-02T04:09:51.445038+0000","last_fullsized":"2022-04-02T04:09:51.445038+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-04-02T04:09:45.150048+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-04-02T04:09:45.150048+0000","last_clean_scrub_stamp":"2022-04-02T04:09:45.150048+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-04-03T13:15:18.361814+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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":2,"up_from":13,"seq":55834574853,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6244,"kb_used_data":604,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93738908,"statfs":{"total":95995035648,"available":95988641792,"internally_reserved":0,"allocated":618496,"data_stored":502138,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5373952},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"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.94399999999999995}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":3.4039999999999999}]},{"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.997}]}]},{"osd":1,"up_from":13,"seq":55834574853,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5860,"kb_used_data":604,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739292,"statfs":{"total":95995035648,"available":95989035008,"internally_reserved":0,"allocated":618496,"data_stored":502138,"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"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.55200000000000005}]},{"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.67700000000000005}]},{"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.69099999999999995}]}]},{"osd":3,"up_from":12,"seq":51539607556,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5016,"kb_used_data":144,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93740136,"statfs":{"total":95995035648,"available":95989899264,"internally_reserved":0,"allocated":147456,"data_stored":35182,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.5940000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.038}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.421}]}]},{"osd":0,"up_from":13,"seq":55834574853,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5988,"kb_used_data":604,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739164,"statfs":{"total":95995035648,"available":95988903936,"internally_reserved":0,"allocated":618496,"data_stored":502138,"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.52200000000000002}]},{"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.878}]},{"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.157}]}]}],"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-04-02T04:09:54.617 INFO:tasks.rook.ceph_manager.ceph:clean! 2022-04-02T04:09:54.617 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2022-04-02T04:09:54.618 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy 2022-04-02T04:09:54.618 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph health --format=json 2022-04-02T04:09:55.207 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:55.208 INFO:teuthology.orchestra.run.smithi116.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2022-04-02T04:09:55.230 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy done 2022-04-02T04:09:55.230 INFO:tasks.rook:Rook complete, yielding 2022-04-02T04:09:55.230 INFO:teuthology.run_tasks:Running task rook.shell... 2022-04-02T04:09:55.242 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph -s 2022-04-02T04:09:55.803 INFO:teuthology.orchestra.run.smithi116.stdout: cluster: 2022-04-02T04:09:55.804 INFO:teuthology.orchestra.run.smithi116.stdout: id: b4082a55-af32-4db3-bab3-f02bb3c4eadd 2022-04-02T04:09:55.804 INFO:teuthology.orchestra.run.smithi116.stdout: health: HEALTH_OK 2022-04-02T04:09:55.804 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:55.804 INFO:teuthology.orchestra.run.smithi116.stdout: services: 2022-04-02T04:09:55.805 INFO:teuthology.orchestra.run.smithi116.stdout: mon: 1 daemons, quorum a (age 2m) 2022-04-02T04:09:55.805 INFO:teuthology.orchestra.run.smithi116.stdout: mgr: a(active, since 115s) 2022-04-02T04:09:55.805 INFO:teuthology.orchestra.run.smithi116.stdout: osd: 4 osds: 4 up (since 12s), 4 in (since 56s) 2022-04-02T04:09:55.805 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:55.805 INFO:teuthology.orchestra.run.smithi116.stdout: data: 2022-04-02T04:09:55.806 INFO:teuthology.orchestra.run.smithi116.stdout: pools: 1 pools, 1 pgs 2022-04-02T04:09:55.806 INFO:teuthology.orchestra.run.smithi116.stdout: objects: 2 objects, 577 KiB 2022-04-02T04:09:55.806 INFO:teuthology.orchestra.run.smithi116.stdout: usage: 23 MiB used, 358 GiB / 358 GiB avail 2022-04-02T04:09:55.806 INFO:teuthology.orchestra.run.smithi116.stdout: pgs: 1 active+clean 2022-04-02T04:09:55.807 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:55.807 INFO:teuthology.orchestra.run.smithi116.stdout: io: 2022-04-02T04:09:55.807 INFO:teuthology.orchestra.run.smithi116.stdout: client: 2.2 KiB/s rd, 65 KiB/s wr, 2 op/s rd, 3 op/s wr 2022-04-02T04:09:55.807 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:09:55.822 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch status 2022-04-02T04:09:56.423 INFO:teuthology.orchestra.run.smithi116.stdout:Backend: rook 2022-04-02T04:09:56.423 INFO:teuthology.orchestra.run.smithi116.stdout:Available: Yes 2022-04-02T04:09:56.443 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ps 2022-04-02T04:09:56.970 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-04-02T04:09:56.970 INFO:teuthology.orchestra.run.smithi116.stdout:crashcollector.crash smithi116 running (53s) 0s ago 53s - - a1d2ec729cd2 2022-04-02T04:09:56.970 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.a smithi116 running (2m) 0s ago 2m - - a1d2ec729cd2 2022-04-02T04:09:56.971 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (2m) 0s ago 2m - - a1d2ec729cd2 2022-04-02T04:09:56.971 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (54s) 0s ago 54s - - a1d2ec729cd2 2022-04-02T04:09:56.971 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (53s) 0s ago 53s - - a1d2ec729cd2 2022-04-02T04:09:56.971 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (51s) 0s ago 51s - - a1d2ec729cd2 2022-04-02T04:09:56.972 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (49s) 0s ago 49s - - a1d2ec729cd2 2022-04-02T04:09:56.993 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls 2022-04-02T04:09:57.580 INFO:teuthology.orchestra.run.smithi116.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-04-02T04:09:57.581 INFO:teuthology.orchestra.run.smithi116.stdout:crash 1/1 0s ago 54s * 2022-04-02T04:09:57.581 INFO:teuthology.orchestra.run.smithi116.stdout:mgr 1/1 0s ago 2m count:1 2022-04-02T04:09:57.581 INFO:teuthology.orchestra.run.smithi116.stdout:mon 1/1 0s ago 3m count:1 2022-04-02T04:09:57.582 INFO:teuthology.orchestra.run.smithi116.stdout:osd 8 0s ago 55s 2022-04-02T04:09:57.582 INFO:teuthology.orchestra.run.smithi116.stdout:osd.all-available-devices 0 0s ago - * 2022-04-02T04:09:57.601 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch device ls 2022-04-02T04:09:58.138 INFO:teuthology.orchestra.run.smithi116.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2022-04-02T04:09:58.138 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/vg_nvme/lv_1 unknown None 107G 0s ago 2022-04-02T04:09:58.138 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/vg_nvme/lv_2 unknown None 107G 0s ago 2022-04-02T04:09:58.139 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/vg_nvme/lv_3 unknown None 107G 0s ago 2022-04-02T04:09:58.139 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/vg_nvme/lv_4 unknown None 107G 0s ago 2022-04-02T04:09:58.161 INFO:teuthology.run_tasks:Running task install... 2022-04-02T04:09:58.170 DEBUG:teuthology.task.install:project ceph 2022-04-02T04:09:58.171 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a'}} 2022-04-02T04:09:58.171 DEBUG:teuthology.task.install:config {'host.a': None, 'flavor': 'default', 'sha1': '76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a'} 2022-04-02T04:09:58.172 INFO:teuthology.task.install:Using flavor: default 2022-04-02T04:09:58.179 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-04-02T04:09:58.179 INFO:teuthology.task.install:extra packages: [] 2022-04-02T04:09:58.179 DEBUG:teuthology.orchestra.run.smithi116:> sudo lsb_release -is 2022-04-02T04:09:58.219 INFO:teuthology.orchestra.run.smithi116.stdout:Ubuntu 2022-04-02T04:09:58.223 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-04-02T04:09:58.224 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-key list | grep Ceph 2022-04-02T04:09:58.293 INFO:teuthology.orchestra.run.smithi116.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2022-04-02T04:09:58.366 INFO:teuthology.orchestra.run.smithi116.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2022-04-02T04:09:58.366 INFO:teuthology.orchestra.run.smithi116.stdout:uid [ unknown] Ceph.com (release key) 2022-04-02T04:09:58.367 DEBUG:teuthology.orchestra.run.smithi116:> sudo lsb_release -is 2022-04-02T04:09:58.411 INFO:teuthology.orchestra.run.smithi116.stdout:Ubuntu 2022-04-02T04:09:58.416 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-04-02T04:09:58.417 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-04-02T04:09:58.418 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a 2022-04-02T04:09:58.579 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default/ 2022-04-02T04:09:58.579 INFO:teuthology.task.install.deb:Package version is 17.0.0-11449-g76cd7b38-1focal 2022-04-02T04:09:58.713 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:09:58.714 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2022-04-02T04:09:58.729 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get update 2022-04-02T04:09:58.887 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-04-02T04:09:58.896 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-04-02T04:09:58.897 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-04-02T04:09:58.916 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-04-02T04:09:58.941 INFO:teuthology.orchestra.run.smithi116.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal InRelease 2022-04-02T04:09:58.964 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal Release [7,662 B] 2022-04-02T04:09:58.989 INFO:teuthology.orchestra.run.smithi116.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal Release.gpg 2022-04-02T04:09:59.012 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main i386 Packages [3,343 B] 2022-04-02T04:09:59.045 INFO:teuthology.orchestra.run.smithi116.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 Packages [17.4 kB] 2022-04-02T04:09:59.332 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:10 https://packages.cloud.google.com/apt kubernetes-xenial InRelease 2022-04-02T04:09:59.600 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 28.4 kB in 1s (42.0 kB/s) 2022-04-02T04:10:00.561 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2022-04-02T04:10:00.583 DEBUG:teuthology.orchestra.run.smithi116:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.0.0-11449-g76cd7b38-1focal cephadm=17.0.0-11449-g76cd7b38-1focal ceph-mds=17.0.0-11449-g76cd7b38-1focal ceph-mgr=17.0.0-11449-g76cd7b38-1focal ceph-common=17.0.0-11449-g76cd7b38-1focal ceph-fuse=17.0.0-11449-g76cd7b38-1focal ceph-test=17.0.0-11449-g76cd7b38-1focal ceph-volume=17.0.0-11449-g76cd7b38-1focal radosgw=17.0.0-11449-g76cd7b38-1focal python3-rados=17.0.0-11449-g76cd7b38-1focal python3-rgw=17.0.0-11449-g76cd7b38-1focal python3-cephfs=17.0.0-11449-g76cd7b38-1focal python3-rbd=17.0.0-11449-g76cd7b38-1focal libcephfs2=17.0.0-11449-g76cd7b38-1focal libcephfs-dev=17.0.0-11449-g76cd7b38-1focal librados2=17.0.0-11449-g76cd7b38-1focal librbd1=17.0.0-11449-g76cd7b38-1focal rbd-fuse=17.0.0-11449-g76cd7b38-1focal 2022-04-02T04:10:00.657 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2022-04-02T04:10:00.848 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2022-04-02T04:10:00.849 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2022-04-02T04:10:01.052 INFO:teuthology.orchestra.run.smithi116.stdout:The following packages were automatically installed and are no longer required: 2022-04-02T04:10:01.053 INFO:teuthology.orchestra.run.smithi116.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2022-04-02T04:10:01.054 INFO:teuthology.orchestra.run.smithi116.stdout:Use 'sudo apt autoremove' to remove them. 2022-04-02T04:10:01.054 INFO:teuthology.orchestra.run.smithi116.stdout:The following additional packages will be installed: 2022-04-02T04:10:01.054 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2022-04-02T04:10:01.055 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2022-04-02T04:10:01.056 INFO:teuthology.orchestra.run.smithi116.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2022-04-02T04:10:01.056 INFO:teuthology.orchestra.run.smithi116.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liboath0 libonig5 libpcre2-16-0 2022-04-02T04:10:01.056 INFO:teuthology.orchestra.run.smithi116.stdout: libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 2022-04-02T04:10:01.056 INFO:teuthology.orchestra.run.smithi116.stdout: librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.13.0 libxslt1.1 nvme-cli 2022-04-02T04:10:01.057 INFO:teuthology.orchestra.run.smithi116.stdout: python-natsort-doc python-pastedeploy-tpl python3-atomicwrites python3-attr 2022-04-02T04:10:01.057 INFO:teuthology.orchestra.run.smithi116.stdout: python3-bcrypt python3-blinker python3-bs4 python3-cachetools 2022-04-02T04:10:01.057 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-argparse python3-ceph-common python3-cherrypy3 2022-04-02T04:10:01.058 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cryptography python3-decorator python3-google-auth python3-html5lib 2022-04-02T04:10:01.058 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jinja2 python3-joblib python3-jwt python3-kubernetes 2022-04-02T04:10:01.059 INFO:teuthology.orchestra.run.smithi116.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2022-04-02T04:10:01.059 INFO:teuthology.orchestra.run.smithi116.stdout: python3-natsort python3-oauthlib python3-openssl python3-packaging 2022-04-02T04:10:01.059 INFO:teuthology.orchestra.run.smithi116.stdout: python3-paste python3-pastedeploy python3-pastescript python3-pecan 2022-04-02T04:10:01.060 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pluggy python3-prettytable python3-psutil python3-py python3-pyasn1 2022-04-02T04:10:01.060 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2022-04-02T04:10:01.060 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2022-04-02T04:10:01.060 INFO:teuthology.orchestra.run.smithi116.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2022-04-02T04:10:01.060 INFO:teuthology.orchestra.run.smithi116.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2022-04-02T04:10:01.061 INFO:teuthology.orchestra.run.smithi116.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2022-04-02T04:10:01.061 INFO:teuthology.orchestra.run.smithi116.stdout: python3-websocket python3-webtest python3-werkzeug qttranslations5-l10n 2022-04-02T04:10:01.061 INFO:teuthology.orchestra.run.smithi116.stdout: xmlstarlet 2022-04-02T04:10:01.062 INFO:teuthology.orchestra.run.smithi116.stdout:Suggested packages: 2022-04-02T04:10:01.062 INFO:teuthology.orchestra.run.smithi116.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2022-04-02T04:10:01.062 INFO:teuthology.orchestra.run.smithi116.stdout: python-attr-doc python-blinker-doc python-cryptography-doc 2022-04-02T04:10:01.062 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2022-04-02T04:10:01.063 INFO:teuthology.orchestra.run.smithi116.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2022-04-02T04:10:01.063 INFO:teuthology.orchestra.run.smithi116.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2022-04-02T04:10:01.063 INFO:teuthology.orchestra.run.smithi116.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2022-04-02T04:10:01.063 INFO:teuthology.orchestra.run.smithi116.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2022-04-02T04:10:01.064 INFO:teuthology.orchestra.run.smithi116.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2022-04-02T04:10:01.064 INFO:teuthology.orchestra.run.smithi116.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2022-04-02T04:10:01.064 INFO:teuthology.orchestra.run.smithi116.stdout:Recommended packages: 2022-04-02T04:10:01.064 INFO:teuthology.orchestra.run.smithi116.stdout: btrfs-tools 2022-04-02T04:10:01.172 INFO:teuthology.orchestra.run.smithi116.stdout:The following NEW packages will be installed: 2022-04-02T04:10:01.173 INFO:teuthology.orchestra.run.smithi116.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2022-04-02T04:10:01.173 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2022-04-02T04:10:01.173 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2022-04-02T04:10:01.173 INFO:teuthology.orchestra.run.smithi116.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2022-04-02T04:10:01.173 INFO:teuthology.orchestra.run.smithi116.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2022-04-02T04:10:01.174 INFO:teuthology.orchestra.run.smithi116.stdout: liblua5.3-0 liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2022-04-02T04:10:01.174 INFO:teuthology.orchestra.run.smithi116.stdout: libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-04-02T04:10:01.174 INFO:teuthology.orchestra.run.smithi116.stdout: libsqlite3-mod-ceph libthrift-0.13.0 libxslt1.1 nvme-cli python-natsort-doc 2022-04-02T04:10:01.174 INFO:teuthology.orchestra.run.smithi116.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2022-04-02T04:10:01.175 INFO:teuthology.orchestra.run.smithi116.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2022-04-02T04:10:01.175 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-common python3-cephfs python3-cherrypy3 python3-cryptography 2022-04-02T04:10:01.175 INFO:teuthology.orchestra.run.smithi116.stdout: python3-decorator python3-google-auth python3-html5lib python3-jinja2 2022-04-02T04:10:01.175 INFO:teuthology.orchestra.run.smithi116.stdout: python3-joblib python3-jwt python3-kubernetes python3-logutils python3-lxml 2022-04-02T04:10:01.176 INFO:teuthology.orchestra.run.smithi116.stdout: python3-mako python3-markupsafe python3-natsort python3-oauthlib 2022-04-02T04:10:01.176 INFO:teuthology.orchestra.run.smithi116.stdout: python3-openssl python3-packaging python3-paste python3-pastedeploy 2022-04-02T04:10:01.176 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pastescript python3-pecan python3-pluggy python3-prettytable 2022-04-02T04:10:01.176 INFO:teuthology.orchestra.run.smithi116.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2022-04-02T04:10:01.177 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyinotify python3-pytest python3-rados python3-rbd 2022-04-02T04:10:01.177 INFO:teuthology.orchestra.run.smithi116.stdout: python3-repoze.lru python3-requests-oauthlib python3-rgw python3-routes 2022-04-02T04:10:01.177 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rsa python3-scipy python3-simplegeneric python3-simplejson 2022-04-02T04:10:01.177 INFO:teuthology.orchestra.run.smithi116.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2022-04-02T04:10:01.178 INFO:teuthology.orchestra.run.smithi116.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2022-04-02T04:10:01.178 INFO:teuthology.orchestra.run.smithi116.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2022-04-02T04:10:01.178 INFO:teuthology.orchestra.run.smithi116.stdout: qttranslations5-l10n radosgw rbd-fuse xmlstarlet 2022-04-02T04:10:01.178 INFO:teuthology.orchestra.run.smithi116.stdout:The following packages will be upgraded: 2022-04-02T04:10:01.179 INFO:teuthology.orchestra.run.smithi116.stdout: librados2 librbd1 2022-04-02T04:10:01.239 INFO:teuthology.orchestra.run.smithi116.stdout:2 upgraded, 108 newly installed, 0 to remove and 109 not upgraded. 2022-04-02T04:10:01.240 INFO:teuthology.orchestra.run.smithi116.stdout:Need to get 208 MB of archives. 2022-04-02T04:10:01.240 INFO:teuthology.orchestra.run.smithi116.stdout:After this operation, 978 MB of additional disk space will be used. 2022-04-02T04:10:01.240 INFO:teuthology.orchestra.run.smithi116.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2022-04-02T04:10:01.325 INFO:teuthology.orchestra.run.smithi116.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 17.0.0-11449-g76cd7b38-1focal [3,482 kB] 2022-04-02T04:10:01.334 INFO:teuthology.orchestra.run.smithi116.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2022-04-02T04:10:01.335 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-04-02T04:10:01.347 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2022-04-02T04:10:01.349 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2022-04-02T04:10:01.380 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2022-04-02T04:10:01.381 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-16-0 amd64 10.34-7 [181 kB] 2022-04-02T04:10:01.388 INFO:teuthology.orchestra.run.smithi116.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2022-04-02T04:10:01.428 INFO:teuthology.orchestra.run.smithi116.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2022-04-02T04:10:01.430 INFO:teuthology.orchestra.run.smithi116.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2022-04-02T04:10:01.439 INFO:teuthology.orchestra.run.smithi116.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2022-04-02T04:10:01.442 INFO:teuthology.orchestra.run.smithi116.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2022-04-02T04:10:01.443 INFO:teuthology.orchestra.run.smithi116.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2022-04-02T04:10:01.446 INFO:teuthology.orchestra.run.smithi116.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2022-04-02T04:10:01.447 INFO:teuthology.orchestra.run.smithi116.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2022-04-02T04:10:01.448 INFO:teuthology.orchestra.run.smithi116.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2022-04-02T04:10:01.449 INFO:teuthology.orchestra.run.smithi116.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2022-04-02T04:10:01.449 INFO:teuthology.orchestra.run.smithi116.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jwt all 1.7.1-2ubuntu2 [17.4 kB] 2022-04-02T04:10:01.469 INFO:teuthology.orchestra.run.smithi116.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2022-04-02T04:10:01.470 INFO:teuthology.orchestra.run.smithi116.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2022-04-02T04:10:01.470 INFO:teuthology.orchestra.run.smithi116.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2 [59.1 kB] 2022-04-02T04:10:01.472 INFO:teuthology.orchestra.run.smithi116.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2022-04-02T04:10:01.473 INFO:teuthology.orchestra.run.smithi116.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2022-04-02T04:10:01.474 INFO:teuthology.orchestra.run.smithi116.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2022-04-02T04:10:01.476 INFO:teuthology.orchestra.run.smithi116.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2022-04-02T04:10:01.489 INFO:teuthology.orchestra.run.smithi116.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2022-04-02T04:10:01.491 INFO:teuthology.orchestra.run.smithi116.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-waitress all 1.4.1-1 [80.6 kB] 2022-04-02T04:10:01.493 INFO:teuthology.orchestra.run.smithi116.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2022-04-02T04:10:01.509 INFO:teuthology.orchestra.run.smithi116.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2022-04-02T04:10:01.516 INFO:teuthology.orchestra.run.smithi116.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2022-04-02T04:10:01.518 INFO:teuthology.orchestra.run.smithi116.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2022-04-02T04:10:01.519 INFO:teuthology.orchestra.run.smithi116.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2022-04-02T04:10:01.520 INFO:teuthology.orchestra.run.smithi116.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2022-04-02T04:10:01.521 INFO:teuthology.orchestra.run.smithi116.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-werkzeug all 0.16.1+dfsg1-2 [183 kB] 2022-04-02T04:10:01.521 INFO:teuthology.orchestra.run.smithi116.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2022-04-02T04:10:01.529 INFO:teuthology.orchestra.run.smithi116.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2022-04-02T04:10:01.529 INFO:teuthology.orchestra.run.smithi116.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2022-04-02T04:10:01.546 INFO:teuthology.orchestra.run.smithi116.stdout:Get:39 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 17.0.0-11449-g76cd7b38-1focal [3,536 kB] 2022-04-02T04:10:01.583 INFO:teuthology.orchestra.run.smithi116.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2022-04-02T04:10:01.585 INFO:teuthology.orchestra.run.smithi116.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2022-04-02T04:10:01.587 INFO:teuthology.orchestra.run.smithi116.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2022-04-02T04:10:01.587 INFO:teuthology.orchestra.run.smithi116.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2022-04-02T04:10:01.588 INFO:teuthology.orchestra.run.smithi116.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2022-04-02T04:10:01.683 INFO:teuthology.orchestra.run.smithi116.stdout:Get:45 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 17.0.0-11449-g76cd7b38-1focal [755 kB] 2022-04-02T04:10:01.708 INFO:teuthology.orchestra.run.smithi116.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2022-04-02T04:10:01.718 INFO:teuthology.orchestra.run.smithi116.stdout:Get:47 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 17.0.0-11449-g76cd7b38-1focal [413 kB] 2022-04-02T04:10:01.732 INFO:teuthology.orchestra.run.smithi116.stdout:Get:48 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 17.0.0-11449-g76cd7b38-1focal [22.4 kB] 2022-04-02T04:10:01.733 INFO:teuthology.orchestra.run.smithi116.stdout:Get:49 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 17.0.0-11449-g76cd7b38-1focal [200 kB] 2022-04-02T04:10:01.735 INFO:teuthology.orchestra.run.smithi116.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2022-04-02T04:10:01.737 INFO:teuthology.orchestra.run.smithi116.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2022-04-02T04:10:01.738 INFO:teuthology.orchestra.run.smithi116.stdout:Get:52 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 17.0.0-11449-g76cd7b38-1focal [42.3 kB] 2022-04-02T04:10:01.740 INFO:teuthology.orchestra.run.smithi116.stdout:Get:53 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 17.0.0-11449-g76cd7b38-1focal [385 kB] 2022-04-02T04:10:01.757 INFO:teuthology.orchestra.run.smithi116.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2022-04-02T04:10:01.758 INFO:teuthology.orchestra.run.smithi116.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2022-04-02T04:10:01.758 INFO:teuthology.orchestra.run.smithi116.stdout:Get:56 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 17.0.0-11449-g76cd7b38-1focal [5,544 kB] 2022-04-02T04:10:01.759 INFO:teuthology.orchestra.run.smithi116.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2022-04-02T04:10:01.803 INFO:teuthology.orchestra.run.smithi116.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2022-04-02T04:10:01.803 INFO:teuthology.orchestra.run.smithi116.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2022-04-02T04:10:01.804 INFO:teuthology.orchestra.run.smithi116.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2022-04-02T04:10:01.804 INFO:teuthology.orchestra.run.smithi116.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2022-04-02T04:10:01.805 INFO:teuthology.orchestra.run.smithi116.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2022-04-02T04:10:01.805 INFO:teuthology.orchestra.run.smithi116.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2022-04-02T04:10:01.806 INFO:teuthology.orchestra.run.smithi116.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2022-04-02T04:10:01.808 INFO:teuthology.orchestra.run.smithi116.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2022-04-02T04:10:01.809 INFO:teuthology.orchestra.run.smithi116.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2022-04-02T04:10:01.823 INFO:teuthology.orchestra.run.smithi116.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2022-04-02T04:10:01.830 INFO:teuthology.orchestra.run.smithi116.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 libxslt1.1 amd64 1.1.34-4 [152 kB] 2022-04-02T04:10:01.832 INFO:teuthology.orchestra.run.smithi116.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2022-04-02T04:10:01.836 INFO:teuthology.orchestra.run.smithi116.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2022-04-02T04:10:01.856 INFO:teuthology.orchestra.run.smithi116.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2022-04-02T04:10:01.859 INFO:teuthology.orchestra.run.smithi116.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2022-04-02T04:10:01.950 INFO:teuthology.orchestra.run.smithi116.stdout:Get:73 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 17.0.0-11449-g76cd7b38-1focal [116 kB] 2022-04-02T04:10:01.951 INFO:teuthology.orchestra.run.smithi116.stdout:Get:74 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 17.0.0-11449-g76cd7b38-1focal [478 kB] 2022-04-02T04:10:01.962 INFO:teuthology.orchestra.run.smithi116.stdout:Get:75 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 17.0.0-11449-g76cd7b38-1focal [27.2 MB] 2022-04-02T04:10:02.078 INFO:teuthology.orchestra.run.smithi116.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2022-04-02T04:10:02.079 INFO:teuthology.orchestra.run.smithi116.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2022-04-02T04:10:02.080 INFO:teuthology.orchestra.run.smithi116.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2022-04-02T04:10:02.080 INFO:teuthology.orchestra.run.smithi116.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2022-04-02T04:10:02.081 INFO:teuthology.orchestra.run.smithi116.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2022-04-02T04:10:02.082 INFO:teuthology.orchestra.run.smithi116.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2022-04-02T04:10:02.094 INFO:teuthology.orchestra.run.smithi116.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2022-04-02T04:10:02.094 INFO:teuthology.orchestra.run.smithi116.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2022-04-02T04:10:02.095 INFO:teuthology.orchestra.run.smithi116.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2022-04-02T04:10:02.162 INFO:teuthology.orchestra.run.smithi116.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2022-04-02T04:10:02.164 INFO:teuthology.orchestra.run.smithi116.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2022-04-02T04:10:02.165 INFO:teuthology.orchestra.run.smithi116.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2022-04-02T04:10:02.165 INFO:teuthology.orchestra.run.smithi116.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2022-04-02T04:10:02.166 INFO:teuthology.orchestra.run.smithi116.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2022-04-02T04:10:02.173 INFO:teuthology.orchestra.run.smithi116.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2022-04-02T04:10:02.174 INFO:teuthology.orchestra.run.smithi116.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2022-04-02T04:10:03.013 INFO:teuthology.orchestra.run.smithi116.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 17.0.0-11449-g76cd7b38-1focal [6,434 kB] 2022-04-02T04:10:03.105 INFO:teuthology.orchestra.run.smithi116.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 17.0.0-11449-g76cd7b38-1focal [211 kB] 2022-04-02T04:10:03.111 INFO:teuthology.orchestra.run.smithi116.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 17.0.0-11449-g76cd7b38-1focal [152 kB] 2022-04-02T04:10:03.117 INFO:teuthology.orchestra.run.smithi116.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 17.0.0-11449-g76cd7b38-1focal [1,575 kB] 2022-04-02T04:10:03.168 INFO:teuthology.orchestra.run.smithi116.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 17.0.0-11449-g76cd7b38-1focal [7,815 kB] 2022-04-02T04:10:03.426 INFO:teuthology.orchestra.run.smithi116.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 17.0.0-11449-g76cd7b38-1focal [28.6 MB] 2022-04-02T04:10:04.500 INFO:teuthology.orchestra.run.smithi116.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 17.0.0-11449-g76cd7b38-1focal [3,812 B] 2022-04-02T04:10:04.500 INFO:teuthology.orchestra.run.smithi116.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 17.0.0-11449-g76cd7b38-1focal [864 kB] 2022-04-02T04:10:04.507 INFO:teuthology.orchestra.run.smithi116.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 17.0.0-11449-g76cd7b38-1focal [2,396 kB] 2022-04-02T04:10:04.525 INFO:teuthology.orchestra.run.smithi116.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 17.0.0-11449-g76cd7b38-1focal [70.1 kB] 2022-04-02T04:10:04.525 INFO:teuthology.orchestra.run.smithi116.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-cephadm all 17.0.0-11449-g76cd7b38-1focal [101 kB] 2022-04-02T04:10:04.526 INFO:teuthology.orchestra.run.smithi116.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 17.0.0-11449-g76cd7b38-1focal [1,678 kB] 2022-04-02T04:10:04.553 INFO:teuthology.orchestra.run.smithi116.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 17.0.0-11449-g76cd7b38-1focal [7,864 kB] 2022-04-02T04:10:04.812 INFO:teuthology.orchestra.run.smithi116.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 17.0.0-11449-g76cd7b38-1focal [3,928 B] 2022-04-02T04:10:04.812 INFO:teuthology.orchestra.run.smithi116.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 17.0.0-11449-g76cd7b38-1focal [56.3 MB] 2022-04-02T04:10:07.070 INFO:teuthology.orchestra.run.smithi116.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 17.0.0-11449-g76cd7b38-1focal [219 kB] 2022-04-02T04:10:07.071 INFO:teuthology.orchestra.run.smithi116.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 17.0.0-11449-g76cd7b38-1focal [21.7 kB] 2022-04-02T04:10:07.156 INFO:teuthology.orchestra.run.smithi116.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 17.0.0-11449-g76cd7b38-1focal [17.0 MB] 2022-04-02T04:10:07.657 INFO:teuthology.orchestra.run.smithi116.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2022-04-01-0842/76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 17.0.0-11449-g76cd7b38-1focal [78.9 kB] 2022-04-02T04:10:08.277 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 208 MB in 6s (32.2 MB/s) 2022-04-02T04:10:08.404 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2022-04-02T04:10:08.448 INFO:teuthology.orchestra.run.smithi116.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-04-02T04:10:08.452 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2022-04-02T04:10:08.536 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2022-04-02T04:10:08.943 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../001-librbd1_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:09.048 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking librbd1 (17.0.0-11449-g76cd7b38-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-04-02T04:10:09.897 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../002-librados2_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:10.018 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking librados2 (17.0.0-11449-g76cd7b38-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-04-02T04:10:10.764 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libcephfs2. 2022-04-02T04:10:10.773 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../003-libcephfs2_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:10.872 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libcephfs2 (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:11.297 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-rados. 2022-04-02T04:10:11.306 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../004-python3-rados_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:11.356 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-rados (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:11.937 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-ceph-argparse. 2022-04-02T04:10:11.951 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../005-python3-ceph-argparse_17.0.0-11449-g76cd7b38-1focal_all.deb ... 2022-04-02T04:10:12.004 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-ceph-argparse (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:12.285 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-cephfs. 2022-04-02T04:10:12.297 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../006-python3-cephfs_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:12.379 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-cephfs (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:12.740 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-ceph-common. 2022-04-02T04:10:12.752 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../007-python3-ceph-common_17.0.0-11449-g76cd7b38-1focal_all.deb ... 2022-04-02T04:10:12.781 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-ceph-common (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:13.305 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-prettytable. 2022-04-02T04:10:13.321 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../008-python3-prettytable_0.7.2-5_all.deb ... 2022-04-02T04:10:13.363 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2022-04-02T04:10:13.649 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-rbd. 2022-04-02T04:10:13.666 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../009-python3-rbd_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:13.715 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-rbd (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:14.087 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2022-04-02T04:10:14.100 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../010-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-04-02T04:10:14.137 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-04-02T04:10:14.556 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package librabbitmq4:amd64. 2022-04-02T04:10:14.569 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../011-librabbitmq4_0.10.0-1_amd64.deb ... 2022-04-02T04:10:14.613 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2022-04-02T04:10:15.019 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package librdkafka1:amd64. 2022-04-02T04:10:15.033 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../012-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2022-04-02T04:10:15.081 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-04-02T04:10:15.475 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2022-04-02T04:10:15.489 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../013-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2022-04-02T04:10:15.534 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2022-04-02T04:10:15.987 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2022-04-02T04:10:15.995 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../014-libpcre2-16-0_10.34-7_amd64.deb ... 2022-04-02T04:10:16.032 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7) ... 2022-04-02T04:10:16.517 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libqt5core5a:amd64. 2022-04-02T04:10:16.533 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../015-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2022-04-02T04:10:16.585 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-04-02T04:10:17.365 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2022-04-02T04:10:17.378 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../016-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2022-04-02T04:10:17.470 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-04-02T04:10:17.939 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libqt5network5:amd64. 2022-04-02T04:10:17.949 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../017-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2022-04-02T04:10:17.996 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-04-02T04:10:18.515 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libthrift-0.13.0. 2022-04-02T04:10:18.527 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../018-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2022-04-02T04:10:18.564 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2022-04-02T04:10:18.925 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package librgw2. 2022-04-02T04:10:18.938 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../019-librgw2_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:18.985 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking librgw2 (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:19.839 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-rgw. 2022-04-02T04:10:19.857 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../020-python3-rgw_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:19.889 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-rgw (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:20.284 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package liboath0. 2022-04-02T04:10:20.295 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../021-liboath0_2.6.1-1.3_amd64.deb ... 2022-04-02T04:10:20.336 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2022-04-02T04:10:20.771 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libradosstriper1. 2022-04-02T04:10:20.783 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../022-libradosstriper1_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:20.820 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libradosstriper1 (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:21.321 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-common. 2022-04-02T04:10:21.335 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../023-ceph-common_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:21.388 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-common (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:24.304 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-base. 2022-04-02T04:10:24.317 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../024-ceph-base_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:24.366 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-base (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:25.520 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-cryptography. 2022-04-02T04:10:25.536 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../025-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2022-04-02T04:10:25.578 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2022-04-02T04:10:26.069 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-openssl. 2022-04-02T04:10:26.083 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../026-python3-openssl_19.0.0-1build1_all.deb ... 2022-04-02T04:10:26.136 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2022-04-02T04:10:26.431 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2022-04-02T04:10:26.446 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../027-ceph-mgr-modules-core_17.0.0-11449-g76cd7b38-1focal_all.deb ... 2022-04-02T04:10:26.490 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mgr-modules-core (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:27.157 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-bcrypt. 2022-04-02T04:10:27.167 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../028-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2022-04-02T04:10:27.209 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2022-04-02T04:10:27.605 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-cherrypy3. 2022-04-02T04:10:27.618 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../029-python3-cherrypy3_8.9.1-6_all.deb ... 2022-04-02T04:10:27.667 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2022-04-02T04:10:28.187 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-natsort. 2022-04-02T04:10:28.199 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../030-python3-natsort_7.0.1-1_all.deb ... 2022-04-02T04:10:28.272 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-natsort (7.0.1-1) ... 2022-04-02T04:10:28.620 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-jwt. 2022-04-02T04:10:28.634 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../031-python3-jwt_1.7.1-2ubuntu2_all.deb ... 2022-04-02T04:10:28.696 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2) ... 2022-04-02T04:10:29.121 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-logutils. 2022-04-02T04:10:29.134 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../032-python3-logutils_0.3.3-7_all.deb ... 2022-04-02T04:10:29.213 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-logutils (0.3.3-7) ... 2022-04-02T04:10:29.621 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-markupsafe. 2022-04-02T04:10:29.633 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../033-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2022-04-02T04:10:29.670 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2022-04-02T04:10:30.036 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-mako. 2022-04-02T04:10:30.048 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../034-python3-mako_1.1.0+ds1-1ubuntu2_all.deb ... 2022-04-02T04:10:30.085 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-04-02T04:10:30.463 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-simplegeneric. 2022-04-02T04:10:30.479 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../035-python3-simplegeneric_0.8.1-3_all.deb ... 2022-04-02T04:10:30.521 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2022-04-02T04:10:30.970 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-singledispatch. 2022-04-02T04:10:30.978 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../036-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2022-04-02T04:10:31.053 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2022-04-02T04:10:31.376 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-webob. 2022-04-02T04:10:31.388 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../037-python3-webob_1%3a1.8.5-2_all.deb ... 2022-04-02T04:10:31.430 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2022-04-02T04:10:31.956 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-soupsieve. 2022-04-02T04:10:31.970 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../038-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2022-04-02T04:10:32.015 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2022-04-02T04:10:33.142 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-bs4. 2022-04-02T04:10:33.155 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../039-python3-bs4_4.8.2-1_all.deb ... 2022-04-02T04:10:33.225 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2022-04-02T04:10:33.767 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-waitress. 2022-04-02T04:10:33.780 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../040-python3-waitress_1.4.1-1_all.deb ... 2022-04-02T04:10:33.836 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-waitress (1.4.1-1) ... 2022-04-02T04:10:34.186 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-tempita. 2022-04-02T04:10:34.202 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../041-python3-tempita_0.5.2-6_all.deb ... 2022-04-02T04:10:34.248 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-tempita (0.5.2-6) ... 2022-04-02T04:10:34.572 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-paste. 2022-04-02T04:10:34.586 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../042-python3-paste_3.4.0+dfsg1-1_all.deb ... 2022-04-02T04:10:34.659 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2022-04-02T04:10:35.029 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2022-04-02T04:10:35.044 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../043-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2022-04-02T04:10:35.130 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2022-04-02T04:10:35.507 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pastedeploy. 2022-04-02T04:10:35.523 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../044-python3-pastedeploy_2.1.0-1_all.deb ... 2022-04-02T04:10:35.578 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2022-04-02T04:10:36.001 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-webtest. 2022-04-02T04:10:36.013 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../045-python3-webtest_2.0.32-2_all.deb ... 2022-04-02T04:10:36.051 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-webtest (2.0.32-2) ... 2022-04-02T04:10:36.357 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pecan. 2022-04-02T04:10:36.371 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../046-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2022-04-02T04:10:36.433 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2022-04-02T04:10:36.838 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-werkzeug. 2022-04-02T04:10:36.851 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../047-python3-werkzeug_0.16.1+dfsg1-2_all.deb ... 2022-04-02T04:10:36.958 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2) ... 2022-04-02T04:10:37.455 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2022-04-02T04:10:37.467 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../048-libsqlite3-mod-ceph_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:37.512 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libsqlite3-mod-ceph (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:37.964 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mgr. 2022-04-02T04:10:37.976 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../049-ceph-mgr_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:38.306 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mgr (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:39.312 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mon. 2022-04-02T04:10:39.325 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../050-ceph-mon_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:39.356 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mon (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:40.570 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-osd. 2022-04-02T04:10:40.583 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../051-ceph-osd_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:40.677 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-osd (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:43.833 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph. 2022-04-02T04:10:43.846 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../052-ceph_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:43.933 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:44.303 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-fuse. 2022-04-02T04:10:44.318 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../053-ceph-fuse_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:44.361 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-fuse (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:44.917 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mds. 2022-04-02T04:10:44.929 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../054-ceph-mds_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:45.003 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mds (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:45.769 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package cephadm. 2022-04-02T04:10:45.776 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../055-cephadm_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:10:45.872 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking cephadm (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:46.214 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-jinja2. 2022-04-02T04:10:46.229 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../056-python3-jinja2_2.10.1-2_all.deb ... 2022-04-02T04:10:46.276 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2022-04-02T04:10:46.661 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2022-04-02T04:10:46.671 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../057-ceph-mgr-cephadm_17.0.0-11449-g76cd7b38-1focal_all.deb ... 2022-04-02T04:10:46.720 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mgr-cephadm (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:47.196 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-repoze.lru. 2022-04-02T04:10:47.209 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../058-python3-repoze.lru_0.7-2_all.deb ... 2022-04-02T04:10:47.252 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2022-04-02T04:10:47.597 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libjs-underscore. 2022-04-02T04:10:47.610 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../059-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2022-04-02T04:10:47.655 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-04-02T04:10:48.024 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libjs-sphinxdoc. 2022-04-02T04:10:48.037 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../060-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2022-04-02T04:10:48.090 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-04-02T04:10:48.447 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-routes. 2022-04-02T04:10:48.462 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../061-python3-routes_2.4.1-2_all.deb ... 2022-04-02T04:10:48.505 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-routes (2.4.1-2) ... 2022-04-02T04:10:48.866 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2022-04-02T04:10:48.878 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../062-ceph-mgr-dashboard_17.0.0-11449-g76cd7b38-1focal_all.deb ... 2022-04-02T04:10:48.915 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mgr-dashboard (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:49.602 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-decorator. 2022-04-02T04:10:49.615 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../063-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2022-04-02T04:10:49.652 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2022-04-02T04:10:50.119 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2022-04-02T04:10:50.132 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../064-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2022-04-02T04:10:50.176 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-04-02T04:10:50.525 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-scipy. 2022-04-02T04:10:50.537 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../065-python3-scipy_1.3.3-3build1_amd64.deb ... 2022-04-02T04:10:50.583 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2022-04-02T04:10:52.528 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-sklearn-lib. 2022-04-02T04:10:52.538 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../066-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2022-04-02T04:10:52.578 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-04-02T04:10:53.302 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-joblib. 2022-04-02T04:10:53.317 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../067-python3-joblib_0.14.0-3_all.deb ... 2022-04-02T04:10:53.368 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-joblib (0.14.0-3) ... 2022-04-02T04:10:53.899 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-sklearn. 2022-04-02T04:10:53.911 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../068-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2022-04-02T04:10:53.948 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-04-02T04:10:54.821 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2022-04-02T04:10:54.834 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../069-ceph-mgr-diskprediction-local_17.0.0-11449-g76cd7b38-1focal_all.deb ... 2022-04-02T04:10:54.873 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mgr-diskprediction-local (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:10:56.345 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-cachetools. 2022-04-02T04:10:56.360 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../070-python3-cachetools_4.0.0-1_all.deb ... 2022-04-02T04:10:56.457 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2022-04-02T04:10:56.882 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pyasn1. 2022-04-02T04:10:56.897 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../071-python3-pyasn1_0.4.2-3build1_all.deb ... 2022-04-02T04:10:56.965 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2022-04-02T04:10:57.342 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pyasn1-modules. 2022-04-02T04:10:57.355 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../072-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2022-04-02T04:10:57.407 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-04-02T04:10:57.894 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-rsa. 2022-04-02T04:10:57.909 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../073-python3-rsa_4.0-3_all.deb ... 2022-04-02T04:10:57.961 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-rsa (4.0-3) ... 2022-04-02T04:10:58.346 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-google-auth. 2022-04-02T04:10:58.355 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../074-python3-google-auth_1.5.1-2_all.deb ... 2022-04-02T04:10:58.401 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2022-04-02T04:10:58.872 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-blinker. 2022-04-02T04:10:58.886 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../075-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2022-04-02T04:10:58.930 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-04-02T04:10:59.242 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-oauthlib. 2022-04-02T04:10:59.254 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../076-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2022-04-02T04:10:59.295 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2022-04-02T04:10:59.666 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-requests-oauthlib. 2022-04-02T04:10:59.675 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../077-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2022-04-02T04:10:59.733 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-04-02T04:11:00.178 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-websocket. 2022-04-02T04:11:00.191 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../078-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2022-04-02T04:11:00.236 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2022-04-02T04:11:00.636 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-kubernetes. 2022-04-02T04:11:00.649 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../079-python3-kubernetes_7.0.0~a1-2_all.deb ... 2022-04-02T04:11:00.702 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2022-04-02T04:11:01.460 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2022-04-02T04:11:01.476 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../080-ceph-mgr-k8sevents_17.0.0-11449-g76cd7b38-1focal_all.deb ... 2022-04-02T04:11:01.525 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-mgr-k8sevents (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:01.973 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libonig5:amd64. 2022-04-02T04:11:01.982 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../081-libonig5_6.9.4-1_amd64.deb ... 2022-04-02T04:11:02.023 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2022-04-02T04:11:02.494 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libjq1:amd64. 2022-04-02T04:11:02.503 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../082-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-04-02T04:11:02.543 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-04-02T04:11:02.923 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package jq. 2022-04-02T04:11:02.936 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../083-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-04-02T04:11:03.019 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2022-04-02T04:11:03.371 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libxslt1.1:amd64. 2022-04-02T04:11:03.388 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../084-libxslt1.1_1.1.34-4_amd64.deb ... 2022-04-02T04:11:03.454 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libxslt1.1:amd64 (1.1.34-4) ... 2022-04-02T04:11:03.942 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package xmlstarlet. 2022-04-02T04:11:03.957 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../085-xmlstarlet_1.6.1-2build1_amd64.deb ... 2022-04-02T04:11:03.997 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2022-04-02T04:11:04.412 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-test. 2022-04-02T04:11:04.425 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../086-ceph-test_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:11:04.470 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-test (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:10.735 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package ceph-volume. 2022-04-02T04:11:10.748 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../087-ceph-volume_17.0.0-11449-g76cd7b38-1focal_all.deb ... 2022-04-02T04:11:10.793 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking ceph-volume (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:11.144 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package fonts-mathjax. 2022-04-02T04:11:11.158 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../088-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2022-04-02T04:11:11.253 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2022-04-02T04:11:11.933 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libcephfs-dev. 2022-04-02T04:11:11.949 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../089-libcephfs-dev_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:11:11.983 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libcephfs-dev (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:12.467 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package nvme-cli. 2022-04-02T04:11:12.479 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../090-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2022-04-02T04:11:12.579 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2022-04-02T04:11:12.964 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libjs-mathjax. 2022-04-02T04:11:12.975 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../091-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2022-04-02T04:11:13.038 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2022-04-02T04:11:15.331 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python-natsort-doc. 2022-04-02T04:11:15.347 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../092-python-natsort-doc_7.0.1-1_all.deb ... 2022-04-02T04:11:15.466 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2022-04-02T04:11:15.879 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-atomicwrites. 2022-04-02T04:11:15.889 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../093-python3-atomicwrites_1.1.5-2build1_all.deb ... 2022-04-02T04:11:15.926 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2022-04-02T04:11:16.263 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-attr. 2022-04-02T04:11:16.273 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../094-python3-attr_19.3.0-2_all.deb ... 2022-04-02T04:11:16.313 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-attr (19.3.0-2) ... 2022-04-02T04:11:16.756 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-webencodings. 2022-04-02T04:11:16.771 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../095-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2022-04-02T04:11:16.814 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2022-04-02T04:11:17.202 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-html5lib. 2022-04-02T04:11:17.216 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../096-python3-html5lib_1.0.1-2_all.deb ... 2022-04-02T04:11:17.266 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2022-04-02T04:11:17.794 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-lxml:amd64. 2022-04-02T04:11:17.806 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../097-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2022-04-02T04:11:17.882 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-04-02T04:11:18.362 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-packaging. 2022-04-02T04:11:18.375 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../098-python3-packaging_20.3-1_all.deb ... 2022-04-02T04:11:18.429 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-packaging (20.3-1) ... 2022-04-02T04:11:18.707 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pastescript. 2022-04-02T04:11:18.722 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../099-python3-pastescript_2.0.2-4_all.deb ... 2022-04-02T04:11:18.765 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2022-04-02T04:11:19.235 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pluggy. 2022-04-02T04:11:19.248 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../100-python3-pluggy_0.13.0-2_all.deb ... 2022-04-02T04:11:19.285 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2022-04-02T04:11:19.704 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-psutil. 2022-04-02T04:11:19.718 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../101-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2022-04-02T04:11:19.761 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2022-04-02T04:11:20.180 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-py. 2022-04-02T04:11:20.195 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../102-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2022-04-02T04:11:20.267 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2022-04-02T04:11:20.698 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pyinotify. 2022-04-02T04:11:20.713 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../103-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2022-04-02T04:11:20.756 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-04-02T04:11:21.059 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-wcwidth. 2022-04-02T04:11:21.069 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../104-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2022-04-02T04:11:21.115 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2022-04-02T04:11:21.394 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-pytest. 2022-04-02T04:11:21.407 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../105-python3-pytest_4.6.9-1_all.deb ... 2022-04-02T04:11:21.452 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-pytest (4.6.9-1) ... 2022-04-02T04:11:21.967 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package python3-simplejson. 2022-04-02T04:11:21.978 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../106-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2022-04-02T04:11:22.022 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2022-04-02T04:11:22.316 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package qttranslations5-l10n. 2022-04-02T04:11:22.329 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../107-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2022-04-02T04:11:22.373 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2022-04-02T04:11:23.401 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package radosgw. 2022-04-02T04:11:23.417 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../108-radosgw_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:11:23.459 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking radosgw (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:25.420 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package rbd-fuse. 2022-04-02T04:11:25.435 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../109-rbd-fuse_17.0.0-11449-g76cd7b38-1focal_amd64.deb ... 2022-04-02T04:11:25.478 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking rbd-fuse (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:25.946 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-attr (19.3.0-2) ... 2022-04-02T04:11:26.285 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2022-04-02T04:11:26.411 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2022-04-02T04:11:26.577 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2022-04-02T04:11:26.871 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up cephadm (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:27.729 INFO:teuthology.orchestra.run.smithi116.stdout:Adding system user cephadm....done 2022-04-02T04:11:28.008 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2022-04-02T04:11:28.226 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-waitress (1.4.1-1) ... 2022-04-02T04:11:28.618 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-repoze.lru (0.7-2) ... 2022-04-02T04:11:28.903 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2022-04-02T04:11:29.037 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up liboath0 (2.6.1-1.3) ... 2022-04-02T04:11:29.321 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2022-04-02T04:11:29.681 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-joblib (0.14.0-3) ... 2022-04-02T04:11:30.097 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-jwt (1.7.1-2ubuntu2) ... 2022-04-02T04:11:30.418 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-cachetools (4.0.0-1) ... 2022-04-02T04:11:30.760 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2022-04-02T04:11:31.062 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-04-02T04:11:31.431 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-ceph-argparse (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:31.797 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-04-02T04:11:31.949 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2022-04-02T04:11:32.233 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2022-04-02T04:11:32.551 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libpcre2-16-0:amd64 (10.34-7) ... 2022-04-02T04:11:32.742 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2022-04-02T04:11:33.157 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-natsort (7.0.1-1) ... 2022-04-02T04:11:33.477 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2022-04-02T04:11:33.845 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2022-04-02T04:11:34.264 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2022-04-02T04:11:34.589 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2022-04-02T04:11:34.953 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-tempita (0.5.2-6) ... 2022-04-02T04:11:35.331 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-packaging (20.3-1) ... 2022-04-02T04:11:35.661 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2022-04-02T04:11:35.819 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2022-04-02T04:11:36.025 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2022-04-02T04:11:36.347 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2022-04-02T04:11:36.738 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2) ... 2022-04-02T04:11:37.133 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2022-04-02T04:11:37.505 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-ceph-common (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:37.828 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-04-02T04:11:38.066 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-html5lib (1.0.1-2) ... 2022-04-02T04:11:38.513 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-04-02T04:11:38.664 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pluggy (0.13.0-2) ... 2022-04-02T04:11:38.936 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-04-02T04:11:39.166 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-04-02T04:11:39.329 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libxslt1.1:amd64 (1.1.34-4) ... 2022-04-02T04:11:39.455 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2022-04-02T04:11:39.776 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2022-04-02T04:11:40.085 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-logutils (0.3.3-7) ... 2022-04-02T04:11:40.383 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2022-04-02T04:11:40.529 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2022-04-02T04:11:40.874 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-prettytable (0.7.2-5) ... 2022-04-02T04:11:41.757 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2022-04-02T04:11:42.292 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2022-04-02T04:11:42.421 INFO:teuthology.orchestra.run.smithi116.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2022-04-02T04:11:42.664 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2022-04-02T04:11:42.848 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-04-02T04:11:43.248 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2022-04-02T04:11:43.617 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-04-02T04:11:43.765 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-04-02T04:11:43.949 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-webob (1:1.8.5-2) ... 2022-04-02T04:11:44.276 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-04-02T04:11:44.569 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up librados2 (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:44.859 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2022-04-02T04:11:46.566 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libsqlite3-mod-ceph (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:46.724 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-04-02T04:11:47.035 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pytest (4.6.9-1) ... 2022-04-02T04:11:47.503 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2022-04-02T04:11:47.813 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2022-04-02T04:11:48.174 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-04-02T04:11:48.334 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-bs4 (4.8.2-1) ... 2022-04-02T04:11:48.688 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libcephfs2 (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:48.856 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2022-04-02T04:11:49.259 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libradosstriper1 (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:49.402 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-04-02T04:11:49.737 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-04-02T04:11:50.884 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up librbd1 (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:51.010 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-04-02T04:11:51.147 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2022-04-02T04:11:51.273 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2022-04-02T04:11:51.416 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-04-02T04:11:51.793 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2022-04-02T04:11:51.970 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-rsa (4.0-3) ... 2022-04-02T04:11:52.238 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2022-04-02T04:11:52.389 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-webtest (2.0.32-2) ... 2022-04-02T04:11:52.719 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mgr-modules-core (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:52.988 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-fuse (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:53.273 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-04-02T04:11:53.274 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-04-02T04:11:54.266 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libcephfs-dev (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:54.502 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-04-02T04:11:54.791 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pastescript (2.0.2-4) ... 2022-04-02T04:11:55.126 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2022-04-02T04:11:55.520 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-rados (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:55.647 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up librgw2 (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:55.898 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-rbd (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:56.055 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up rbd-fuse (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:56.206 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-routes (2.4.1-2) ... 2022-04-02T04:11:56.499 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-google-auth (1.5.1-2) ... 2022-04-02T04:11:56.852 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-rgw (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:57.179 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-cephfs (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:57.350 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2022-04-02T04:11:58.397 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-common (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:11:59.021 INFO:teuthology.orchestra.run.smithi116.stdout:Adding group ceph....done 2022-04-02T04:11:59.591 INFO:teuthology.orchestra.run.smithi116.stdout:Adding system user ceph....done 2022-04-02T04:11:59.775 INFO:teuthology.orchestra.run.smithi116.stdout:Setting system user ceph properties....done 2022-04-02T04:11:59.792 INFO:teuthology.orchestra.run.smithi116.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2022-04-02T04:11:59.949 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2022-04-02T04:12:00.544 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2022-04-02T04:12:01.502 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-test (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:01.637 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up radosgw (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:01.899 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-04-02T04:12:01.899 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-04-02T04:12:03.304 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-base (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:03.713 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2022-04-02T04:12:04.741 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mds (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:05.112 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-04-02T04:12:05.113 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-04-02T04:12:06.087 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mgr (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:06.335 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-04-02T04:12:06.335 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-04-02T04:12:07.237 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-osd (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:08.022 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-04-02T04:12:08.023 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-04-02T04:12:08.949 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mgr-k8sevents (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:09.101 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mgr-diskprediction-local (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:09.329 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mon (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:09.610 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-04-02T04:12:09.610 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-04-02T04:12:10.545 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mgr-cephadm (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:10.722 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:10.913 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-mgr-dashboard (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:11.125 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up ceph-volume (17.0.0-11449-g76cd7b38-1focal) ... 2022-04-02T04:12:11.252 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-04-02T04:12:11.401 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-04-02T04:12:11.936 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-04-02T04:12:14.840 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2022-04-02T04:12:15.609 INFO:teuthology.orchestra.run.smithi116.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2022-04-02T04:12:15.612 DEBUG:teuthology.parallel:result is None 2022-04-02T04:12:15.613 DEBUG:teuthology.orchestra.run.smithi116:> sudo lsb_release -is 2022-04-02T04:12:15.660 INFO:teuthology.orchestra.run.smithi116.stdout:Ubuntu 2022-04-02T04:12:15.665 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-04-02T04:12:15.666 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a 2022-04-02T04:12:15.819 DEBUG:teuthology.orchestra.run.smithi116:> dpkg-query -W -f '${Version}' ceph 2022-04-02T04:12:15.840 INFO:teuthology.orchestra.run.smithi116.stdout:17.0.0-11449-g76cd7b38-1focal 2022-04-02T04:12:15.840 INFO:teuthology.packaging:The installed version of ceph is 17.0.0-11449-g76cd7b38-1focal 2022-04-02T04:12:15.841 INFO:teuthology.task.install:The correct ceph version 17.0.0-11449-g76cd7b38-1focal is installed. 2022-04-02T04:12:15.841 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2022-04-02T04:12:15.842 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:12:15.842 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2022-04-02T04:12:15.898 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2022-04-02T04:12:15.898 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:12:15.899 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/daemon-helper 2022-04-02T04:12:15.912 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/daemon-helper 2022-04-02T04:12:15.970 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2022-04-02T04:12:15.971 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2022-04-02T04:12:15.971 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/adjust-ulimits 2022-04-02T04:12:15.984 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2022-04-02T04:12:16.044 INFO:teuthology.run_tasks:Running task radosbench... 2022-04-02T04:12:16.058 INFO:tasks.radosbench:Beginning radosbench... 2022-04-02T04:12:16.058 INFO:tasks.rook.ceph_manager.ceph:creating pool_name unique_pool_0 2022-04-02T04:12:16.059 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd pool create unique_pool_0 16 2022-04-02T04:12:17.158 INFO:teuthology.orchestra.run.smithi116.stderr:pool 'unique_pool_0' created 2022-04-02T04:12:17.174 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2022-04-02T04:12:18.237 INFO:teuthology.orchestra.run.smithi116.stderr:enabled application 'rados' on pool 'unique_pool_0' 2022-04-02T04:12:19.275 DEBUG:teuthology.orchestra.run.smithi116:> /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-04-02T04:12:19.277 INFO:teuthology.run_tasks:Running task rook.shell... 2022-04-02T04:12:19.288 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch host label add '`hostname`' 'foo 2022-04-02T04:12:19.288 DEBUG:teuthology.orchestra.run.smithi116:> ceph' orch host ls '|' grep 'foo 2022-04-02T04:12:19.289 DEBUG:teuthology.orchestra.run.smithi116:> ceph' orch host label rm '`hostname`' 'foo 2022-04-02T04:12:19.289 DEBUG:teuthology.orchestra.run.smithi116:> ceph' orch host ls '|' grep -v 'foo 2022-04-02T04:12:19.289 DEBUG:teuthology.orchestra.run.smithi116:> ' 2022-04-02T04:12:19.338 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:hints = 1 2022-04-02T04:12:19.338 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 360 seconds or 0 objects 2022-04-02T04:12:19.338 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Object prefix: benchmark_data_smithi116_46848 2022-04-02T04:12:19.339 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:12:19.339 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 0 0 0 0 0 0 - 0 2022-04-02T04:12:19.700 INFO:teuthology.orchestra.run.smithi116.stdout:ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2022-04-02T04:12:19.726 INFO:teuthology.run_tasks:Running task exec... 2022-04-02T04:12:19.737 INFO:teuthology.task.exec:Executing custom commands... 2022-04-02T04:12:19.737 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2022-04-02T04:12:19.737 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2022-04-02T04:12:19.738 DEBUG:teuthology.orchestra.run.smithi116:> toolbox() { 2022-04-02T04:12:19.738 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- "$@" 2022-04-02T04:12:19.738 DEBUG:teuthology.orchestra.run.smithi116:> } 2022-04-02T04:12:19.739 DEBUG:teuthology.orchestra.run.smithi116:> orig_num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-04-02T04:12:19.739 DEBUG:teuthology.orchestra.run.smithi116:> toolbox ceph orch osd rm 0 --force 2022-04-02T04:12:19.739 DEBUG:teuthology.orchestra.run.smithi116:> removed_pv="" 2022-04-02T04:12:19.739 DEBUG:teuthology.orchestra.run.smithi116:> while [ "$removed_pv" = "" ] 2022-04-02T04:12:19.740 DEBUG:teuthology.orchestra.run.smithi116:> do 2022-04-02T04:12:19.740 DEBUG:teuthology.orchestra.run.smithi116:> removed_pv=`kubectl get pv | grep Released | cut -f1 -d " "` 2022-04-02T04:12:19.740 DEBUG:teuthology.orchestra.run.smithi116:> sleep 3s 2022-04-02T04:12:19.741 DEBUG:teuthology.orchestra.run.smithi116:> done 2022-04-02T04:12:19.741 DEBUG:teuthology.orchestra.run.smithi116:> target_path=`kubectl get pv $removed_pv -o jsonpath='"'"'{.spec.local.path}'"'"'` 2022-04-02T04:12:19.741 DEBUG:teuthology.orchestra.run.smithi116:> host=`echo $removed_pv | cut -f1 -d "-"` 2022-04-02T04:12:19.741 DEBUG:teuthology.orchestra.run.smithi116:> toolbox ceph orch device zap $host $target_path --force 2022-04-02T04:12:19.742 DEBUG:teuthology.orchestra.run.smithi116:> zap_completion="0" 2022-04-02T04:12:19.742 DEBUG:teuthology.orchestra.run.smithi116:> while [ "$zap_completion" = "0" ] 2022-04-02T04:12:19.742 DEBUG:teuthology.orchestra.run.smithi116:> do 2022-04-02T04:12:19.742 DEBUG:teuthology.orchestra.run.smithi116:> zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap -o jsonpath='"'"'{.status.succeeded.path}'"'"'` 2022-04-02T04:12:19.743 DEBUG:teuthology.orchestra.run.smithi116:> sleep 3s 2022-04-02T04:12:19.743 DEBUG:teuthology.orchestra.run.smithi116:> done 2022-04-02T04:12:19.743 DEBUG:teuthology.orchestra.run.smithi116:> kubectl patch pv $removed_pv -p '"'"'{"spec":{"claimRef": null}}'"'"' 2022-04-02T04:12:19.744 DEBUG:teuthology.orchestra.run.smithi116:> toolbox ceph orch apply osd --all-available-devices 2022-04-02T04:12:19.744 DEBUG:teuthology.orchestra.run.smithi116:> kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-04-02T04:12:19.744 DEBUG:teuthology.orchestra.run.smithi116:> num_osd="0" 2022-04-02T04:12:19.744 DEBUG:teuthology.orchestra.run.smithi116:> while [ "$num_osd" != "$orig_num_osd" ] 2022-04-02T04:12:19.745 DEBUG:teuthology.orchestra.run.smithi116:> do 2022-04-02T04:12:19.745 DEBUG:teuthology.orchestra.run.smithi116:> echo "waiting for osd to come back up" 2022-04-02T04:12:19.745 DEBUG:teuthology.orchestra.run.smithi116:> num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-04-02T04:12:19.746 DEBUG:teuthology.orchestra.run.smithi116:> sleep 30s 2022-04-02T04:12:19.746 DEBUG:teuthology.orchestra.run.smithi116:> done 2022-04-02T04:12:19.746 DEBUG:teuthology.orchestra.run.smithi116:> ' 2022-04-02T04:12:19.759 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f3 -d ' ' 2022-04-02T04:12:19.759 INFO:teuthology.orchestra.run.smithi116.stderr:++ toolbox ceph osd stat 2022-04-02T04:12:19.760 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-04-02T04:12:20.339 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 1 16 1306 1290 80.6206 80.625 0.0116992 0.0122696 2022-04-02T04:12:21.340 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 2 16 2747 2731 85.3178 90.0625 0.0160077 0.0116902 2022-04-02T04:12:22.279 INFO:teuthology.orchestra.run.smithi116.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-04-02T04:12:22.340 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 3 16 4170 4154 86.5213 88.9375 0.00498378 0.0115095 2022-04-02T04:12:23.174 INFO:teuthology.orchestra.run.smithi116.stderr:+ orig_num_osd=4 2022-04-02T04:12:23.174 INFO:teuthology.orchestra.run.smithi116.stderr:+ toolbox ceph orch osd rm 0 --force 2022-04-02T04:12:23.174 INFO:teuthology.orchestra.run.smithi116.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch osd rm 0 --force 2022-04-02T04:12:23.280 INFO:teuthology.orchestra.run.smithi116.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-04-02T04:12:23.341 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 4 16 5421 5405 84.4361 78.1875 0.0173478 0.0118215 2022-04-02T04:12:24.267 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:24.271222 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff= v1.ClusterSpec{ 2022-04-02T04:12:24.268 INFO:tasks.rook.operator.smithi116.stdout: CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", AllowUnsupported: true}, 2022-04-02T04:12:24.268 INFO:tasks.rook.operator.smithi116.stdout: Storage: v1.StorageScopeSpec{ 2022-04-02T04:12:24.268 INFO:tasks.rook.operator.smithi116.stdout: ... // 3 identical fields 2022-04-02T04:12:24.268 INFO:tasks.rook.operator.smithi116.stdout: Config: nil, 2022-04-02T04:12:24.269 INFO:tasks.rook.operator.smithi116.stdout: Selection: {}, 2022-04-02T04:12:24.269 INFO:tasks.rook.operator.smithi116.stdout: StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-04-02T04:12:24.269 INFO:tasks.rook.operator.smithi116.stdout:- { 2022-04-02T04:12:24.269 INFO:tasks.rook.operator.smithi116.stdout:- Name: "smithi116-lv-1", 2022-04-02T04:12:24.269 INFO:tasks.rook.operator.smithi116.stdout:- Count: 1, 2022-04-02T04:12:24.270 INFO:tasks.rook.operator.smithi116.stdout:- VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-04-02T04:12:24.270 INFO:tasks.rook.operator.smithi116.stdout:- }, 2022-04-02T04:12:24.270 INFO:tasks.rook.operator.smithi116.stdout: {Name: "smithi116-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi116-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-04-02T04:12:24.271 INFO:tasks.rook.operator.smithi116.stdout: {Name: "smithi116-lv-3", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi116-lv-3", StorageClassName: &"scratch", ...}}}}, 2022-04-02T04:12:24.271 INFO:tasks.rook.operator.smithi116.stdout: {Name: "smithi116-lv-4", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi116-lv-4", StorageClassName: &"scratch", ...}}}}, 2022-04-02T04:12:24.271 INFO:tasks.rook.operator.smithi116.stdout: }, 2022-04-02T04:12:24.271 INFO:tasks.rook.operator.smithi116.stdout: }, 2022-04-02T04:12:24.271 INFO:tasks.rook.operator.smithi116.stdout: Annotations: nil, 2022-04-02T04:12:24.272 INFO:tasks.rook.operator.smithi116.stdout: Labels: nil, 2022-04-02T04:12:24.272 INFO:tasks.rook.operator.smithi116.stdout: ... // 20 identical fields 2022-04-02T04:12:24.272 INFO:tasks.rook.operator.smithi116.stdout: } 2022-04-02T04:12:24.292 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:24.290903 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-04-02T04:12:24.341 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 5 16 6587 6571 82.123 72.875 0.00504676 0.0121598 2022-04-02T04:12:24.373 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:24.377176 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:12:24.534 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:24.532804 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a... 2022-04-02T04:12:25.341 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 6 16 7813 7797 81.2055 76.625 0.0102696 0.012291 2022-04-02T04:12:26.342 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 7 16 8233 8217 73.3546 26.25 0.024033 0.0122948 2022-04-02T04:12:27.342 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 8 16 8233 8217 64.1853 0 - 0.0122948 2022-04-02T04:12:28.343 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 9 16 8233 8217 57.0539 0 - 0.0122948 2022-04-02T04:12:29.343 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 10 16 8233 8217 51.3488 0 - 0.0122948 2022-04-02T04:12:29.987 INFO:teuthology.orchestra.run.smithi116.stdout:Success 2022-04-02T04:12:30.007 INFO:teuthology.orchestra.run.smithi116.stderr:+ removed_pv= 2022-04-02T04:12:30.008 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' '' = '' ']' 2022-04-02T04:12:30.008 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl get pv 2022-04-02T04:12:30.009 INFO:teuthology.orchestra.run.smithi116.stderr:++ grep Released 2022-04-02T04:12:30.009 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f1 -d ' ' 2022-04-02T04:12:30.094 INFO:teuthology.orchestra.run.smithi116.stderr:+ removed_pv= 2022-04-02T04:12:30.094 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 3s 2022-04-02T04:12:30.343 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 11 16 8233 8217 46.681 0 - 0.0122948 2022-04-02T04:12:31.344 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 12 16 8233 8217 42.7911 0 - 0.0122948 2022-04-02T04:12:32.344 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 13 16 8251 8235 39.586 0.1875 0.00487341 0.0195623 2022-04-02T04:12:33.096 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' '' = '' ']' 2022-04-02T04:12:33.097 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl get pv 2022-04-02T04:12:33.097 INFO:teuthology.orchestra.run.smithi116.stderr:++ grep Released 2022-04-02T04:12:33.097 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f1 -d ' ' 2022-04-02T04:12:33.344 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 14 16 8251 8235 36.7586 0 - 0.0195623 2022-04-02T04:12:33.686 INFO:teuthology.orchestra.run.smithi116.stderr:+ removed_pv= 2022-04-02T04:12:33.687 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 3s 2022-04-02T04:12:34.344 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 15 16 8251 8235 34.3081 0 - 0.0195623 2022-04-02T04:12:35.345 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 16 16 8513 8497 33.1872 5.45833 0.0117646 0.0301094 2022-04-02T04:12:36.345 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 17 16 9400 9384 34.4957 55.4375 0.106436 0.028847 2022-04-02T04:12:36.688 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' '' = '' ']' 2022-04-02T04:12:36.689 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl get pv 2022-04-02T04:12:36.689 INFO:teuthology.orchestra.run.smithi116.stderr:++ grep Released 2022-04-02T04:12:36.689 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f1 -d ' ' 2022-04-02T04:12:36.742 INFO:teuthology.orchestra.run.smithi116.stderr:+ removed_pv= 2022-04-02T04:12:36.742 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 3s 2022-04-02T04:12:37.345 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 18 16 9859 9843 34.1729 28.6875 0.0022316 0.0286911 2022-04-02T04:12:38.345 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 19 16 9859 9843 32.3743 0 - 0.0286911 2022-04-02T04:12:39.346 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:12:39.349182+0000 min lat: 0.0016324 max lat: 9.44672 avg lat: 0.0286911 2022-04-02T04:12:39.346 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:12:39.347 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 20 16 9859 9843 30.7556 0 - 0.0286911 2022-04-02T04:12:39.743 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' '' = '' ']' 2022-04-02T04:12:39.744 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl get pv 2022-04-02T04:12:39.744 INFO:teuthology.orchestra.run.smithi116.stderr:++ grep Released 2022-04-02T04:12:39.745 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f1 -d ' ' 2022-04-02T04:12:39.797 INFO:teuthology.orchestra.run.smithi116.stderr:+ removed_pv= 2022-04-02T04:12:39.797 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 3s 2022-04-02T04:12:40.346 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 21 16 9859 9843 29.2911 0 - 0.0286911 2022-04-02T04:12:40.826 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:40.828579 I | ceph-spec: object "rook-ceph-osd-0" matched on delete, reconciling 2022-04-02T04:12:41.346 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 22 16 9859 9843 27.9597 0 - 0.0286911 2022-04-02T04:12:42.347 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 23 16 9859 9843 26.7441 0 - 0.0286911 2022-04-02T04:12:42.798 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' '' = '' ']' 2022-04-02T04:12:42.799 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl get pv 2022-04-02T04:12:42.800 INFO:teuthology.orchestra.run.smithi116.stderr:++ grep Released 2022-04-02T04:12:42.800 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f1 -d ' ' 2022-04-02T04:12:42.991 INFO:teuthology.orchestra.run.smithi116.stderr:+ removed_pv=smithi116-lv-1 2022-04-02T04:12:42.992 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 3s 2022-04-02T04:12:43.347 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 24 16 9859 9843 25.6298 0 - 0.0286911 2022-04-02T04:12:44.347 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 25 16 9859 9843 24.6046 0 - 0.0286911 2022-04-02T04:12:45.347 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 26 16 9859 9843 23.6583 0 - 0.0286911 2022-04-02T04:12:45.993 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' smithi116-lv-1 = '' ']' 2022-04-02T04:12:45.994 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl get pv smithi116-lv-1 -o 'jsonpath={.spec.local.path}' 2022-04-02T04:12:46.302 INFO:teuthology.orchestra.run.smithi116.stderr:+ target_path=/dev/vg_nvme/lv_1 2022-04-02T04:12:46.303 INFO:teuthology.orchestra.run.smithi116.stderr:++ echo smithi116-lv-1 2022-04-02T04:12:46.304 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f1 -d - 2022-04-02T04:12:46.304 INFO:teuthology.orchestra.run.smithi116.stderr:+ host=smithi116 2022-04-02T04:12:46.304 INFO:teuthology.orchestra.run.smithi116.stderr:+ toolbox ceph orch device zap smithi116 /dev/vg_nvme/lv_1 --force 2022-04-02T04:12:46.304 INFO:teuthology.orchestra.run.smithi116.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch device zap smithi116 /dev/vg_nvme/lv_1 --force 2022-04-02T04:12:46.348 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 27 16 9859 9843 22.7821 0 - 0.0286911 2022-04-02T04:12:46.717 INFO:teuthology.orchestra.run.smithi116.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-04-02T04:12:47.348 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 28 16 9859 9843 21.9684 0 - 0.0286911 2022-04-02T04:12:47.642 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_1 on smithi116 zapped 2022-04-02T04:12:47.661 INFO:teuthology.orchestra.run.smithi116.stderr:+ zap_completion=0 2022-04-02T04:12:47.661 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' 0 = 0 ']' 2022-04-02T04:12:47.662 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl get job -n rook-ceph rook-ceph-device-zap -o 'jsonpath={.status.succeeded.path}' 2022-04-02T04:12:48.112 INFO:teuthology.orchestra.run.smithi116.stderr:+ zap_completion= 2022-04-02T04:12:48.113 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 3s 2022-04-02T04:12:48.348 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 29 16 9892 9876 21.2821 0.1875 0.00366746 0.045803 2022-04-02T04:12:49.348 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 30 16 9892 9876 20.5727 0 - 0.045803 2022-04-02T04:12:50.349 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 31 16 9892 9876 19.9091 0 - 0.045803 2022-04-02T04:12:51.114 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' '' = 0 ']' 2022-04-02T04:12:51.114 INFO:teuthology.orchestra.run.smithi116.stderr:+ kubectl patch pv smithi116-lv-1 -p '{"spec":{"claimRef": null}}' 2022-04-02T04:12:51.349 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 32 16 9909 9893 19.3201 0.354167 0.00460571 0.0464331 2022-04-02T04:12:51.549 INFO:teuthology.orchestra.run.smithi116.stdout:persistentvolume/smithi116-lv-1 patched 2022-04-02T04:12:51.550 INFO:teuthology.orchestra.run.smithi116.stderr:+ toolbox ceph orch apply osd --all-available-devices 2022-04-02T04:12:51.551 INFO:teuthology.orchestra.run.smithi116.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch apply osd --all-available-devices 2022-04-02T04:12:52.185 INFO:teuthology.orchestra.run.smithi116.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-04-02T04:12:52.349 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 33 16 9909 9893 18.7347 0 - 0.0464331 2022-04-02T04:12:53.349 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 34 16 9909 9893 18.1836 0 - 0.0464331 2022-04-02T04:12:53.786 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:53.781559 I | ceph-cluster-controller: detected ceph image version: "17.0.0-11449 quincy" 2022-04-02T04:12:53.786 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:53.781598 I | ceph-cluster-controller: validating ceph version from provided image 2022-04-02T04:12:53.786 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:53.781649 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-11449 quincy", pursuing 2022-04-02T04:12:53.787 INFO:teuthology.orchestra.run.smithi116.stdout:['Success'] 2022-04-02T04:12:53.791 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:53.787836 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff= v1.ClusterSpec{ 2022-04-02T04:12:53.791 INFO:tasks.rook.operator.smithi116.stdout: CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", AllowUnsupported: true}, 2022-04-02T04:12:53.791 INFO:tasks.rook.operator.smithi116.stdout: Storage: v1.StorageScopeSpec{ 2022-04-02T04:12:53.792 INFO:tasks.rook.operator.smithi116.stdout: ... // 3 identical fields 2022-04-02T04:12:53.792 INFO:tasks.rook.operator.smithi116.stdout: Config: nil, 2022-04-02T04:12:53.792 INFO:tasks.rook.operator.smithi116.stdout: Selection: {}, 2022-04-02T04:12:53.792 INFO:tasks.rook.operator.smithi116.stdout: StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-04-02T04:12:53.793 INFO:tasks.rook.operator.smithi116.stdout: {Name: "smithi116-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi116-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-04-02T04:12:53.793 INFO:tasks.rook.operator.smithi116.stdout: {Name: "smithi116-lv-3", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi116-lv-3", StorageClassName: &"scratch", ...}}}}, 2022-04-02T04:12:53.793 INFO:tasks.rook.operator.smithi116.stdout: {Name: "smithi116-lv-4", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi116-lv-4", StorageClassName: &"scratch", ...}}}}, 2022-04-02T04:12:53.793 INFO:tasks.rook.operator.smithi116.stdout:+ { 2022-04-02T04:12:53.793 INFO:tasks.rook.operator.smithi116.stdout:+ Name: "smithi116-lv-1", 2022-04-02T04:12:53.794 INFO:tasks.rook.operator.smithi116.stdout:+ Count: 1, 2022-04-02T04:12:53.794 INFO:tasks.rook.operator.smithi116.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-04-02T04:12:53.794 INFO:tasks.rook.operator.smithi116.stdout:+ }, 2022-04-02T04:12:53.794 INFO:tasks.rook.operator.smithi116.stdout: }, 2022-04-02T04:12:53.795 INFO:tasks.rook.operator.smithi116.stdout: }, 2022-04-02T04:12:53.795 INFO:tasks.rook.operator.smithi116.stdout: Annotations: nil, 2022-04-02T04:12:53.795 INFO:tasks.rook.operator.smithi116.stdout: Labels: nil, 2022-04-02T04:12:53.795 INFO:tasks.rook.operator.smithi116.stdout: ... // 20 identical fields 2022-04-02T04:12:53.796 INFO:tasks.rook.operator.smithi116.stdout: } 2022-04-02T04:12:53.806 INFO:teuthology.orchestra.run.smithi116.stderr:+ kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-04-02T04:12:53.833 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:53.833999 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:12:53.959 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:53.957902 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:12:53.960 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:53.958363 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:12:53.986 INFO:teuthology.orchestra.run.smithi116.stdout:job.batch "rook-ceph-device-zap" deleted 2022-04-02T04:12:53.998 INFO:teuthology.orchestra.run.smithi116.stdout:waiting for osd to come back up 2022-04-02T04:12:53.999 INFO:teuthology.orchestra.run.smithi116.stderr:+ num_osd=0 2022-04-02T04:12:53.999 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' 0 '!=' 4 ']' 2022-04-02T04:12:53.999 INFO:teuthology.orchestra.run.smithi116.stderr:+ echo 'waiting for osd to come back up' 2022-04-02T04:12:54.000 INFO:teuthology.orchestra.run.smithi116.stderr:++ toolbox ceph osd stat 2022-04-02T04:12:54.000 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-04-02T04:12:54.000 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f3 -d ' ' 2022-04-02T04:12:54.112 INFO:teuthology.orchestra.run.smithi116.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-04-02T04:12:54.349 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 35 16 9909 9893 17.6641 0 - 0.0464331 2022-04-02T04:12:54.466 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:54.466441 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-11449 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a" 2022-04-02T04:12:54.602 INFO:teuthology.orchestra.run.smithi116.stderr:+ num_osd=3 2022-04-02T04:12:54.602 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 30s 2022-04-02T04:12:54.620 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:54.617027 I | op-mon: start running mons 2022-04-02T04:12:54.700 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:54.700512 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:12:54.733 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:54.733658 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.116:6789"]}] data:a=172.21.15.116:6789 mapping:{"node":{"a":{"Name":"smithi116","Hostname":"smithi116","Address":"172.21.15.116"}}} maxMonId:0] 2022-04-02T04:12:54.740 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:54.740490 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:12:54.740 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:54.740618 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:12:55.350 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 36 16 9909 9893 17.1734 0 - 0.0464331 2022-04-02T04:12:55.713 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:55.713322 I | op-mon: targeting the mon count 1 2022-04-02T04:12:55.803 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:55.802401 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-04-02T04:12:55.803 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:55.802500 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-04-02T04:12:56.000 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:56.000060 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:12:56.183 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:56.181111 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a... 2022-04-02T04:12:56.350 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 37 16 9937 9921 16.7566 0.35 0.00184986 0.0559802 2022-04-02T04:12:56.352 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:56.352954 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-04-02T04:12:56.357 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:56.358259 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-04-02T04:12:57.350 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 38 16 9937 9921 16.3156 0 - 0.0559802 2022-04-02T04:12:58.350 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 39 16 9937 9921 15.8973 0 - 0.0559802 2022-04-02T04:12:58.362 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:12:58.362415 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-04-02T04:12:59.351 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:12:59.351192+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0628396 2022-04-02T04:12:59.351 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:12:59.351 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 40 16 10035 10019 15.6529 2.04167 0.00260706 0.0628396 2022-04-02T04:13:00.351 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 41 16 10035 10019 15.2712 0 - 0.0628396 2022-04-02T04:13:01.351 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 42 16 10035 10019 14.9076 0 - 0.0628396 2022-04-02T04:13:02.351 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 43 16 10035 10019 14.5609 0 - 0.0628396 2022-04-02T04:13:03.352 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 44 16 10035 10019 14.2299 0 - 0.0628396 2022-04-02T04:13:04.352 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 45 16 10285 10269 14.2609 3.125 0.00217892 0.0665148 2022-04-02T04:13:05.352 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 46 16 10285 10269 13.9509 0 - 0.0665148 2022-04-02T04:13:06.352 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 47 16 10285 10269 13.6541 0 - 0.0665148 2022-04-02T04:13:07.352 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 48 16 10405 10389 13.5258 2.5 0.00546553 0.073807 2022-04-02T04:13:08.352 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 49 16 11282 11266 14.3683 54.8125 0.0129873 0.0695862 2022-04-02T04:13:09.353 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 50 16 12306 12290 15.3608 64 0.0788545 0.0650737 2022-04-02T04:13:10.353 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 51 16 13247 13231 16.2127 58.8125 0.0105807 0.0615117 2022-04-02T04:13:11.353 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 52 16 14218 14202 17.0678 60.6875 0.0103684 0.0585803 2022-04-02T04:13:12.353 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 53 16 14449 14433 17.0182 14.4375 0.00762242 0.0578444 2022-04-02T04:13:13.353 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 54 16 15318 15302 17.7087 54.3125 0.00828667 0.0564574 2022-04-02T04:13:14.354 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 55 16 16395 16379 18.6103 67.3125 0.0146701 0.0537209 2022-04-02T04:13:15.354 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 56 16 17229 17213 19.2086 52.125 0.0125715 0.0520485 2022-04-02T04:13:16.354 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 57 16 18198 18182 19.934 60.5625 0.0218191 0.050156 2022-04-02T04:13:17.354 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 58 16 18361 18345 19.7659 10.1875 0.0170671 0.0498285 2022-04-02T04:13:18.355 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 59 16 19229 19213 20.3503 54.25 0.0272127 0.0491267 2022-04-02T04:13:19.355 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:13:19.353922+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0473421 2022-04-02T04:13:19.356 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:13:19.356 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 60 16 20292 20276 21.1183 66.4375 0.0162829 0.0473421 2022-04-02T04:13:20.355 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 61 16 21141 21125 21.6419 53.0625 0.00936176 0.046185 2022-04-02T04:13:21.355 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 62 16 21454 21438 21.6083 19.5625 0.0217683 0.0462666 2022-04-02T04:13:22.355 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 63 16 22277 22261 22.0817 51.4375 0.016578 0.0452767 2022-04-02T04:13:23.355 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 64 16 23316 23300 22.7512 64.9375 0.013485 0.0439438 2022-04-02T04:13:24.355 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 65 16 23774 23758 22.8415 28.625 0.0404251 0.0437691 2022-04-02T04:13:24.604 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' 3 '!=' 4 ']' 2022-04-02T04:13:24.605 INFO:teuthology.orchestra.run.smithi116.stderr:+ echo 'waiting for osd to come back up' 2022-04-02T04:13:24.605 INFO:teuthology.orchestra.run.smithi116.stdout:waiting for osd to come back up 2022-04-02T04:13:24.606 INFO:teuthology.orchestra.run.smithi116.stderr:++ toolbox ceph osd stat 2022-04-02T04:13:24.606 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-04-02T04:13:24.606 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f3 -d ' ' 2022-04-02T04:13:25.063 INFO:teuthology.orchestra.run.smithi116.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-04-02T04:13:25.360 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 66 16 24557 24541 23.2369 48.9375 0.0378807 0.0429641 2022-04-02T04:13:26.355 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 67 16 25183 25167 23.4739 39.125 0.0121617 0.0425739 2022-04-02T04:13:26.548 INFO:teuthology.orchestra.run.smithi116.stderr:+ num_osd=3 2022-04-02T04:13:26.549 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 30s 2022-04-02T04:13:27.355 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 68 16 25893 25877 23.7812 44.375 0.00935396 0.04204 2022-04-02T04:13:28.356 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 69 16 26653 26637 24.1247 47.5 0.0163678 0.0414402 2022-04-02T04:13:29.356 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 70 16 27092 27076 24.172 27.4375 0.0125526 0.0413446 2022-04-02T04:13:30.356 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 71 16 27818 27802 24.4705 45.375 0.0193611 0.0408279 2022-04-02T04:13:31.356 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 72 16 28518 28502 24.7382 43.75 0.0144908 0.040408 2022-04-02T04:13:32.356 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 73 16 28529 28513 24.4088 0.6875 0.972591 0.0407679 2022-04-02T04:13:33.357 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 74 16 29309 29293 24.7377 48.75 0.0336728 0.0403634 2022-04-02T04:13:34.358 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 75 16 29956 29940 24.9466 40.4375 0.00870179 0.0400779 2022-04-02T04:13:35.358 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 76 16 30889 30873 25.3855 58.3125 0.0264845 0.0393835 2022-04-02T04:13:36.358 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 77 16 31588 31572 25.6231 43.6875 0.0237644 0.039018 2022-04-02T04:13:37.358 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 78 16 32253 32237 25.8274 41.5625 0.01525 0.0387111 2022-04-02T04:13:38.358 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 79 16 32854 32838 25.9759 37.5625 0.0118584 0.0383695 2022-04-02T04:13:39.358 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:13:39.357592+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0383256 2022-04-02T04:13:39.359 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:13:39.359 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 80 16 33412 33396 26.0871 34.875 0.0316457 0.0383256 2022-04-02T04:13:40.359 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 81 16 34113 34097 26.3058 43.8125 0.0175278 0.0379642 2022-04-02T04:13:41.359 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 82 16 34599 34583 26.3554 30.375 0.0183069 0.0379314 2022-04-02T04:13:42.359 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 83 16 35397 35381 26.6387 49.875 0.0136502 0.0375282 2022-04-02T04:13:43.359 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 84 16 36178 36162 26.9026 48.8125 0.00907701 0.0371629 2022-04-02T04:13:44.359 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 85 16 36874 36858 27.0978 43.5 0.0153908 0.0368957 2022-04-02T04:13:45.360 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 86 16 37639 37623 27.3385 47.8125 0.0262421 0.0365703 2022-04-02T04:13:46.360 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 87 16 38213 38197 27.4366 35.875 0.0185599 0.0364377 2022-04-02T04:13:47.360 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 88 16 38800 38784 27.5417 36.6875 0.028205 0.0362949 2022-04-02T04:13:48.360 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 89 16 39376 39360 27.6367 36 0.0258614 0.0361751 2022-04-02T04:13:49.360 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 90 16 40003 39987 27.765 39.1875 0.0139 0.0360077 2022-04-02T04:13:50.360 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 91 16 40607 40591 27.8746 37.75 0.175902 0.0358436 2022-04-02T04:13:51.360 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 92 16 41281 41265 28.0295 42.125 0.0089523 0.0356705 2022-04-02T04:13:52.360 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 93 16 41907 41891 28.1488 39.125 0.0969917 0.0355116 2022-04-02T04:13:53.361 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 94 16 42589 42573 28.3024 42.625 0.0246461 0.0353234 2022-04-02T04:13:53.948 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:53.946511 I | ceph-cluster-controller: detected ceph image version: "17.0.0-11449 quincy" 2022-04-02T04:13:53.951 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:53.946677 I | ceph-cluster-controller: validating ceph version from provided image 2022-04-02T04:13:53.951 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:53.946695 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-11449 quincy", pursuing 2022-04-02T04:13:54.361 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 95 16 43217 43201 28.4176 39.25 0.0117667 0.0351809 2022-04-02T04:13:54.461 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:54.458936 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:13:55.015 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:55.012841 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:13:55.050 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:55.045966 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:13:55.361 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 96 16 43649 43633 28.4028 27 0.00858716 0.0351986 2022-04-02T04:13:56.179 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:56.084198 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-11449 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a" 2022-04-02T04:13:56.362 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 97 16 44198 44182 28.4637 34.3125 0.0145656 0.0351223 2022-04-02T04:13:56.438 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:56.431738 I | op-mon: start running mons 2022-04-02T04:13:56.484 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:56.478679 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:13:56.550 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' 3 '!=' 4 ']' 2022-04-02T04:13:56.550 INFO:teuthology.orchestra.run.smithi116.stdout:waiting for osd to come back up 2022-04-02T04:13:56.551 INFO:teuthology.orchestra.run.smithi116.stderr:+ echo 'waiting for osd to come back up' 2022-04-02T04:13:56.551 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:56.548206 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.116:6789"]}] data:a=172.21.15.116:6789 mapping:{"node":{"a":{"Name":"smithi116","Hostname":"smithi116","Address":"172.21.15.116"}}} maxMonId:0] 2022-04-02T04:13:56.552 INFO:teuthology.orchestra.run.smithi116.stderr:++ toolbox ceph osd stat 2022-04-02T04:13:56.552 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-04-02T04:13:56.552 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f3 -d ' ' 2022-04-02T04:13:56.557 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:56.555290 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:13:56.561 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:56.555498 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:13:56.632 INFO:teuthology.orchestra.run.smithi116.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-04-02T04:13:57.283 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:57.279369 I | op-mon: targeting the mon count 1 2022-04-02T04:13:57.285 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:57.283154 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-04-02T04:13:57.362 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 98 16 44740 44724 28.5189 33.875 0.0191442 0.0350544 2022-04-02T04:13:57.616 INFO:teuthology.orchestra.run.smithi116.stderr:+ num_osd=3 2022-04-02T04:13:57.616 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 30s 2022-04-02T04:13:58.362 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 99 16 45370 45354 28.6285 39.375 0.013381 0.0349227 2022-04-02T04:13:58.693 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:58.690267 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-04-02T04:13:58.693 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:58.690290 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-04-02T04:13:59.362 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:13:59.360960+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0347449 2022-04-02T04:13:59.363 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:13:59.363 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 100 16 46061 46045 28.774 43.1875 0.0173312 0.0347449 2022-04-02T04:13:59.400 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:59.392893 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-04-02T04:13:59.400 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:13:59.392920 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-04-02T04:14:00.362 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 101 16 46737 46721 28.9074 42.25 0.0364643 0.0345836 2022-04-02T04:14:00.469 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:00.466649 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-04-02T04:14:00.470 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:00.466675 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-04-02T04:14:01.105 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:01.101652 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-04-02T04:14:01.105 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:01.101679 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-04-02T04:14:01.362 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 102 16 47400 47384 29.0302 41.4375 0.0265645 0.0344385 2022-04-02T04:14:01.697 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:01.692363 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-04-02T04:14:01.697 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:01.692387 I | op-config: deleting "log file" option from the mon configuration database 2022-04-02T04:14:02.272 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:02.270284 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-04-02T04:14:02.272 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:02.270318 I | op-mon: checking for basic quorum with existing mons 2022-04-02T04:14:02.277 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:02.270324 I | op-mon: setting mon endpoints for hostnetwork mode 2022-04-02T04:14:02.299 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:02.296393 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.116:6789"]}] data:a=172.21.15.116:6789 mapping:{"node":{"a":{"Name":"smithi116","Hostname":"smithi116","Address":"172.21.15.116"}}} maxMonId:0] 2022-04-02T04:14:02.315 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:02.303220 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:14:02.315 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:02.303569 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:14:02.322 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:02.320079 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-04-02T04:14:02.333 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:02.327787 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-04-02T04:14:02.334 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:02.327808 I | op-mon: waiting for mon quorum with [a] 2022-04-02T04:14:02.338 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:02.333519 I | op-mon: mons running: [a] 2022-04-02T04:14:02.362 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 103 16 48027 48011 29.1288 39.1875 0.0296377 0.0343239 2022-04-02T04:14:03.028 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:03.020909 I | op-mon: Monitors in quorum: [a] 2022-04-02T04:14:03.028 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:03.020937 I | op-mon: mons created: 1 2022-04-02T04:14:03.362 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 104 16 48672 48656 29.2363 40.3125 0.0371038 0.0341946 2022-04-02T04:14:03.736 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:03.730341 I | op-mon: waiting for mon quorum with [a] 2022-04-02T04:14:03.741 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:03.736249 I | op-mon: mons running: [a] 2022-04-02T04:14:04.363 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 105 16 49221 49205 29.2846 34.3125 0.0217806 0.0341386 2022-04-02T04:14:04.505 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:04.488839 I | op-mon: Monitors in quorum: [a] 2022-04-02T04:14:04.505 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:04.488872 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-04-02T04:14:05.210 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:05.205752 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-04-02T04:14:05.363 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 106 16 49885 49869 29.3998 41.5 0.00750334 0.0340019 2022-04-02T04:14:06.005 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:06.003150 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-04-02T04:14:06.363 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 107 16 50517 50501 29.4941 39.5 0.0145817 0.0338969 2022-04-02T04:14:06.781 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:06.779281 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-04-02T04:14:07.363 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 108 16 51075 51059 29.5439 34.875 0.022389 0.0338123 2022-04-02T04:14:07.537 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:07.534410 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-04-02T04:14:07.537 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:07.534432 I | cephclient: getting or creating ceph auth key "client.crash" 2022-04-02T04:14:08.363 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 109 15 51668 51653 29.6134 37.125 0.0251582 0.0337619 2022-04-02T04:14:08.365 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:08.362716 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-04-02T04:14:09.120 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:09.118076 I | cephclient: successfully enabled msgr2 protocol 2022-04-02T04:14:09.120 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:09.118098 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-04-02T04:14:09.121 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:09.118101 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-04-02T04:14:09.363 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 110 16 52293 52277 29.6987 39 0.0223173 0.0336625 2022-04-02T04:14:09.980 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:09.972664 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-04-02T04:14:09.997 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:09.995189 I | op-mgr: start running mgr 2022-04-02T04:14:09.997 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:09.995214 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-04-02T04:14:10.363 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 111 16 52936 52920 29.7932 40.1875 0.0240817 0.0335552 2022-04-02T04:14:10.783 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:10.779420 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-04-02T04:14:10.789 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:10.786859 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-04-02T04:14:10.853 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:10.848915 I | op-mgr: setting services to point to mgr "a" 2022-04-02T04:14:10.933 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:10.930545 I | op-osd: start running osds in namespace "rook-ceph" 2022-04-02T04:14:10.933 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:10.930569 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-04-02T04:14:11.000 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:10.997024 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-04-02T04:14:11.007 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.001036 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi116-lv-2" 2022-04-02T04:14:11.007 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.001070 I | op-osd: OSD PVC "smithi116-lv-2-data-0v8h66" already exists 2022-04-02T04:14:11.007 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.001081 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi116-lv-3" 2022-04-02T04:14:11.008 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.001090 I | op-osd: OSD PVC "smithi116-lv-3-data-0v79sf" already exists 2022-04-02T04:14:11.008 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.001096 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi116-lv-4" 2022-04-02T04:14:11.008 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.001104 I | op-osd: OSD PVC "smithi116-lv-4-data-0t2jcc" already exists 2022-04-02T04:14:11.008 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.001110 I | op-osd: creating 1 new PVCs for device set "smithi116-lv-1" 2022-04-02T04:14:11.015 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.012794 I | op-osd: successfully provisioned PVC "smithi116-lv-1-data-07vff9" 2022-04-02T04:14:11.031 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.024944 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-2-data-0v8h66" 2022-04-02T04:14:11.031 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.024971 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-3-data-0v79sf" 2022-04-02T04:14:11.031 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.024977 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-4-data-0t2jcc" 2022-04-02T04:14:11.031 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.024982 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-1-data-07vff9" 2022-04-02T04:14:11.069 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.066304 I | op-osd: started OSD provisioning job for PVC "smithi116-lv-1-data-07vff9" 2022-04-02T04:14:11.070 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.066330 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-04-02T04:14:11.070 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.066335 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-04-02T04:14:11.185 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:11.181209 I | op-osd: OSD orchestration status for PVC smithi116-lv-1-data-07vff9 is "starting" 2022-04-02T04:14:11.363 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 112 16 53442 53426 29.8095 31.625 0.0546631 0.0335366 2022-04-02T04:14:12.364 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 113 16 53926 53910 29.8134 30.25 0.0156364 0.0335279 2022-04-02T04:14:13.030 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:13.027167 I | op-mgr: successful modules: prometheus 2022-04-02T04:14:13.031 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:13.027886 I | op-mgr: successful modules: mgr module(s) from the spec 2022-04-02T04:14:13.034 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:13.032073 I | op-mgr: successful modules: dashboard 2022-04-02T04:14:13.169 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:13.163690 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-04-02T04:14:13.172 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:13.169756 I | op-osd: updating OSD 1 on PVC "smithi116-lv-2-data-0v8h66" 2022-04-02T04:14:13.172 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:13.169777 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-2-data-0v8h66" 2022-04-02T04:14:13.364 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 114 16 54253 54237 29.7311 20.4375 0.0170154 0.0336255 2022-04-02T04:14:13.734 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:13.732096 I | op-mgr: successful modules: balancer 2022-04-02T04:14:14.364 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 115 16 54646 54630 29.6862 24.5625 0.032195 0.0335984 2022-04-02T04:14:15.083 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:15.081391 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-04-02T04:14:15.285 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:15.282606 I | op-mgr: successful modules: orchestrator modules 2022-04-02T04:14:15.364 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 116 16 54646 54630 29.4303 0 - 0.0335984 2022-04-02T04:14:15.404 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:15.402530 I | op-osd: updating OSD 2 on PVC "smithi116-lv-4-data-0t2jcc" 2022-04-02T04:14:15.405 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:15.402566 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-4-data-0t2jcc" 2022-04-02T04:14:16.364 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 117 16 54971 54955 29.3523 10.1562 0.0202603 0.0340566 2022-04-02T04:14:17.364 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 118 16 55548 55532 29.4091 36.0625 0.0203864 0.0339946 2022-04-02T04:14:18.364 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 119 16 56077 56061 29.4398 33.0625 0.0112792 0.0339619 2022-04-02T04:14:18.892 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:18.847685 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-04-02T04:14:19.365 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:14:19.363568+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.033915 2022-04-02T04:14:19.365 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:14:19.366 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 120 16 56623 56607 29.4787 34.125 0.0232307 0.033915 2022-04-02T04:14:19.857 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:19.853694 I | op-osd: updating OSD 3 on PVC "smithi116-lv-3-data-0v79sf" 2022-04-02T04:14:19.857 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:19.853713 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-3-data-0v79sf" 2022-04-02T04:14:20.365 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 121 16 57202 57186 29.5341 36.1875 0.0278672 0.0338507 2022-04-02T04:14:21.365 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 122 16 57851 57835 29.6245 40.5625 0.0269815 0.0337485 2022-04-02T04:14:22.365 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 123 16 58451 58435 29.6885 37.5 0.014551 0.0336763 2022-04-02T04:14:23.365 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 124 16 58979 58963 29.7151 33 0.0113871 0.0335821 2022-04-02T04:14:24.365 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 125 16 59460 59444 29.7179 30.0625 0.0191181 0.0335928 2022-04-02T04:14:25.367 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 126 16 60015 59999 29.7568 34.6875 0.0309199 0.0335961 2022-04-02T04:14:26.368 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 127 16 60623 60607 29.8217 38 0.0225335 0.0335244 2022-04-02T04:14:27.368 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 128 16 61086 61070 29.8148 28.9375 0.0139293 0.0335152 2022-04-02T04:14:27.613 INFO:teuthology.orchestra.run.smithi116.stdout:waiting for osd to come back up 2022-04-02T04:14:27.677 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' 3 '!=' 4 ']' 2022-04-02T04:14:27.677 INFO:teuthology.orchestra.run.smithi116.stderr:+ echo 'waiting for osd to come back up' 2022-04-02T04:14:27.678 INFO:teuthology.orchestra.run.smithi116.stderr:++ toolbox ceph osd stat 2022-04-02T04:14:27.678 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-04-02T04:14:27.678 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f3 -d ' ' 2022-04-02T04:14:27.989 INFO:teuthology.orchestra.run.smithi116.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-04-02T04:14:28.368 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 129 16 61607 61591 29.8361 32.5625 0.0187344 0.0335105 2022-04-02T04:14:28.690 INFO:teuthology.orchestra.run.smithi116.stderr:+ num_osd=3 2022-04-02T04:14:28.691 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 30s 2022-04-02T04:14:29.368 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 130 16 62081 62065 29.8344 29.625 0.0183241 0.033512 2022-04-02T04:14:30.368 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 131 16 62707 62691 29.9053 39.125 0.020801 0.0334312 2022-04-02T04:14:31.368 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 132 16 63282 63266 29.951 35.9375 0.0445874 0.0333722 2022-04-02T04:14:32.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 133 16 63841 63825 29.9884 34.9375 0.0233792 0.0333383 2022-04-02T04:14:33.368 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 134 16 64459 64443 30.0529 38.625 0.011293 0.033267 2022-04-02T04:14:34.368 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 135 16 65027 65011 30.0932 35.5 0.0160662 0.033222 2022-04-02T04:14:35.368 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 136 16 65598 65582 30.1343 35.6875 0.0477204 0.0331744 2022-04-02T04:14:36.368 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 137 16 66102 66086 30.1442 31.5 0.0280332 0.0331655 2022-04-02T04:14:36.977 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:36.969076 I | op-osd: OSD orchestration status for node smithi116-lv-1-data-07vff9 is "orchestrating" 2022-04-02T04:14:37.368 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 138 16 66651 66635 30.1744 34.3125 0.0257835 0.0331313 2022-04-02T04:14:37.636 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:37.634126 I | op-osd: OSD orchestration status for PVC smithi116-lv-1-data-07vff9 is "orchestrating" 2022-04-02T04:14:38.369 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 139 16 67153 67137 30.183 31.375 0.0263689 0.0331222 2022-04-02T04:14:39.369 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:14:39.367444+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0330875 2022-04-02T04:14:39.369 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:14:39.369 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 140 16 67706 67690 30.2143 34.5625 0.0179414 0.0330875 2022-04-02T04:14:40.369 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 141 16 68242 68226 30.2376 33.5 0.0254439 0.0330627 2022-04-02T04:14:41.369 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 142 16 68775 68759 30.2592 33.3125 0.0272142 0.0330398 2022-04-02T04:14:42.369 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 143 16 69088 69072 30.1844 19.5625 0.0279741 0.0331213 2022-04-02T04:14:43.369 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 144 16 69648 69632 30.2178 35 0.0294729 0.0330862 2022-04-02T04:14:44.369 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 145 16 70151 70135 30.2262 31.4375 0.0221099 0.0330778 2022-04-02T04:14:45.370 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 146 16 70689 70673 30.2494 33.625 0.0311957 0.0330493 2022-04-02T04:14:45.754 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:45.752340 I | op-osd: OSD orchestration status for PVC smithi116-lv-1-data-07vff9 is "completed" 2022-04-02T04:14:45.755 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:45.752368 I | op-osd: creating OSD 0 on PVC "smithi116-lv-1-data-07vff9" 2022-04-02T04:14:45.755 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:45.752377 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-1-data-07vff9" 2022-04-02T04:14:46.369 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 147 16 71148 71132 30.2388 28.6875 0.0259597 0.0330588 2022-04-02T04:14:47.369 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 148 16 71630 71614 30.238 30.125 0.0683137 0.0330623 2022-04-02T04:14:47.590 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:47.588777 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-04-02T04:14:47.591 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:47.588798 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-04-02T04:14:47.713 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:47.711570 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-04-02T04:14:48.369 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 149 16 72077 72061 30.2226 27.9375 0.0242031 0.0330799 2022-04-02T04:14:48.642 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:48.638415 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:14:49.370 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 150 16 72517 72501 30.2044 27.5 0.0261791 0.0330983 2022-04-02T04:14:49.686 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:14:49.684342 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a... 2022-04-02T04:14:50.370 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 151 16 73056 73040 30.2274 33.6875 0.0376756 0.033074 2022-04-02T04:14:51.370 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 152 16 73565 73549 30.2378 31.8125 0.0217882 0.0330634 2022-04-02T04:14:52.370 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 153 16 73876 73860 30.1672 19.4375 0.04723 0.0331386 2022-04-02T04:14:53.370 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 154 16 74397 74381 30.1828 32.5625 0.0439881 0.0331153 2022-04-02T04:14:54.370 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 155 16 74870 74854 30.1788 29.5625 0.0222528 0.0331298 2022-04-02T04:14:55.370 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 156 16 75413 75397 30.2028 33.9375 0.0122411 0.033102 2022-04-02T04:14:56.370 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 157 16 75974 75958 30.2338 35.0625 0.0293924 0.0330683 2022-04-02T04:14:57.370 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 158 16 76462 76446 30.2354 30.5 0.0422885 0.033062 2022-04-02T04:14:58.370 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 159 16 76920 76904 30.2253 28.625 0.0166084 0.0330776 2022-04-02T04:14:58.691 INFO:teuthology.orchestra.run.smithi116.stdout:waiting for osd to come back up 2022-04-02T04:14:58.692 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' 3 '!=' 4 ']' 2022-04-02T04:14:58.692 INFO:teuthology.orchestra.run.smithi116.stderr:+ echo 'waiting for osd to come back up' 2022-04-02T04:14:58.693 INFO:teuthology.orchestra.run.smithi116.stderr:++ toolbox ceph osd stat 2022-04-02T04:14:58.693 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-04-02T04:14:58.693 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f3 -d ' ' 2022-04-02T04:14:59.151 INFO:teuthology.orchestra.run.smithi116.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-04-02T04:14:59.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:14:59.369289+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0331268 2022-04-02T04:14:59.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:14:59.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 160 16 77288 77272 30.1801 23 0.0263273 0.0331268 2022-04-02T04:15:00.039 INFO:teuthology.orchestra.run.smithi116.stderr:+ num_osd=3 2022-04-02T04:15:00.039 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 30s 2022-04-02T04:15:00.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 161 16 77755 77739 30.1739 29.1875 0.0201645 0.0331339 2022-04-02T04:15:01.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 162 16 78254 78238 30.1802 31.1875 0.0484598 0.0331271 2022-04-02T04:15:02.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 163 16 78624 78608 30.1369 23.125 0.0392775 0.0331595 2022-04-02T04:15:03.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 164 16 79131 79115 30.1463 31.6875 0.025508 0.0331522 2022-04-02T04:15:04.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 165 16 79510 79494 30.1072 23.6875 0.035643 0.0332072 2022-04-02T04:15:05.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 166 16 80026 80010 30.1201 32.25 0.0252113 0.0331929 2022-04-02T04:15:06.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 167 16 80419 80403 30.0868 24.5625 0.00910403 0.0332284 2022-04-02T04:15:07.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 168 16 80854 80838 30.0695 27.1875 0.0462016 0.0332414 2022-04-02T04:15:08.371 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 169 16 81291 81275 30.0532 27.3125 0.041463 0.0332652 2022-04-02T04:15:09.372 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 170 16 81713 81697 30.0315 26.375 0.0161467 0.0332919 2022-04-02T04:15:10.372 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 171 16 82184 82168 30.028 29.4375 0.0263401 0.0332967 2022-04-02T04:15:11.372 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 172 16 82670 82654 30.03 30.375 0.0313141 0.0332891 2022-04-02T04:15:12.130 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:12.128191 I | ceph-cluster-controller: detected ceph image version: "17.0.0-11449 quincy" 2022-04-02T04:15:12.133 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:12.128552 I | ceph-cluster-controller: validating ceph version from provided image 2022-04-02T04:15:12.134 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:12.128593 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-11449 quincy", pursuing 2022-04-02T04:15:12.372 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 173 16 83105 83089 30.0136 27.1875 0.0717908 0.033311 2022-04-02T04:15:13.372 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 174 16 83600 83584 30.0189 30.9375 0.00673668 0.033304 2022-04-02T04:15:13.423 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:13.419657 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:15:13.473 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:13.470447 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:15:13.474 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:13.470863 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:15:14.313 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:14.307531 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-11449 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a" 2022-04-02T04:15:14.372 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 175 16 83988 83972 29.9859 24.25 0.0300279 0.0333413 2022-04-02T04:15:15.372 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 176 16 84416 84400 29.9675 26.75 0.0338571 0.0333621 2022-04-02T04:15:16.066 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:16.063902 I | op-mon: start running mons 2022-04-02T04:15:16.073 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:16.071254 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:15:16.373 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 177 16 84912 84896 29.9733 31 0.0215095 0.0333556 2022-04-02T04:15:16.611 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:16.607971 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.116:6789"]}] data:a=172.21.15.116:6789 mapping:{"node":{"a":{"Name":"smithi116","Hostname":"smithi116","Address":"172.21.15.116"}}} maxMonId:0] 2022-04-02T04:15:16.617 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:16.615253 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:15:16.621 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:16.615449 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:15:16.885 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:16.877502 I | op-mon: targeting the mon count 1 2022-04-02T04:15:16.887 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:16.882198 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-04-02T04:15:17.373 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 178 16 85284 85268 29.9355 23.25 0.0300997 0.0333971 2022-04-02T04:15:17.482 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:17.479503 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-04-02T04:15:17.482 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:17.479527 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-04-02T04:15:18.249 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:18.247287 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-04-02T04:15:18.250 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:18.247306 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-04-02T04:15:18.373 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 179 16 85672 85656 29.9037 24.25 0.0341786 0.0334313 2022-04-02T04:15:19.373 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:15:19.371391+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0334179 2022-04-02T04:15:19.373 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:15:19.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 180 15 86187 86172 29.9167 32.25 0.0212022 0.0334179 2022-04-02T04:15:19.895 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:19.893153 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-04-02T04:15:19.895 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:19.893172 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-04-02T04:15:20.373 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 181 16 86598 86582 29.893 25.625 0.015182 0.0334435 2022-04-02T04:15:20.950 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:20.947376 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-04-02T04:15:20.954 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:20.950617 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-04-02T04:15:21.373 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 182 16 87083 87067 29.8953 30.3125 0.00975215 0.0334406 2022-04-02T04:15:21.694 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:21.692084 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-04-02T04:15:21.699 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:21.692435 I | op-config: deleting "log file" option from the mon configuration database 2022-04-02T04:15:22.183 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:22.180990 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-04-02T04:15:22.183 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:22.181007 I | op-mon: checking for basic quorum with existing mons 2022-04-02T04:15:22.184 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:22.181011 I | op-mon: setting mon endpoints for hostnetwork mode 2022-04-02T04:15:22.357 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:22.354868 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.116:6789"]}] data:a=172.21.15.116:6789 mapping:{"node":{"a":{"Name":"smithi116","Hostname":"smithi116","Address":"172.21.15.116"}}} maxMonId:0] 2022-04-02T04:15:22.372 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:22.367413 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-04-02T04:15:22.372 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:22.367602 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-04-02T04:15:22.373 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 183 16 87439 87423 29.8535 22.25 0.0260963 0.0334894 2022-04-02T04:15:22.389 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:22.386887 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-04-02T04:15:22.397 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:22.394558 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-04-02T04:15:22.397 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:22.394586 I | op-mon: waiting for mon quorum with [a] 2022-04-02T04:15:22.405 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:22.402338 I | op-mon: mons running: [a] 2022-04-02T04:15:23.160 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:23.157645 I | op-mon: Monitors in quorum: [a] 2022-04-02T04:15:23.161 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:23.157719 I | op-mon: mons created: 1 2022-04-02T04:15:23.373 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 184 16 87865 87849 29.836 26.625 0.0505185 0.0335076 2022-04-02T04:15:23.888 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:23.885264 I | op-mon: waiting for mon quorum with [a] 2022-04-02T04:15:24.107 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:24.104327 I | op-mon: mons running: [a] 2022-04-02T04:15:24.373 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 185 16 88311 88295 29.8253 27.875 0.0352196 0.0335187 2022-04-02T04:15:24.846 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:24.843304 I | op-mon: Monitors in quorum: [a] 2022-04-02T04:15:24.847 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:24.843365 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-04-02T04:15:25.373 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 186 16 88740 88724 29.8091 26.8125 0.0614501 0.0335343 2022-04-02T04:15:25.683 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:25.681324 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-04-02T04:15:26.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 187 16 89099 89083 29.7697 22.4375 0.0284975 0.0335835 2022-04-02T04:15:26.479 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:26.410599 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-04-02T04:15:27.373 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 188 16 89497 89481 29.7437 24.875 0.0300683 0.0336142 2022-04-02T04:15:27.584 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:27.582425 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-04-02T04:15:28.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 189 16 89909 89893 29.7225 25.75 0.023585 0.0336365 2022-04-02T04:15:28.414 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:28.411578 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-04-02T04:15:28.414 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:28.411600 I | cephclient: getting or creating ceph auth key "client.crash" 2022-04-02T04:15:29.141 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:29.139654 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-04-02T04:15:29.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 190 16 90327 90311 29.7036 26.125 0.0325702 0.033657 2022-04-02T04:15:29.877 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:29.869397 I | cephclient: successfully enabled msgr2 protocol 2022-04-02T04:15:29.878 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:29.869431 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-04-02T04:15:29.878 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:29.869437 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-04-02T04:15:30.040 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' 3 '!=' 4 ']' 2022-04-02T04:15:30.040 INFO:teuthology.orchestra.run.smithi116.stdout:waiting for osd to come back up 2022-04-02T04:15:30.041 INFO:teuthology.orchestra.run.smithi116.stderr:+ echo 'waiting for osd to come back up' 2022-04-02T04:15:30.041 INFO:teuthology.orchestra.run.smithi116.stderr:++ toolbox ceph osd stat 2022-04-02T04:15:30.042 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-04-02T04:15:30.042 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f3 -d ' ' 2022-04-02T04:15:30.130 INFO:teuthology.orchestra.run.smithi116.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-04-02T04:15:30.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 191 16 90719 90703 29.6763 24.5 0.0430317 0.0336872 2022-04-02T04:15:30.655 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:30.653409 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-04-02T04:15:30.701 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:30.699294 I | op-mgr: start running mgr 2022-04-02T04:15:30.702 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:30.699341 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-04-02T04:15:30.985 INFO:teuthology.orchestra.run.smithi116.stderr:+ num_osd=3 2022-04-02T04:15:30.985 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 30s 2022-04-02T04:15:31.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 192 16 91121 91105 29.6526 25.125 0.0434218 0.0337165 2022-04-02T04:15:31.685 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.682299 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-04-02T04:15:31.696 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.692510 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-04-02T04:15:31.698 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.695126 I | op-mgr: setting services to point to mgr "a" 2022-04-02T04:15:31.859 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.856684 I | op-osd: start running osds in namespace "rook-ceph" 2022-04-02T04:15:31.859 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.856704 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-04-02T04:15:31.888 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.886201 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-04-02T04:15:31.893 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.891041 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi116-lv-2" 2022-04-02T04:15:31.897 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.891067 I | op-osd: OSD PVC "smithi116-lv-2-data-0v8h66" already exists 2022-04-02T04:15:31.898 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.891077 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi116-lv-3" 2022-04-02T04:15:31.898 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.891086 I | op-osd: OSD PVC "smithi116-lv-3-data-0v79sf" already exists 2022-04-02T04:15:31.898 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.891095 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi116-lv-4" 2022-04-02T04:15:31.899 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.891105 I | op-osd: OSD PVC "smithi116-lv-4-data-0t2jcc" already exists 2022-04-02T04:15:31.899 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.891114 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi116-lv-1" 2022-04-02T04:15:31.899 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.891123 I | op-osd: OSD PVC "smithi116-lv-1-data-07vff9" already exists 2022-04-02T04:15:31.961 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.957454 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-2-data-0v8h66" 2022-04-02T04:15:31.962 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.957480 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-3-data-0v79sf" 2022-04-02T04:15:31.962 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.957486 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-4-data-0t2jcc" 2022-04-02T04:15:31.962 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.957491 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-1-data-07vff9" 2022-04-02T04:15:31.962 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.957495 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-04-02T04:15:31.963 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:31.957499 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-04-02T04:15:32.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 193 16 91481 91465 29.6155 22.5 0.026948 0.0337558 2022-04-02T04:15:32.998 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:32.996198 I | op-mgr: successful modules: prometheus 2022-04-02T04:15:33.001 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:32.997986 I | op-mgr: successful modules: dashboard 2022-04-02T04:15:33.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 194 16 91615 91599 29.506 8.375 0.0268258 0.0337895 2022-04-02T04:15:33.645 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:33.643354 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-04-02T04:15:33.651 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:33.650021 I | op-osd: updating OSD 0 on PVC "smithi116-lv-1-data-07vff9" 2022-04-02T04:15:33.652 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:33.650067 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-1-data-07vff9" 2022-04-02T04:15:33.971 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:33.969426 I | op-mgr: successful modules: mgr module(s) from the spec 2022-04-02T04:15:34.264 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:34.262768 I | op-mgr: successful modules: balancer 2022-04-02T04:15:34.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 195 16 91615 91599 29.3547 0 - 0.0337895 2022-04-02T04:15:34.973 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:34.968957 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-04-02T04:15:34.980 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:34.975379 I | op-osd: updating OSD 1 on PVC "smithi116-lv-2-data-0v8h66" 2022-04-02T04:15:34.981 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:34.975399 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-2-data-0v8h66" 2022-04-02T04:15:35.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 196 16 91615 91599 29.205 0 - 0.0337895 2022-04-02T04:15:35.675 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:35.673433 I | op-mgr: successful modules: orchestrator modules 2022-04-02T04:15:36.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 197 16 91615 91599 29.0567 0 - 0.0337895 2022-04-02T04:15:36.481 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:36.476719 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-04-02T04:15:36.487 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:36.485018 I | op-osd: updating OSD 2 on PVC "smithi116-lv-4-data-0t2jcc" 2022-04-02T04:15:36.487 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:36.485044 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-4-data-0t2jcc" 2022-04-02T04:15:37.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 198 16 91615 91599 28.91 0 - 0.0337895 2022-04-02T04:15:38.375 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 199 16 91631 91615 28.7697 0.2 5.53211 0.0346216 2022-04-02T04:15:38.545 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:38.539722 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-04-02T04:15:38.548 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:38.544586 I | op-osd: updating OSD 3 on PVC "smithi116-lv-3-data-0v79sf" 2022-04-02T04:15:38.548 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:38.544609 I | op-osd: OSD will have its main bluestore block on "smithi116-lv-3-data-0v79sf" 2022-04-02T04:15:39.345 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:39.343075 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-04-02T04:15:39.345 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:15:39.343137 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-04-02T04:15:39.374 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:15:39.373432+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0348283 2022-04-02T04:15:39.375 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:15:39.375 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 200 16 91879 91863 28.7034 15.5 0.0441787 0.0348283 2022-04-02T04:15:40.375 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 201 16 92174 92158 28.6523 18.4375 0.0413337 0.0348921 2022-04-02T04:15:41.375 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 202 16 92456 92440 28.5977 17.625 0.0694495 0.0349586 2022-04-02T04:15:42.375 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 203 16 92733 92717 28.5421 17.3125 0.139248 0.0350258 2022-04-02T04:15:43.375 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 204 16 93022 93006 28.4907 18.0625 0.0644833 0.0350878 2022-04-02T04:15:44.375 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 205 16 93189 93173 28.4026 10.4375 0.0996598 0.0351303 2022-04-02T04:15:45.375 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 206 16 93352 93336 28.3142 10.1875 0.041391 0.0353092 2022-04-02T04:15:46.376 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 207 16 93621 93605 28.2586 16.8125 0.0331071 0.035375 2022-04-02T04:15:47.375 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 208 16 93912 93896 28.2102 18.1875 0.0457248 0.035439 2022-04-02T04:15:48.375 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 209 16 94185 94169 28.1569 17.0625 0.0427229 0.0355052 2022-04-02T04:15:49.375 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 210 16 94450 94434 28.1017 16.5625 0.0443016 0.0355705 2022-04-02T04:15:50.376 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 211 16 94703 94687 28.0434 15.8125 0.0295088 0.0356479 2022-04-02T04:15:51.376 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 212 16 94951 94935 27.9842 15.5 0.0333472 0.0357136 2022-04-02T04:15:52.376 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 213 16 95127 95111 27.9045 11 0.0515669 0.0358269 2022-04-02T04:15:53.376 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 214 16 95419 95403 27.8594 18.25 0.0631072 0.0358864 2022-04-02T04:15:54.376 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 215 16 95672 95656 27.8033 15.8125 0.12369 0.0359566 2022-04-02T04:15:55.376 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 216 16 95932 95916 27.7498 16.25 0.131973 0.036026 2022-04-02T04:15:56.376 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 217 16 96206 96190 27.7009 17.125 0.0535626 0.036091 2022-04-02T04:15:57.376 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 218 16 96476 96460 27.6512 16.875 0.121635 0.0361539 2022-04-02T04:15:58.376 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 219 16 96748 96732 27.6026 17 0.0413507 0.0362171 2022-04-02T04:15:59.377 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:15:59.375449+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0362413 2022-04-02T04:15:59.377 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:15:59.377 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 220 16 96878 96862 27.514 8.125 0.0836999 0.0362413 2022-04-02T04:16:00.377 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 221 16 97016 97000 27.4286 8.625 0.0451325 0.0364472 2022-04-02T04:16:00.986 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' 3 '!=' 4 ']' 2022-04-02T04:16:00.987 INFO:teuthology.orchestra.run.smithi116.stdout:waiting for osd to come back up 2022-04-02T04:16:00.987 INFO:teuthology.orchestra.run.smithi116.stderr:+ echo 'waiting for osd to come back up' 2022-04-02T04:16:00.988 INFO:teuthology.orchestra.run.smithi116.stderr:++ toolbox ceph osd stat 2022-04-02T04:16:00.988 INFO:teuthology.orchestra.run.smithi116.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-04-02T04:16:00.988 INFO:teuthology.orchestra.run.smithi116.stderr:++ cut -f3 -d ' ' 2022-04-02T04:16:01.377 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 222 16 97134 97118 27.3382 7.375 0.0221332 0.0364692 2022-04-02T04:16:01.664 INFO:teuthology.orchestra.run.smithi116.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-04-02T04:16:02.377 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 223 16 97134 97118 27.2156 0 - 0.0364692 2022-04-02T04:16:02.890 INFO:teuthology.orchestra.run.smithi116.stderr:+ num_osd=4 2022-04-02T04:16:02.890 INFO:teuthology.orchestra.run.smithi116.stderr:+ sleep 30s 2022-04-02T04:16:03.377 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 224 16 97361 97345 27.1575 7.09375 0.0373912 0.0368117 2022-04-02T04:16:04.377 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 225 16 97559 97543 27.0918 12.375 0.00863087 0.0368579 2022-04-02T04:16:05.377 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 226 16 97559 97543 26.9719 0 - 0.0368579 2022-04-02T04:16:06.377 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 227 16 97750 97734 26.9057 5.96875 0.0519379 0.0371545 2022-04-02T04:16:07.377 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 228 16 97979 97963 26.8504 14.3125 0.0352021 0.0372342 2022-04-02T04:16:08.377 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 229 16 98223 98207 26.7998 15.25 0.135686 0.0372981 2022-04-02T04:16:09.378 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 230 16 98488 98472 26.7552 16.5625 0.0654953 0.0373644 2022-04-02T04:16:10.378 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 231 16 98636 98620 26.6795 9.25 0.50337 0.0374128 2022-04-02T04:16:11.378 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 232 16 98899 98883 26.6353 16.4375 0.0292965 0.0375336 2022-04-02T04:16:12.378 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 233 16 99087 99071 26.5714 11.75 0.0154962 0.0375728 2022-04-02T04:16:13.378 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 234 16 99340 99324 26.5254 15.8125 0.0262896 0.0376895 2022-04-02T04:16:14.378 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 235 16 99603 99587 26.4825 16.4375 0.0850714 0.0377508 2022-04-02T04:16:15.378 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 236 16 99887 99871 26.4455 17.75 0.0108833 0.0378028 2022-04-02T04:16:16.378 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 237 16 100158 100142 26.4054 16.9375 0.0977291 0.0378581 2022-04-02T04:16:17.379 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 238 16 100428 100412 26.3653 16.875 0.0722501 0.0379194 2022-04-02T04:16:18.379 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 239 16 100685 100669 26.3222 16.0625 0.106236 0.0379805 2022-04-02T04:16:19.379 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:16:19.377489+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0380363 2022-04-02T04:16:19.379 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:16:19.380 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 240 16 100963 100947 26.2849 17.375 0.0746214 0.0380363 2022-04-02T04:16:20.379 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 241 16 101131 101115 26.2194 10.5 0.0348508 0.0381292 2022-04-02T04:16:21.379 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 242 16 101400 101384 26.1805 16.8125 0.0801209 0.0381867 2022-04-02T04:16:22.379 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 243 16 101679 101663 26.1446 17.4375 0.0416185 0.0382378 2022-04-02T04:16:23.379 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 244 16 101957 101941 26.1086 17.375 0.0641355 0.0382927 2022-04-02T04:16:24.379 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 245 16 102221 102205 26.0694 16.5 0.0322516 0.0383459 2022-04-02T04:16:25.379 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 246 16 102490 102474 26.0317 16.8125 0.0630678 0.0384043 2022-04-02T04:16:26.379 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 247 16 102724 102708 25.9856 14.625 0.023964 0.0384733 2022-04-02T04:16:27.380 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 248 16 102872 102856 25.9181 9.25 0.0347261 0.0385748 2022-04-02T04:16:28.380 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 249 16 103131 103115 25.879 16.1875 0.0759973 0.0386333 2022-04-02T04:16:29.380 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 250 16 103380 103364 25.8377 15.5625 0.0357263 0.0386907 2022-04-02T04:16:30.380 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 251 16 103638 103622 25.799 16.125 0.0552175 0.0387509 2022-04-02T04:16:31.380 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 252 16 103881 103865 25.7569 15.1875 0.068704 0.0388144 2022-04-02T04:16:32.380 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 253 16 104073 104057 25.7025 12 0.114885 0.0388939 2022-04-02T04:16:32.891 INFO:teuthology.orchestra.run.smithi116.stderr:+ '[' 4 '!=' 4 ']' 2022-04-02T04:16:32.893 INFO:teuthology.run_tasks:Running task rook.shell... 2022-04-02T04:16:32.905 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch status 2022-04-02T04:16:33.380 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 254 16 104311 104295 25.6599 14.875 0.155301 0.0389599 2022-04-02T04:16:34.380 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 255 16 104443 104427 25.5916 8.25 0.0374369 0.0390633 2022-04-02T04:16:35.380 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 256 16 104677 104661 25.5488 14.625 0.0440993 0.0391256 2022-04-02T04:16:36.381 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 257 16 104893 104877 25.5019 13.5 0.034046 0.0392038 2022-04-02T04:16:37.381 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 258 16 105128 105112 25.4599 14.6875 0.0259471 0.0392637 2022-04-02T04:16:38.381 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 259 16 105381 105365 25.4227 15.8125 0.0522051 0.0393238 2022-04-02T04:16:39.224 INFO:teuthology.orchestra.run.smithi116.stdout:Backend: rook 2022-04-02T04:16:39.224 INFO:teuthology.orchestra.run.smithi116.stdout:Available: Yes 2022-04-02T04:16:39.286 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ps 2022-04-02T04:16:39.381 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:16:39.380467+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0393789 2022-04-02T04:16:39.382 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:16:39.382 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 260 16 105627 105611 25.384 15.375 0.122192 0.0393789 2022-04-02T04:16:40.308 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-04-02T04:16:40.308 INFO:teuthology.orchestra.run.smithi116.stdout:crashcollector.crash smithi116 running (7m) 0s ago 7m - - a1d2ec729cd2 2022-04-02T04:16:40.308 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.a smithi116 running (9m) 0s ago 9m - - a1d2ec729cd2 2022-04-02T04:16:40.309 INFO:teuthology.orchestra.run.smithi116.stdout:mon.a smithi116 running (9m) 0s ago 9m - - a1d2ec729cd2 2022-04-02T04:16:40.309 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi116 running (113s) 0s ago 114s - - a1d2ec729cd2 2022-04-02T04:16:40.309 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (7m) 0s ago 7m - - a1d2ec729cd2 2022-04-02T04:16:40.309 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi116 running (7m) 0s ago 7m - - a1d2ec729cd2 2022-04-02T04:16:40.310 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (7m) 0s ago 7m - - a1d2ec729cd2 2022-04-02T04:16:40.332 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls 2022-04-02T04:16:40.382 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 261 16 105867 105851 25.3442 15 0.0550061 0.0394438 2022-04-02T04:16:41.382 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 262 16 106092 106076 25.3011 14.0625 0.0620941 0.0395128 2022-04-02T04:16:41.394 INFO:teuthology.orchestra.run.smithi116.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-04-02T04:16:41.394 INFO:teuthology.orchestra.run.smithi116.stdout:crash 1/1 0s ago 7m * 2022-04-02T04:16:41.394 INFO:teuthology.orchestra.run.smithi116.stdout:mgr 1/1 0s ago 9m count:1 2022-04-02T04:16:41.395 INFO:teuthology.orchestra.run.smithi116.stdout:mon 1/1 0s ago 9m count:1 2022-04-02T04:16:41.395 INFO:teuthology.orchestra.run.smithi116.stdout:osd 8 0s ago 7m 2022-04-02T04:16:41.395 INFO:teuthology.orchestra.run.smithi116.stdout:osd.all-available-devices 0 0s ago - * 2022-04-02T04:16:41.439 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch host ls 2022-04-02T04:16:42.046 INFO:teuthology.orchestra.run.smithi116.stdout:HOST ADDR LABELS STATUS 2022-04-02T04:16:42.046 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 172.21.15.116/smithi116 2022-04-02T04:16:42.047 INFO:teuthology.orchestra.run.smithi116.stdout:1 hosts in cluster 2022-04-02T04:16:42.062 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch device ls 2022-04-02T04:16:42.382 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 263 16 106240 106224 25.2401 9.25 0.0365318 0.0396086 2022-04-02T04:16:43.382 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 264 16 106465 106449 25.1977 14.0625 0.0656162 0.0396748 2022-04-02T04:16:44.382 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 265 16 106706 106690 25.1595 15.0625 0.108655 0.0397357 2022-04-02T04:16:44.562 INFO:teuthology.orchestra.run.smithi116.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2022-04-02T04:16:44.562 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/vg_nvme/lv_1 unknown None 107G 0s ago 2022-04-02T04:16:44.563 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/vg_nvme/lv_2 unknown None 107G 0s ago 2022-04-02T04:16:44.563 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/vg_nvme/lv_3 unknown None 107G 0s ago 2022-04-02T04:16:44.564 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/vg_nvme/lv_4 unknown None 107G 0s ago 2022-04-02T04:16:44.612 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch apply rgw foo 2022-04-02T04:16:45.382 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 266 16 106943 106927 25.1206 14.8125 0.0375181 0.0397975 2022-04-02T04:16:46.382 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 267 16 107158 107142 25.0768 13.4375 0.0231478 0.0398681 2022-04-02T04:16:46.598 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:46.586489 I | ceph-spec: adding finalizer "cephobjectstore.ceph.rook.io" on "foo" 2022-04-02T04:16:46.599 INFO:teuthology.orchestra.run.smithi116.stdout:Created 2022-04-02T04:16:46.667 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch apply mds foo 2022-04-02T04:16:47.382 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 268 16 107386 107370 25.0364 14.25 0.0370395 0.039932 2022-04-02T04:16:47.789 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:47.785412 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:16:48.356 INFO:teuthology.orchestra.run.smithi116.stdout:Created 2022-04-02T04:16:48.360 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:48.355271 I | ceph-spec: adding finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-04-02T04:16:48.377 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:48.373346 W | ceph-file-controller: failed to set filesystem "foo" status to "". failed to update object "rook-ceph/foo" status: Operation cannot be fulfilled on cephfilesystems.ceph.rook.io "foo": the object has been modified; please apply your changes to the latest version and try again 2022-04-02T04:16:48.382 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 269 16 107594 107578 24.9917 13 0.122098 0.0400013 2022-04-02T04:16:48.390 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:48.382097 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:16:48.410 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch apply rbd-mirror 2022-04-02T04:16:49.383 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 270 16 107785 107769 24.9433 11.9375 0.0354043 0.0400759 2022-04-02T04:16:49.427 INFO:teuthology.orchestra.run.smithi116.stdout:Success 2022-04-02T04:16:49.448 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:49.446407 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:16:49.479 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch apply nfs foo --port 12777 2022-04-02T04:16:50.123 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:50.119865 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:16:50.166 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:50.161795 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:16:50.167 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:50.161823 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:16:50.328 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:50.324961 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-04-02T04:16:50.328 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:50.324991 I | ceph-rbd-mirror-controller: configure rbd-mirroring with 1 workers 2022-04-02T04:16:50.328 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:50.325011 I | cephclient: getting or creating ceph auth key "client.rbd-mirror.a" 2022-04-02T04:16:50.382 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 271 16 107955 107939 24.8905 10.625 0.10422 0.0401615 2022-04-02T04:16:51.383 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 272 16 108135 108119 24.8403 11.25 0.221471 0.0402436 2022-04-02T04:16:51.733 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:51.731794 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-04-02T04:16:52.294 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:52.291014 I | ceph-rbd-mirror-controller: "rook-ceph-rbd-mirror-a" deployment started 2022-04-02T04:16:52.383 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 273 16 108219 108203 24.7686 5.25 0.052237 0.0403491 2022-04-02T04:16:53.383 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 274 16 108320 108304 24.7012 6.3125 0.171414 0.0404649 2022-04-02T04:16:54.383 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 275 16 108517 108501 24.6562 12.3125 0.131862 0.0405429 2022-04-02T04:16:55.155 INFO:teuthology.orchestra.run.smithi116.stdout:Unable to create NFS daemon, check logs for more traceback 2022-04-02T04:16:55.155 INFO:teuthology.orchestra.run.smithi116.stdout:'RookOrchestrator' object has no attribute 'open_ioctx' 2022-04-02T04:16:55.187 DEBUG:teuthology.run_tasks:Unwinding manager radosbench 2022-04-02T04:16:55.201 INFO:tasks.radosbench:joining radosbench (timing out after 11100s) 2022-04-02T04:16:55.201 INFO:teuthology.orchestra.run:waiting for 11100 2022-04-02T04:16:55.383 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 276 16 108721 108705 24.613 12.75 0.0880032 0.0406145 2022-04-02T04:16:55.631 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:16:55.626819 I | ceph-file-controller: creating filesystem "foo" 2022-04-02T04:16:56.383 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 277 16 108938 108922 24.5731 13.5625 0.0359835 0.0406807 2022-04-02T04:16:57.383 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 278 16 109157 109141 24.534 13.6875 0.0425208 0.040748 2022-04-02T04:16:58.383 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 279 16 109298 109282 24.4776 8.8125 0.068102 0.0408412 2022-04-02T04:16:59.383 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:16:59.382485+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0409122 2022-04-02T04:16:59.384 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:16:59.384 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 280 16 109503 109487 24.4359 12.8125 0.058661 0.0409122 2022-04-02T04:17:00.384 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 281 16 109714 109698 24.3959 13.1875 0.0879957 0.0409742 2022-04-02T04:17:01.384 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 282 16 109849 109833 24.3393 8.4375 0.198525 0.0410734 2022-04-02T04:17:02.384 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 283 16 110031 110015 24.2935 11.375 0.198425 0.0411496 2022-04-02T04:17:03.384 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 284 16 110268 110252 24.2601 14.8125 0.0768754 0.0412078 2022-04-02T04:17:04.384 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 285 16 110484 110468 24.2224 13.5 0.0360388 0.0412692 2022-04-02T04:17:05.384 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 286 16 110702 110686 24.1853 13.625 0.0119261 0.0413347 2022-04-02T04:17:06.384 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 287 16 110920 110904 24.1485 13.625 0.0252013 0.0413969 2022-04-02T04:17:07.384 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 288 16 111154 111138 24.1154 14.625 0.0745151 0.0414564 2022-04-02T04:17:07.769 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:07.767469 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.log" 2022-04-02T04:17:07.793 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:07.787635 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.non-ec" 2022-04-02T04:17:08.202 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:08.199806 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.control" 2022-04-02T04:17:08.385 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 289 16 111319 111303 24.0677 10.3125 0.175423 0.0415292 2022-04-02T04:17:09.385 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 290 16 111505 111489 24.0248 11.625 0.0256163 0.0416125 2022-04-02T04:17:10.186 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:10.117439 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.index" 2022-04-02T04:17:10.186 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:10.138671 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-metadata" 2022-04-02T04:17:10.186 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:10.154946 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.meta" 2022-04-02T04:17:10.385 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 291 16 111706 111690 23.9854 12.5625 0.173422 0.0416668 2022-04-02T04:17:11.385 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 292 16 111806 111790 23.9246 6.25 0.037882 0.0417889 2022-04-02T04:17:12.385 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 293 16 112026 112010 23.8899 13.75 0.0965818 0.0418482 2022-04-02T04:17:13.385 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 294 16 112291 112275 23.865 16.5625 0.0380664 0.0418938 2022-04-02T04:17:13.927 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:13.924108 I | cephclient: creating replicated pool foo-metadata succeeded 2022-04-02T04:17:13.952 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:13.945728 I | cephclient: creating replicated pool foo.rgw.control succeeded 2022-04-02T04:17:13.997 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:13.953138 I | cephclient: creating replicated pool foo.rgw.buckets.non-ec succeeded 2022-04-02T04:17:14.003 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:13.990150 I | cephclient: creating replicated pool foo.rgw.log succeeded 2022-04-02T04:17:14.385 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 295 16 112443 112427 23.8163 9.5 0.127627 0.0419632 2022-04-02T04:17:15.385 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 296 16 112704 112688 23.7909 16.3125 0.0314337 0.0420254 2022-04-02T04:17:16.385 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 297 16 112991 112975 23.7712 17.9375 0.0441437 0.0420592 2022-04-02T04:17:17.386 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 298 16 113251 113235 23.7459 16.25 0.0150835 0.0421022 2022-04-02T04:17:17.556 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:17.554136 I | cephclient: creating replicated pool foo.rgw.buckets.index succeeded 2022-04-02T04:17:17.589 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:17.584907 I | cephclient: creating replicated pool foo.rgw.meta succeeded 2022-04-02T04:17:17.674 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:17.671885 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-04-02T04:17:17.674 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:17.671906 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-04-02T04:17:17.952 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:17.950462 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:17:18.386 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 299 16 113491 113475 23.7167 15 0.0919789 0.0421529 2022-04-02T04:17:19.386 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:17:19.384722+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0421893 2022-04-02T04:17:19.387 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:17:19.387 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 300 16 113780 113764 23.6978 18.0625 0.0737556 0.0421893 2022-04-02T04:17:20.386 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 301 16 114014 113998 23.6677 14.625 0.034657 0.0422419 2022-04-02T04:17:21.107 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:21.099360 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:17:21.386 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 302 16 114234 114218 23.6348 13.75 0.224137 0.0422863 2022-04-02T04:17:22.098 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:22.095090 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:17:22.099 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:22.095115 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:17:22.393 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 303 16 114457 114441 23.6026 13.9375 0.110507 0.0423559 2022-04-02T04:17:22.795 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:22.793543 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-04-02T04:17:23.125 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:23.119453 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-data0" 2022-04-02T04:17:23.389 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 304 16 114664 114648 23.5676 12.9375 0.0933982 0.0424173 2022-04-02T04:17:24.389 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 305 16 114855 114839 23.5294 11.9375 0.0988283 0.0424921 2022-04-02T04:17:25.214 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:25.209938 I | cephclient: creating replicated pool foo-data0 succeeded 2022-04-02T04:17:25.214 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:25.209977 I | cephclient: creating filesystem "foo" with metadata pool "foo-metadata" and data pools [foo-data0] 2022-04-02T04:17:25.389 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 306 16 115134 115118 23.5095 17.4375 0.0425236 0.0425259 2022-04-02T04:17:26.389 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 307 16 115364 115348 23.4797 14.375 0.0460892 0.042579 2022-04-02T04:17:26.559 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:26.556575 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-04-02T04:17:26.579 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:26.577151 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:17:27.389 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 308 16 115585 115569 23.4484 13.8125 0.148231 0.0426349 2022-04-02T04:17:28.390 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 309 16 115854 115838 23.4269 16.8125 0.0213349 0.0426783 2022-04-02T04:17:28.970 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:28.967402 I | ceph-file-controller: created filesystem "foo" on 1 data pool(s) and metadata pool "foo-metadata" 2022-04-02T04:17:29.390 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 310 16 116132 116116 23.4073 17.375 0.03363 0.0427116 2022-04-02T04:17:29.502 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:29.499587 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:17:29.609 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:29.606897 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:17:29.610 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:29.606973 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:17:29.642 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:29.639379 I | cephclient: setting allow_standby_replay for filesystem "foo" 2022-04-02T04:17:30.346 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:30.342186 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-04-02T04:17:30.390 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 311 16 116393 116377 23.3845 16.3125 0.0637392 0.0427544 2022-04-02T04:17:31.363 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:31.361214 I | ceph-file-controller: start running mdses for filesystem "foo" 2022-04-02T04:17:31.390 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 312 16 116582 116566 23.3474 11.8125 0.0541496 0.0428156 2022-04-02T04:17:32.153 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:32.148362 I | cephclient: getting or creating ceph auth key "mds.foo-a" 2022-04-02T04:17:32.390 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 313 16 116839 116823 23.3242 16.0625 0.0210133 0.0428595 2022-04-02T04:17:33.109 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:33.106849 I | op-mds: setting mds config flags 2022-04-02T04:17:33.109 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:33.106877 I | op-config: setting "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-04-02T04:17:33.390 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 314 16 117110 117094 23.3038 16.9375 0.0110357 0.0429017 2022-04-02T04:17:33.873 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:33.870794 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-04-02T04:17:33.917 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:33.914626 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:17:33.993 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:33.986121 I | op-config: successfully set "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-04-02T04:17:34.001 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:33.997013 I | cephclient: getting or creating ceph auth key "mds.foo-b" 2022-04-02T04:17:34.390 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 315 16 117276 117260 23.2628 10.375 0.030857 0.0429757 2022-04-02T04:17:35.390 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 316 16 117502 117486 23.2339 14.125 0.0671532 0.0430284 2022-04-02T04:17:36.391 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 317 16 117770 117754 23.2134 16.75 0.151267 0.0430693 2022-04-02T04:17:36.624 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:36.620834 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:17:37.140 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:37.137390 I | op-mds: setting mds config flags 2022-04-02T04:17:37.140 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:37.137416 I | op-config: setting "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-04-02T04:17:37.391 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 318 16 118048 118032 23.195 17.375 0.068131 0.0431031 2022-04-02T04:17:38.391 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 319 16 118277 118261 23.1672 14.3125 0.0361067 0.0431551 2022-04-02T04:17:38.607 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:38.603646 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:17:38.613 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:38.607837 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:17:39.332 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:39.328869 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-04-02T04:17:39.391 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:17:39.389249+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0431921 2022-04-02T04:17:39.391 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:17:39.391 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 320 16 118540 118524 23.1461 16.4375 0.065679 0.0431921 2022-04-02T04:17:39.462 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:39.442222 I | op-config: successfully set "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-04-02T04:17:40.391 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 321 16 118734 118718 23.1118 12.125 0.0807056 0.0432566 2022-04-02T04:17:41.391 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 322 16 118984 118968 23.0885 15.625 0.0370529 0.0433019 2022-04-02T04:17:42.391 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 323 16 119254 119238 23.0693 16.875 0.0394645 0.0433374 2022-04-02T04:17:43.392 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 324 16 119543 119527 23.0538 18.0625 0.104866 0.0433679 2022-04-02T04:17:44.007 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:44.004691 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-04-02T04:17:44.392 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 325 16 119773 119757 23.0271 14.375 0.0492867 0.0434173 2022-04-02T04:17:45.015 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:45.011815 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:17:45.392 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 326 16 120090 120074 23.0173 19.8125 0.0786403 0.0434343 2022-04-02T04:17:46.392 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 327 16 120335 120319 22.9937 15.3125 0.0564127 0.0434789 2022-04-02T04:17:47.392 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 328 16 120601 120585 22.9743 16.625 0.0423672 0.0435162 2022-04-02T04:17:47.972 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:47.967831 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:17:48.392 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 329 16 120884 120868 22.9582 17.6875 0.0364387 0.0435481 2022-04-02T04:17:49.392 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 330 16 121130 121114 22.9352 15.375 0.0277296 0.0435912 2022-04-02T04:17:49.513 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:49.507662 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:17:49.514 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:49.507684 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:17:50.392 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 331 16 121437 121421 22.9239 19.1875 0.0315241 0.0436118 2022-04-02T04:17:50.700 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:50.697769 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-04-02T04:17:51.392 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 332 16 121628 121612 22.8908 11.9375 0.0323488 0.0436758 2022-04-02T04:17:52.392 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 333 16 121856 121840 22.8649 14.25 0.0467862 0.0437247 2022-04-02T04:17:53.393 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 334 16 122156 122140 22.8525 18.75 0.0374615 0.0437481 2022-04-02T04:17:54.393 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 335 16 122376 122360 22.8254 13.75 0.136198 0.0437943 2022-04-02T04:17:55.393 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 336 16 122648 122632 22.808 17 0.0276841 0.043834 2022-04-02T04:17:56.214 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:56.210793 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-04-02T04:17:56.319 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:56.313773 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:17:56.393 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 337 16 122918 122902 22.7904 16.875 0.0106843 0.0438674 2022-04-02T04:17:57.393 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 338 16 123181 123165 22.7716 16.4375 0.00985771 0.0438983 2022-04-02T04:17:58.393 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 339 16 123398 123382 22.7444 13.5625 0.0324628 0.0439577 2022-04-02T04:17:58.620 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:58.609374 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:17:59.394 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:17:59.391267+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0439931 2022-04-02T04:17:59.394 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:17:59.394 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 340 16 123643 123627 22.7226 15.3125 0.0202077 0.0439931 2022-04-02T04:17:59.770 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:59.766822 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:17:59.770 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:17:59.766844 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:18:00.393 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 341 16 123884 123868 22.7001 15.0625 0.0263786 0.0440324 2022-04-02T04:18:00.559 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:00.554665 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-04-02T04:18:01.393 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 342 15 124141 124126 22.6809 16.125 0.121322 0.0440786 2022-04-02T04:18:02.394 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 343 16 124353 124337 22.6532 13.1875 0.167645 0.0441312 2022-04-02T04:18:03.394 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 344 16 124619 124603 22.6356 16.625 0.040206 0.0441675 2022-04-02T04:18:04.283 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:04.279405 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-04-02T04:18:04.394 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 345 16 124903 124887 22.6215 17.75 0.0236939 0.0441942 2022-04-02T04:18:04.449 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:04.446333 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:18:05.395 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 346 16 125158 125142 22.6021 15.9375 0.0108479 0.0442329 2022-04-02T04:18:06.395 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 347 16 125437 125421 22.5873 17.4375 0.0898136 0.0442644 2022-04-02T04:18:06.514 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:06.510192 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:18:06.634 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:06.628991 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:18:06.635 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:06.629016 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:18:07.395 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 348 16 125728 125712 22.5746 18.1875 0.0298253 0.0442853 2022-04-02T04:18:07.414 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:07.411235 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-04-02T04:18:08.395 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 349 16 125899 125883 22.5405 10.6875 0.0361753 0.0443513 2022-04-02T04:18:09.395 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 350 16 126188 126172 22.5277 18.0625 0.0329001 0.0443776 2022-04-02T04:18:10.348 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:10.344897 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-04-02T04:18:10.395 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 351 16 126487 126471 22.5168 18.6875 0.0514912 0.044401 2022-04-02T04:18:10.680 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:10.671641 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:18:11.395 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 352 16 126776 126760 22.5041 18.0625 0.0429304 0.0444276 2022-04-02T04:18:12.396 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 353 16 126933 126917 22.4682 9.8125 0.0568591 0.0444794 2022-04-02T04:18:12.544 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:12.541070 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:18:12.852 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:12.844775 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:18:12.853 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:12.844799 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:18:13.396 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 354 16 127137 127121 22.4407 12.75 0.0153161 0.044551 2022-04-02T04:18:13.405 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:13.399794 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-04-02T04:18:14.396 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 355 16 127301 127285 22.4064 10.25 0.332802 0.0445983 2022-04-02T04:18:15.397 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 356 16 127458 127442 22.371 9.8125 0.0887069 0.0446536 2022-04-02T04:18:16.396 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 357 16 127655 127639 22.3428 12.3125 0.10522 0.0447465 2022-04-02T04:18:16.455 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:16.451915 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-04-02T04:18:17.107 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:17.103809 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:18:17.396 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 358 16 128002 127986 22.341 21.6875 0.0339356 0.0447504 2022-04-02T04:18:18.396 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 359 16 128293 128277 22.3294 18.1875 0.0383465 0.0447756 2022-04-02T04:18:19.014 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:19.010190 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:18:19.360 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:19.356531 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:18:19.360 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:19.356549 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:18:19.396 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:2022-04-02T04:18:19.393761+0000 min lat: 0.0016324 max lat: 11.478 avg lat: 0.0448418 2022-04-02T04:18:19.397 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-04-02T04:18:19.397 INFO:tasks.radosbench.radosbench.a.smithi116.stdout: 360 2 128443 128441 22.2959 10.25 0.07387 0.0448418 2022-04-02T04:18:19.778 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:19.774622 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-04-02T04:18:20.396 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Total time run: 360.058 2022-04-02T04:18:20.397 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Total writes made: 128443 2022-04-02T04:18:20.397 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Write size: 65536 2022-04-02T04:18:20.397 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Object size: 65536 2022-04-02T04:18:20.398 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Bandwidth (MB/sec): 22.2956 2022-04-02T04:18:20.398 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Stddev Bandwidth: 16.5244 2022-04-02T04:18:20.398 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Max bandwidth (MB/sec): 90.0625 2022-04-02T04:18:20.398 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Min bandwidth (MB/sec): 0 2022-04-02T04:18:20.398 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Average IOPS: 356 2022-04-02T04:18:20.399 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Stddev IOPS: 264.403 2022-04-02T04:18:20.399 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Max IOPS: 1441 2022-04-02T04:18:20.399 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Min IOPS: 0 2022-04-02T04:18:20.399 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Average Latency(s): 0.0448424 2022-04-02T04:18:20.400 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Stddev Latency(s): 0.21108 2022-04-02T04:18:20.400 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Max latency(s): 11.478 2022-04-02T04:18:20.400 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Min latency(s): 0.0016324 2022-04-02T04:18:20.406 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Cleaning up (deleting benchmark objects) 2022-04-02T04:18:22.517 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:22.513115 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-04-02T04:18:24.134 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:24.130563 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:18:26.146 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:26.142298 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:18:26.238 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:26.234679 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:18:26.238 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:26.234699 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:18:26.807 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:26.802378 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-04-02T04:18:29.766 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:29.762786 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-04-02T04:18:32.396 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:32.331676 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:18:34.045 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:34.041560 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:18:36.243 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:36.239019 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:18:36.243 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:36.239048 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:18:36.670 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:36.667066 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-04-02T04:18:40.687 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:40.683623 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-04-02T04:18:45.819 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:45.814710 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:18:47.715 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:47.710650 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:18:48.322 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:48.317124 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:18:48.324 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:48.317150 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:18:48.913 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:48.897148 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-04-02T04:18:51.803 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:18:51.799029 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-04-02T04:19:02.063 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:19:02.059408 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:19:04.190 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:19:04.185687 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:19:04.347 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:19:04.339586 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:19:04.348 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:19:04.339610 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:19:04.985 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:19:04.971713 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-04-02T04:19:09.301 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:19:09.296465 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-04-02T04:19:29.787 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:19:29.782323 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:19:31.878 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:19:31.872869 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:19:31.996 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:19:31.990761 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:19:31.997 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:19:31.990794 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:19:32.667 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:19:32.662058 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-04-02T04:19:35.800 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:19:35.793441 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-04-02T04:20:16.769 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:20:16.760486 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:20:18.747 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:20:18.741586 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:20:19.396 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:20:19.387699 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:20:19.396 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:20:19.387722 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:20:19.913 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:20:19.906190 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-04-02T04:20:24.538 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:20:24.532143 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-04-02T04:21:46.576 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:21:46.567716 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:21:49.432 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:21:49.422400 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:21:49.688 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:21:49.679799 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:21:49.688 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:21:49.679822 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:21:50.348 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:21:50.340218 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-04-02T04:21:53.482 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:21:53.473874 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-04-02T04:24:37.335 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:24:37.320236 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:24:40.096 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:24:40.084151 I | ceph-object-controller: reconciling object store deployments 2022-04-02T04:24:41.961 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:24:41.940894 I | ceph-object-controller: ceph object store gateway service running at 10.96.191.209 2022-04-02T04:24:41.961 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:24:41.940925 I | ceph-object-controller: reconciling object store pools 2022-04-02T04:24:42.712 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:24:42.699968 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-04-02T04:24:46.892 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:24:46.880567 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-04-02T04:25:37.438 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Removed 128443 objects 2022-04-02T04:25:37.444 INFO:tasks.radosbench.radosbench.a.smithi116.stdout:Clean up completed and total clean up time :437.022 2022-04-02T04:25:39.916 INFO:tasks.rook.ceph_manager.ceph:removing pool_name unique_pool_0 2022-04-02T04:25:39.917 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2022-04-02T04:25:42.511 INFO:teuthology.orchestra.run.smithi116.stderr:pool 'unique_pool_0' removed 2022-04-02T04:25:42.544 DEBUG:teuthology.run_tasks:Unwinding manager install 2022-04-02T04:25:42.558 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits... 2022-04-02T04:25:42.559 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits 2022-04-02T04:25:42.708 DEBUG:teuthology.run_tasks:Unwinding manager rook 2022-04-02T04:25:42.719 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:25:43.451 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:25:43.452 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:16:52.000000Z", "last_refresh": "2022-04-02T04:25:43.348403Z", "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:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:25:43.348403Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:25:43.348403Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:25:43.348403Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:25:43.348403Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:25:43.348403Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_name": "rbd-mirror", "service_type": "rbd-mirror", "status": {"last_refresh": "2022-04-02T04:25:43.348403Z", "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:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:25:43.348403Z", "running": 0, "size": 1}}] 2022-04-02T04:25:43.471 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch rm mds.foo 2022-04-02T04:25:44.011 INFO:teuthology.orchestra.run.smithi116.stdout:Removed cephfilesystems/foo 2022-04-02T04:25:44.031 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch rm rbd-mirror 2022-04-02T04:25:44.072 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:44.057309 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:25:44.585 INFO:teuthology.orchestra.run.smithi116.stdout:Removed cephrbdmirrors/default-rbd-mirror 2022-04-02T04:25:44.610 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch rm rgw.foo 2022-04-02T04:25:44.642 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:44.626650 I | ceph-spec: object "rook-ceph-rbd-mirror-a" matched on delete, reconciling 2022-04-02T04:25:45.587 INFO:teuthology.orchestra.run.smithi116.stdout:Removed cephobjectstores/foo 2022-04-02T04:25:45.612 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:25:45.622 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:45.592726 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-04-02T04:25:46.123 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:46.109589 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:25:47.160 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:47.141942 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-04-02T04:25:47.165 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:47.141961 I | op-mds: successfully deleted mds config for "mds.foo-a" in mon configuration database 2022-04-02T04:25:47.165 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:47.141965 I | cephclient: deleting ceph auth "mds.foo-a" 2022-04-02T04:25:47.377 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:25:47.377 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:16:52.000000Z", "last_refresh": "2022-04-02T04:25:46.518030Z", "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:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:25:46.518030Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:25:46.518030Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:25:46.518030Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:25:46.518030Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:25:46.518030Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:25:46.518030Z", "running": 0, "size": 1}}] 2022-04-02T04:25:47.868 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:47.850037 I | op-mds: successfully deleted mds CephX key for "mds.foo-a" 2022-04-02T04:25:48.711 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:48.610336 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-04-02T04:25:50.772 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:50.758774 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-04-02T04:25:50.773 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:50.758795 I | op-mds: successfully deleted mds config for "mds.foo-b" in mon configuration database 2022-04-02T04:25:50.774 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:50.758800 I | cephclient: deleting ceph auth "mds.foo-b" 2022-04-02T04:25:51.362 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:51.349383 I | op-mds: successfully deleted mds CephX key for "mds.foo-b" 2022-04-02T04:25:51.363 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:51.349415 I | ceph-file-controller: downing filesystem "foo" 2022-04-02T04:25:52.434 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:52.420692 I | ceph-file-controller: downed filesystem "foo" 2022-04-02T04:25:52.614 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:52.600480 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-04-02T04:25:52.587+0000 7f458ce14340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T04:25:52.615 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T04:25:52.587+0000 7f458ce14340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T04:25:52.615 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T04:25:52.587+0000 7f458ce14340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T04:25:52.615 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T04:25:52.616 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:25:52.600502 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-04-02T04:25:52.587+0000 7f458ce14340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T04:25:52.616 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T04:25:52.587+0000 7f458ce14340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T04:25:52.616 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T04:25:52.587+0000 7f458ce14340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T04:25:52.616 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T04:25:57.415 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:25:59.083 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:25:59.083 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:16:52.000000Z", "last_refresh": "2022-04-02T04:25:58.535981Z", "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:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:25:58.535981Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:25:58.535981Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:25:58.535981Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:25:58.535981Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:25:58.535981Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:25:58.535981Z", "running": 0, "size": 1}}] 2022-04-02T04:26:00.229 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:00.216189 I | cephclient: no images/snapshosts present in pool "foo-metadata" 2022-04-02T04:26:00.230 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:00.216206 I | cephclient: purging pool "foo-metadata" (id=9) 2022-04-02T04:26:02.742 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:02.727266 I | cephclient: purge completed for pool "foo-metadata" 2022-04-02T04:26:03.163 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:03.146074 I | cephclient: no images/snapshosts present in pool "foo-data0" 2022-04-02T04:26:03.163 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:03.146138 I | cephclient: purging pool "foo-data0" (id=10) 2022-04-02T04:26:04.966 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:04.952921 I | cephclient: purge completed for pool "foo-data0" 2022-04-02T04:26:04.967 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:04.952957 I | ceph-spec: removing finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-04-02T04:26:04.974 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:04.961561 E | ceph-file-controller: failed to reconcile failed to remove finalizer: failed to remove finalizer "cephfilesystem.ceph.rook.io" on "foo": Operation cannot be fulfilled on cephfilesystems.ceph.rook.io "foo": the object has been modified; please apply your changes to the latest version and try again 2022-04-02T04:26:04.983 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:04.970204 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:26:05.824 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:05.810689 I | ceph-spec: removing finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-04-02T04:26:05.857 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:05.843253 I | ceph-spec: object "rook-ceph-mds-foo-a" matched on delete, reconciling 2022-04-02T04:26:05.864 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:05.850875 I | ceph-spec: object "rook-ceph-mds-foo-b-keyring" matched on delete, reconciling 2022-04-02T04:26:05.871 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:05.858017 I | ceph-spec: object "rook-ceph-mds-foo-a-keyring" matched on delete, reconciling 2022-04-02T04:26:05.874 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:26:05.858625 I | ceph-spec: object "rook-ceph-mds-foo-b" matched on delete, reconciling 2022-04-02T04:26:09.107 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:26:09.878 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:26:09.879 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:16:52.000000Z", "last_refresh": "2022-04-02T04:26:09.769293Z", "running": 2, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:26:09.769293Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:26:09.769293Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:26:09.769293Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:26:09.769293Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:26:09.769293Z", "running": 0, "size": 1}}] 2022-04-02T04:26:19.899 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:26:20.766 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:26:20.767 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:16:52.000000Z", "last_refresh": "2022-04-02T04:26:20.443287Z", "running": 2, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:26:20.443287Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:26:20.443287Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:26:20.443287Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:26:20.443287Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:26:20.443287Z", "running": 0, "size": 1}}] 2022-04-02T04:26:30.789 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:26:31.474 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:26:31.474 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:26:31.282460Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:26:31.282460Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:26:31.282460Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:26:31.282460Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:26:31.282460Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:26:31.282460Z", "running": 0, "size": 1}}] 2022-04-02T04:26:41.497 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:26:44.960 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:26:44.960 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:26:44.854520Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:26:44.854520Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:26:44.854520Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:26:44.854520Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:26:44.854520Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:26:44.854520Z", "running": 0, "size": 1}}] 2022-04-02T04:26:54.999 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:26:55.779 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:26:55.780 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:26:55.545108Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:26:55.545108Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:26:55.545108Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:26:55.545108Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:26:55.545108Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:26:55.545108Z", "running": 0, "size": 1}}] 2022-04-02T04:27:05.802 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:27:06.432 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:27:06.432 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:27:06.321721Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:27:06.321721Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:27:06.321721Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:27:06.321721Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:27:06.321721Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:27:06.321721Z", "running": 0, "size": 1}}] 2022-04-02T04:27:16.456 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:27:17.134 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:27:17.135 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:27:17.003438Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:27:17.003438Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:27:17.003438Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:27:17.003438Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:27:17.003438Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:27:17.003438Z", "running": 0, "size": 1}}] 2022-04-02T04:27:27.158 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:27:27.821 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:27:27.821 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:27:27.695970Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:27:27.695970Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:27:27.695970Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:27:27.695970Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:27:27.695970Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:27:27.695970Z", "running": 0, "size": 1}}] 2022-04-02T04:27:37.842 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:27:38.473 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:27:38.473 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:27:38.321568Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:27:38.321568Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:27:38.321568Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:27:38.321568Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:27:38.321568Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:27:38.321568Z", "running": 0, "size": 1}}] 2022-04-02T04:27:48.498 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:27:49.151 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:27:49.151 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:27:49.042878Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:27:49.042878Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:27:49.042878Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:27:49.042878Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:27:49.042878Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:27:49.042878Z", "running": 0, "size": 1}}] 2022-04-02T04:27:59.172 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:27:59.815 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:27:59.816 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:27:59.692500Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:27:59.692500Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:27:59.692500Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:27:59.692500Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:27:59.692500Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:27:59.692500Z", "running": 0, "size": 1}}] 2022-04-02T04:28:09.840 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:28:10.506 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:28:10.507 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:28:10.399986Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:28:10.399986Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:28:10.399986Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:28:10.399986Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:28:10.399986Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:28:10.399986Z", "running": 0, "size": 1}}] 2022-04-02T04:28:20.529 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:28:21.216 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:28:21.217 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:28:21.120025Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:28:21.120025Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:28:21.120025Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:28:21.120025Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:28:21.120025Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:28:21.120025Z", "running": 0, "size": 1}}] 2022-04-02T04:28:31.236 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:28:31.835 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:28:31.836 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:28:31.722667Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:28:31.722667Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:28:31.722667Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:28:31.722667Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:28:31.722667Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:28:31.722667Z", "running": 0, "size": 1}}] 2022-04-02T04:28:41.859 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:28:42.539 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:28:42.539 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:28:42.396540Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:28:42.396540Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:28:42.396540Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:28:42.396540Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:28:42.396540Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:28:42.396540Z", "running": 0, "size": 1}}] 2022-04-02T04:28:52.566 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:28:53.438 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:28:53.438 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:28:53.055925Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:28:53.055925Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:28:53.055925Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:28:53.055925Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:28:53.055925Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:28:53.055925Z", "running": 0, "size": 1}}] 2022-04-02T04:29:03.462 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:29:04.231 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:29:04.231 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:29:04.122247Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:29:04.122247Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:29:04.122247Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:29:04.122247Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:29:04.122247Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:29:04.122247Z", "running": 0, "size": 1}}] 2022-04-02T04:29:14.257 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:29:14.883 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:29:14.884 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:29:14.776013Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:29:14.776013Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:29:14.776013Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:29:14.776013Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:29:14.776013Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:29:14.776013Z", "running": 0, "size": 1}}] 2022-04-02T04:29:24.904 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:29:25.555 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:29:25.555 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:29:25.416013Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:29:25.416013Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:29:25.416013Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:29:25.416013Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:29:25.416013Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:29:25.416013Z", "running": 0, "size": 1}}] 2022-04-02T04:29:35.580 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:29:36.200 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:29:36.200 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:29:36.085960Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:29:36.085960Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:29:36.085960Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:29:36.085960Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:29:36.085960Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:29:36.085960Z", "running": 0, "size": 1}}] 2022-04-02T04:29:46.224 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:29:46.905 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:29:46.906 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:29:46.793508Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:29:46.793508Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:29:46.793508Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:29:46.793508Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:29:46.793508Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:29:46.793508Z", "running": 0, "size": 1}}] 2022-04-02T04:29:56.928 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:29:57.508 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:29:57.509 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:29:57.397552Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:29:57.397552Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:29:57.397552Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:29:57.397552Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:29:57.397552Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:29:57.397552Z", "running": 0, "size": 1}}] 2022-04-02T04:30:07.531 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:30:08.160 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:30:08.160 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:30:08.047789Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:30:08.047789Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:30:08.047789Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:30:08.047789Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:30:08.047789Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:30:08.047789Z", "running": 0, "size": 1}}] 2022-04-02T04:30:14.583 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:30:14.569905 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:30:15.197 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:30:15.182831 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-04-02T04:30:15.174+0000 7f63c41f9340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T04:30:15.197 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T04:30:15.174+0000 7f63c41f9340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T04:30:15.197 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T04:30:15.174+0000 7f63c41f9340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T04:30:15.198 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T04:30:15.198 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:30:15.182859 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-04-02T04:30:15.174+0000 7f63c41f9340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T04:30:15.198 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T04:30:15.174+0000 7f63c41f9340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T04:30:15.198 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T04:30:15.174+0000 7f63c41f9340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T04:30:15.199 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T04:30:18.186 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:30:18.796 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:30:18.797 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:30:18.692607Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:30:18.692607Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:30:18.692607Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:30:18.692607Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:30:18.692607Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:30:18.692607Z", "running": 0, "size": 1}}] 2022-04-02T04:30:28.821 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:30:29.479 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:30:29.480 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:30:29.329350Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:30:29.329350Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:30:29.329350Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:30:29.329350Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:30:29.329350Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:30:29.329350Z", "running": 0, "size": 1}}] 2022-04-02T04:30:39.503 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:30:40.083 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:30:40.083 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:30:39.977567Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:30:39.977567Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:30:39.977567Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:30:39.977567Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:30:39.977567Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:30:39.977567Z", "running": 0, "size": 1}}] 2022-04-02T04:30:50.105 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:30:50.772 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:30:50.772 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:30:50.663086Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:30:50.663086Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:30:50.663086Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:30:50.663086Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:30:50.663086Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:30:50.663086Z", "running": 0, "size": 1}}] 2022-04-02T04:31:00.797 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:31:01.398 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:31:01.399 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:31:01.287835Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:31:01.287835Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:31:01.287835Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:31:01.287835Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:31:01.287835Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:31:01.287835Z", "running": 0, "size": 1}}] 2022-04-02T04:31:11.424 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:31:12.047 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:31:12.048 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:31:11.935723Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:31:11.935723Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:31:11.935723Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:31:11.935723Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:31:11.935723Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:31:11.935723Z", "running": 0, "size": 1}}] 2022-04-02T04:31:22.073 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:31:22.653 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:31:22.653 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:31:22.554735Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:31:22.554735Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:31:22.554735Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:31:22.554735Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:31:22.554735Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:31:22.554735Z", "running": 0, "size": 1}}] 2022-04-02T04:31:32.673 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:31:33.279 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:31:33.279 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:31:33.175902Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:31:33.175902Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:31:33.175902Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:31:33.175902Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:31:33.175902Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:31:33.175902Z", "running": 0, "size": 1}}] 2022-04-02T04:31:43.305 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:31:43.970 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:31:43.970 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:31:43.803849Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:31:43.803849Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:31:43.803849Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:31:43.803849Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:31:43.803849Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:31:43.803849Z", "running": 0, "size": 1}}] 2022-04-02T04:31:53.999 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:31:54.699 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:31:54.700 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:31:54.537956Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:31:54.537956Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:31:54.537956Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:31:54.537956Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:31:54.537956Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:31:54.537956Z", "running": 0, "size": 1}}] 2022-04-02T04:32:04.720 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:32:05.363 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:32:05.364 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:32:05.245947Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:32:05.245947Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:32:05.245947Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:32:05.245947Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:32:05.245947Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:32:05.245947Z", "running": 0, "size": 1}}] 2022-04-02T04:32:15.388 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:32:16.013 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:32:16.014 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:32:15.905271Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:32:15.905271Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:32:15.905271Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:32:15.905271Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:32:15.905271Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:32:15.905271Z", "running": 0, "size": 1}}] 2022-04-02T04:32:26.038 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:32:26.660 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:32:26.661 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:32:26.546239Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:32:26.546239Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:32:26.546239Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:32:26.546239Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:32:26.546239Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:32:26.546239Z", "running": 0, "size": 1}}] 2022-04-02T04:32:36.699 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:32:37.358 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:32:37.358 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:32:37.214973Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:32:37.214973Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:32:37.214973Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:32:37.214973Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:32:37.214973Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:32:37.214973Z", "running": 0, "size": 1}}] 2022-04-02T04:32:47.382 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:32:48.132 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:32:48.133 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:32:47.907938Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:32:47.907938Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:32:47.907938Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:32:47.907938Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:32:47.907938Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:32:47.907938Z", "running": 0, "size": 1}}] 2022-04-02T04:32:58.157 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:32:58.756 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:32:58.757 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:32:58.656476Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:32:58.656476Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:32:58.656476Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:32:58.656476Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:32:58.656476Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:32:58.656476Z", "running": 0, "size": 1}}] 2022-04-02T04:33:08.782 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:33:09.462 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:33:09.463 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:33:09.324459Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:33:09.324459Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:33:09.324459Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:33:09.324459Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:33:09.324459Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:33:09.324459Z", "running": 0, "size": 1}}] 2022-04-02T04:33:19.487 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:33:20.156 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:33:20.156 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:33:20.047748Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:33:20.047748Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:33:20.047748Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:33:20.047748Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:33:20.047748Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:33:20.047748Z", "running": 0, "size": 1}}] 2022-04-02T04:33:30.181 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:33:30.921 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:33:30.921 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:33:30.703763Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:33:30.703763Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:33:30.703763Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:33:30.703763Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:33:30.703763Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:33:30.703763Z", "running": 0, "size": 1}}] 2022-04-02T04:33:40.978 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:33:41.576 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:33:41.576 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:33:41.473559Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:33:41.473559Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:33:41.473559Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:33:41.473559Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:33:41.473559Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:33:41.473559Z", "running": 0, "size": 1}}] 2022-04-02T04:33:51.602 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:33:52.219 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:33:52.219 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:33:52.113655Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:33:52.113655Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:33:52.113655Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:33:52.113655Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:33:52.113655Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:33:52.113655Z", "running": 0, "size": 1}}] 2022-04-02T04:34:02.243 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:34:02.869 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:34:02.870 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:34:02.765340Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:34:02.765340Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:34:02.765340Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:34:02.765340Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:34:02.765340Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:34:02.765340Z", "running": 0, "size": 1}}] 2022-04-02T04:34:12.894 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:34:13.522 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:34:13.523 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:34:13.389020Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:34:13.389020Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:34:13.389020Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:34:13.389020Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:34:13.389020Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:34:13.389020Z", "running": 0, "size": 1}}] 2022-04-02T04:34:23.548 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:34:24.159 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:34:24.160 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:34:24.051435Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:34:24.051435Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:34:24.051435Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:34:24.051435Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:34:24.051435Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:34:24.051435Z", "running": 0, "size": 1}}] 2022-04-02T04:34:34.185 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:34:34.809 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:34:34.809 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:34:34.703167Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:34:34.703167Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:34:34.703167Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:34:34.703167Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:34:34.703167Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:34:34.703167Z", "running": 0, "size": 1}}] 2022-04-02T04:34:44.831 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:34:45.473 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:34:45.473 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:34:45.350542Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:34:45.350542Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:34:45.350542Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:34:45.350542Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:34:45.350542Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:34:45.350542Z", "running": 0, "size": 1}}] 2022-04-02T04:34:55.494 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:34:56.096 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:34:56.096 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:34:55.984174Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:34:55.984174Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:34:55.984174Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:34:55.984174Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:34:55.984174Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:34:55.984174Z", "running": 0, "size": 1}}] 2022-04-02T04:35:06.121 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:35:06.722 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:35:06.723 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:35:06.596360Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:35:06.596360Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:35:06.596360Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:35:06.596360Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:35:06.596360Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:35:06.596360Z", "running": 0, "size": 1}}] 2022-04-02T04:35:16.746 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:35:17.309 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:35:17.310 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:35:17.207883Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:35:17.207883Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:35:17.207883Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:35:17.207883Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:35:17.207883Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:35:17.207883Z", "running": 0, "size": 1}}] 2022-04-02T04:35:27.333 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:35:27.933 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:35:27.933 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:35:27.816432Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:35:27.816432Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:35:27.816432Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:35:27.816432Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:35:27.816432Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:35:27.816432Z", "running": 0, "size": 1}}] 2022-04-02T04:35:37.957 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:35:38.538 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:35:38.538 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:35:38.434224Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:35:38.434224Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:35:38.434224Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:35:38.434224Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:35:38.434224Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:35:38.434224Z", "running": 0, "size": 1}}] 2022-04-02T04:35:48.564 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:35:49.125 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:35:49.125 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:35:49.025959Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:35:49.025959Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:35:49.025959Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:35:49.025959Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:35:49.025959Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:35:49.025959Z", "running": 0, "size": 1}}] 2022-04-02T04:35:59.149 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:35:59.790 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:35:59.790 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:35:59.677676Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:35:59.677676Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:35:59.677676Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:35:59.677676Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:35:59.677676Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:35:59.677676Z", "running": 0, "size": 1}}] 2022-04-02T04:36:09.810 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:36:10.447 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:36:10.448 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:36:10.318310Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:36:10.318310Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:36:10.318310Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:36:10.318310Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:36:10.318310Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:36:10.318310Z", "running": 0, "size": 1}}] 2022-04-02T04:36:20.472 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:36:21.111 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:36:21.111 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:36:21.002029Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:36:21.002029Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:36:21.002029Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:36:21.002029Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:36:21.002029Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:36:21.002029Z", "running": 0, "size": 1}}] 2022-04-02T04:36:31.131 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:36:31.749 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:36:31.750 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:36:31.641856Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:36:31.641856Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:36:31.641856Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:36:31.641856Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:36:31.641856Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:36:31.641856Z", "running": 0, "size": 1}}] 2022-04-02T04:36:41.775 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:36:42.571 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:36:42.571 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:36:42.466913Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:36:42.466913Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:36:42.466913Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:36:42.466913Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:36:42.466913Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:36:42.466913Z", "running": 0, "size": 1}}] 2022-04-02T04:36:52.593 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:36:55.871 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:36:55.871 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:36:55.776183Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:36:55.776183Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:36:55.776183Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:36:55.776183Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:36:55.776183Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:36:55.776183Z", "running": 0, "size": 1}}] 2022-04-02T04:37:05.895 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:37:06.539 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:37:06.539 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:37:06.412886Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:37:06.412886Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:37:06.412886Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:37:06.412886Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:37:06.412886Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:37:06.412886Z", "running": 0, "size": 1}}] 2022-04-02T04:37:16.562 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:37:17.194 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:37:17.195 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:37:17.086235Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:37:17.086235Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:37:17.086235Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:37:17.086235Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:37:17.086235Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:37:17.086235Z", "running": 0, "size": 1}}] 2022-04-02T04:37:27.217 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:37:27.849 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:37:27.849 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:37:27.747572Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:37:27.747572Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:37:27.747572Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:37:27.747572Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:37:27.747572Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:37:27.747572Z", "running": 0, "size": 1}}] 2022-04-02T04:37:37.873 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:37:38.500 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:37:38.501 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:37:38.373362Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:37:38.373362Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:37:38.373362Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:37:38.373362Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:37:38.373362Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:37:38.373362Z", "running": 0, "size": 1}}] 2022-04-02T04:37:48.522 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:37:49.164 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:37:49.165 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:37:49.011869Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:37:49.011869Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:37:49.011869Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:37:49.011869Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:37:49.011869Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:37:49.011869Z", "running": 0, "size": 1}}] 2022-04-02T04:37:59.190 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:37:59.821 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:37:59.822 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:37:59.724287Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:37:59.724287Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:37:59.724287Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:37:59.724287Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:37:59.724287Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:37:59.724287Z", "running": 0, "size": 1}}] 2022-04-02T04:38:09.841 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:38:10.492 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:38:10.493 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:38:10.373502Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:38:10.373502Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:38:10.373502Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:38:10.373502Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:38:10.373502Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:38:10.373502Z", "running": 0, "size": 1}}] 2022-04-02T04:38:20.517 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:38:21.292 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:38:21.292 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:38:21.164106Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:38:21.164106Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:38:21.164106Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:38:21.164106Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:38:21.164106Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:38:21.164106Z", "running": 0, "size": 1}}] 2022-04-02T04:38:31.318 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:38:31.976 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:38:31.976 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:38:31.848842Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:38:31.848842Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:38:31.848842Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:38:31.848842Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:38:31.848842Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:38:31.848842Z", "running": 0, "size": 1}}] 2022-04-02T04:38:42.000 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:38:42.625 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:38:42.626 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:38:42.517644Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:38:42.517644Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:38:42.517644Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:38:42.517644Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:38:42.517644Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:38:42.517644Z", "running": 0, "size": 1}}] 2022-04-02T04:38:52.649 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:38:53.254 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:38:53.254 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:38:53.149835Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:38:53.149835Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:38:53.149835Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:38:53.149835Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:38:53.149835Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:38:53.149835Z", "running": 0, "size": 1}}] 2022-04-02T04:39:03.276 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:39:03.929 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:39:03.930 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:39:03.791883Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:39:03.791883Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:39:03.791883Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:39:03.791883Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:39:03.791883Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:39:03.791883Z", "running": 0, "size": 1}}] 2022-04-02T04:39:13.956 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:39:14.616 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:39:14.617 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:39:14.491813Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:39:14.491813Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:39:14.491813Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:39:14.491813Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:39:14.491813Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:39:14.491813Z", "running": 0, "size": 1}}] 2022-04-02T04:39:24.637 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:39:25.319 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:39:25.319 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:39:25.216439Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:39:25.216439Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:39:25.216439Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:39:25.216439Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:39:25.216439Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:39:25.216439Z", "running": 0, "size": 1}}] 2022-04-02T04:39:35.342 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:39:36.015 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:39:36.015 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:39:35.881209Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:39:35.881209Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:39:35.881209Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:39:35.881209Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:39:35.881209Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:39:35.881209Z", "running": 0, "size": 1}}] 2022-04-02T04:39:46.039 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:39:46.678 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:39:46.679 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:39:46.545210Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:39:46.545210Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:39:46.545210Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:39:46.545210Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:39:46.545210Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:39:46.545210Z", "running": 0, "size": 1}}] 2022-04-02T04:39:56.698 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:39:57.334 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:39:57.334 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:39:57.229625Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:39:57.229625Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:39:57.229625Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:39:57.229625Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:39:57.229625Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:39:57.229625Z", "running": 0, "size": 1}}] 2022-04-02T04:40:07.360 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:40:07.999 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:40:08.000 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:40:07.860420Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:40:07.860420Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:40:07.860420Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:40:07.860420Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:40:07.860420Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:40:07.860420Z", "running": 0, "size": 1}}] 2022-04-02T04:40:18.021 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:40:18.640 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:40:18.668 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:40:18.541968Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:40:18.541968Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:40:18.541968Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:40:18.541968Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:40:18.541968Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:40:18.541968Z", "running": 0, "size": 1}}] 2022-04-02T04:40:28.670 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:40:29.347 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:40:29.347 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:40:29.182852Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:40:29.182852Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:40:29.182852Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:40:29.182852Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:40:29.182852Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:40:29.182852Z", "running": 0, "size": 1}}] 2022-04-02T04:40:39.379 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:40:39.982 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:40:39.982 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:40:39.879801Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:40:39.879801Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:40:39.879801Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:40:39.879801Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:40:39.879801Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:40:39.879801Z", "running": 0, "size": 1}}] 2022-04-02T04:40:50.006 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:40:50.704 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:40:50.705 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:40:50.536411Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:40:50.536411Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:40:50.536411Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:40:50.536411Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:40:50.536411Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:40:50.536411Z", "running": 0, "size": 1}}] 2022-04-02T04:41:00.730 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:41:01.437 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:41:01.438 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:41:01.292801Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:41:01.292801Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:41:01.292801Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:41:01.292801Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:41:01.292801Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:41:01.292801Z", "running": 0, "size": 1}}] 2022-04-02T04:41:11.459 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:41:12.153 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:41:12.153 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:41:12.047032Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:41:12.047032Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:41:12.047032Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:41:12.047032Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:41:12.047032Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:41:12.047032Z", "running": 0, "size": 1}}] 2022-04-02T04:41:22.176 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:41:22.788 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:41:22.788 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:41:22.693802Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:41:22.693802Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:41:22.693802Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:41:22.693802Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:41:22.693802Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:41:22.693802Z", "running": 0, "size": 1}}] 2022-04-02T04:41:32.813 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:41:33.455 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:41:33.455 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:41:33.338673Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:41:33.338673Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:41:33.338673Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:41:33.338673Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:41:33.338673Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:41:33.338673Z", "running": 0, "size": 1}}] 2022-04-02T04:41:43.480 DEBUG:teuthology.orchestra.run.smithi116:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-6lw5v -- ceph orch ls -f json 2022-04-02T04:41:44.131 INFO:teuthology.orchestra.run.smithi116.stdout: 2022-04-02T04:41:44.131 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:26:09.000000Z", "last_refresh": "2022-04-02T04:41:44.033919Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:07:32.000000Z", "last_refresh": "2022-04-02T04:41:44.033919Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:06:57.000000Z", "last_refresh": "2022-04-02T04:41:44.033919Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "a1d2ec729cd28cd0662e273d092773e6999c4d49ccee9bc84a78cbae7eae2cdf", "container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "created": "2022-04-02T04:09:03.000000Z", "last_refresh": "2022-04-02T04:41:44.033919Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-04-02T04:41:44.033919Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a", "last_refresh": "2022-04-02T04:41:44.033919Z", "running": 0, "size": 1}}] 2022-04-02T04:41:44.153 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_d877b023166308f282187444de8e8e725ffb27d2/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_d877b023166308f282187444de8e8e725ffb27d2/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-04-02T04:41:44.153 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_76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/qa/tasks/rook.py", line 530, in ceph_config_keyring yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_d877b023166308f282187444de8e8e725ffb27d2/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_d877b023166308f282187444de8e8e725ffb27d2/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-04-02T04:41:44.154 INFO:tasks.rook:Cleaning up config and client.admin keyring 2022-04-02T04:41:44.154 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2022-04-02T04:41:44.167 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_76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/qa/tasks/rook.py", line 478, in rook_post_config yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_d877b023166308f282187444de8e8e725ffb27d2/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_d877b023166308f282187444de8e8e725ffb27d2/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-04-02T04:41:44.167 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_76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/qa/tasks/rook.py", line 442, in rook_toolbox yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_d877b023166308f282187444de8e8e725ffb27d2/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_d877b023166308f282187444de8e8e725ffb27d2/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-04-02T04:41:44.212 DEBUG:teuthology.orchestra.remote:smithi116:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-04-02T04:41:44.228 DEBUG:teuthology.orchestra.run.smithi116:> kubectl delete -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-04-02T04:41:44.300 INFO:teuthology.orchestra.run.smithi116.stdout:deployment.apps "rook-ceph-tools" deleted 2022-04-02T04:41:44.335 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_76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/qa/tasks/rook.py", line 379, in rook_cluster yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_d877b023166308f282187444de8e8e725ffb27d2/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_76cd7b384b2b46da30d83ba18f236e3ddc3bdb8a/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_d877b023166308f282187444de8e8e725ffb27d2/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-04-02T04:41:44.335 DEBUG:teuthology.orchestra.run.smithi116:> kubectl delete -f cluster.yaml 2022-04-02T04:41:44.445 INFO:teuthology.orchestra.run.smithi116.stdout:cephcluster.ceph.rook.io "rook-ceph" deleted 2022-04-02T04:41:44.449 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:41:44.441206 I | ceph-cluster-controller: CR "rook-ceph" is going be deleted, cancelling any ongoing orchestration 2022-04-02T04:41:45.791 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:41:45.703148 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:41:45.792 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:41:45.711601 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:41:45.792 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:41:45.711628 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-04-02T04:41:55.940 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:41:55.932362 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:41:55.953 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:41:55.945888 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:42:06.240 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:42:06.232079 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:42:06.252 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:42:06.244089 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:42:16.477 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:42:16.469636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:42:16.489 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:42:16.480355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:42:26.742 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:42:26.734666 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:42:26.755 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:42:26.747525 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:42:36.974 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:42:36.966211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:42:36.986 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:42:36.978958 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:42:47.206 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:42:47.197957 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:42:47.272 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:42:47.211822 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:42:57.444 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:42:57.436510 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:42:57.456 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:42:57.448570 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:43:07.706 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:43:07.699028 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:43:07.715 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:43:07.708581 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:43:17.938 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:43:17.931197 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:43:17.949 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:43:17.942181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:43:28.186 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:43:28.178950 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:43:28.198 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:43:28.191195 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:43:38.452 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:43:38.444559 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:43:38.466 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:43:38.459095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:43:48.708 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:43:48.700746 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:43:48.719 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:43:48.712610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:43:58.965 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:43:58.957478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:43:58.978 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:43:58.971383 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:44:09.197 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:44:09.189601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:44:09.209 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:44:09.202925 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:44:19.428 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:44:19.421297 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:44:19.437 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:44:19.430458 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:44:29.655 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:44:29.647743 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:44:29.666 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:44:29.659467 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:44:39.892 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:44:39.885408 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:44:39.903 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:44:39.896276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:44:50.129 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:44:50.121758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:44:50.142 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:44:50.135452 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:45:00.361 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:45:00.354769 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:45:00.372 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:45:00.365126 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:45:10.590 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:45:10.582842 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:45:10.601 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:45:10.594359 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:45:20.894 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:45:20.887462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:45:20.903 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:45:20.896447 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:45:31.128 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:45:31.120825 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:45:31.139 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:45:31.132488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:45:41.359 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:45:41.352470 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:45:41.371 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:45:41.364588 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:45:51.594 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:45:51.587195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:45:51.606 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:45:51.599778 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:01.823 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:01.816114 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:01.835 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:01.828285 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:12.067 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:12.060180 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:12.076 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:12.069769 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:22.295 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:22.288228 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:22.304 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:22.297796 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:32.549 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:32.542281 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:32.562 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:32.554185 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:42.780 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:42.773494 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:42.814 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:42.806898 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:53.088 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:53.081436 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:53.098 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:53.091405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:46:55.199 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:55.192336 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T04:46:55.849 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:55.841357 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-04-02T04:46:55.832+0000 7fbdf14df340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T04:46:55.849 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T04:46:55.832+0000 7fbdf14df340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T04:46:55.849 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T04:46:55.832+0000 7fbdf14df340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T04:46:55.850 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T04:46:55.850 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:46:55.841381 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-04-02T04:46:55.832+0000 7fbdf14df340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T04:46:55.850 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T04:46:55.832+0000 7fbdf14df340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T04:46:55.850 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T04:46:55.832+0000 7fbdf14df340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T04:46:55.851 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T04:47:03.321 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:47:03.313535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:47:03.331 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:47:03.323783 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:47:13.551 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:47:13.544089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:47:13.562 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:47:13.555286 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:47:23.781 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:47:23.774145 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:47:23.794 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:47:23.787282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:47:34.015 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:47:34.008008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:47:34.026 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:47:34.018904 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:47:44.248 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:47:44.240182 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:47:44.261 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:47:44.253753 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:47:54.480 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:47:54.472471 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:47:54.492 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:47:54.485140 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:48:04.713 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:48:04.705203 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:48:04.725 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:48:04.718007 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:48:14.947 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:48:14.939597 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:48:14.959 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:48:14.951967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:48:25.180 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:48:25.172882 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:48:25.192 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:48:25.184815 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:48:35.414 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:48:35.406512 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:48:35.426 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:48:35.418888 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:48:45.673 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:48:45.665894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:48:45.681 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:48:45.673829 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:48:55.906 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:48:55.898266 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:48:55.917 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:48:55.910183 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:49:06.152 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:49:06.143986 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:49:06.164 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:49:06.156151 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:49:16.491 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:49:16.483070 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:49:16.503 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:49:16.495940 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:49:26.725 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:49:26.716698 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:49:26.736 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:49:26.728244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:49:36.955 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:49:36.946764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:49:36.968 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:49:36.960147 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:49:47.481 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:49:47.472846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:49:47.491 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:49:47.483388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:49:57.733 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:49:57.724319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:49:57.741 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:49:57.733214 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:50:07.959 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:50:07.950902 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:50:07.970 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:50:07.962333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:50:18.543 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:50:18.533949 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:50:18.556 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:50:18.547677 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:50:28.796 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:50:28.787741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:50:28.822 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:50:28.813613 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:50:39.081 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:50:39.072174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:50:39.093 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:50:39.084011 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:50:49.701 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:50:49.691917 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:50:49.712 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:50:49.702942 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:50:59.977 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:50:59.967999 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:51:00.001 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:50:59.991811 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:51:10.235 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:51:10.226461 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:51:10.245 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:51:10.236091 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:51:20.694 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:51:20.685042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:51:20.705 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:51:20.696581 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:51:30.921 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:51:30.911884 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:51:30.935 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:51:30.925372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:51:41.153 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:51:41.143383 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:51:41.167 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:51:41.158275 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:51:51.388 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:51:51.378495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:51:51.400 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:51:51.390541 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:52:01.621 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:52:01.611629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:52:01.635 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:52:01.625658 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:52:11.853 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:52:11.843478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:52:11.868 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:52:11.858739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:52:22.082 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:52:22.072418 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:52:22.090 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:52:22.080300 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:52:32.310 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:52:32.300302 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:52:32.322 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:52:32.312718 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:52:42.565 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:52:42.551930 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:52:42.575 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:52:42.566058 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:52:52.798 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:52:52.788239 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:52:52.810 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:52:52.800303 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:53:03.031 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:53:03.020634 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:53:03.046 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:53:03.035879 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:53:13.266 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:53:13.256123 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:53:13.279 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:53:13.267991 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:53:23.500 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:53:23.489179 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:53:23.512 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:53:23.502109 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:53:33.735 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:53:33.724346 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:53:33.757 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:53:33.746092 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:53:43.976 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:53:43.965229 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:53:43.989 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:53:43.978711 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:53:54.207 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:53:54.196146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:53:54.218 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:53:54.207376 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:54:04.474 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:54:04.463127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:54:04.486 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:54:04.475091 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:54:14.759 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:54:14.748633 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:54:14.785 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:54:14.773959 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:54:24.997 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:54:24.986376 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:54:25.011 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:54:24.999926 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:54:35.231 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:54:35.219141 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:54:35.244 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:54:35.232550 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:54:45.464 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:54:45.452965 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:54:45.476 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:54:45.464790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:54:55.695 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:54:55.683565 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:54:55.707 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:54:55.695792 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:55:05.929 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:55:05.917426 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:55:05.941 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:55:05.929495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:55:16.167 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:55:16.154797 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:55:16.178 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:55:16.166701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:55:26.400 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:55:26.388681 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:55:26.413 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:55:26.401839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:55:36.635 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:55:36.623136 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:55:36.649 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:55:36.634543 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:55:46.866 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:55:46.854357 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:55:46.879 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:55:46.867253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:55:57.094 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:55:57.081572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:55:57.109 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:55:57.096382 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:56:07.329 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:56:07.316666 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:56:07.342 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:56:07.330099 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:56:17.559 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:56:17.547077 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:56:17.568 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:56:17.556159 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:56:27.785 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:56:27.772872 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:56:27.795 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:56:27.782531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:56:38.013 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:56:38.000585 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:56:38.024 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:56:38.012042 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:56:48.242 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:56:48.229676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:56:48.255 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:56:48.243181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:56:58.481 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:56:58.468171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:56:58.496 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:56:58.482799 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:57:08.729 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:57:08.716164 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:57:08.741 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:57:08.728858 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:57:18.965 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:57:18.952054 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:57:18.977 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:57:18.964869 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:57:29.218 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:57:29.204938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:57:29.257 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:57:29.244028 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:57:39.486 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:57:39.472833 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:57:39.499 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:57:39.486621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:57:49.718 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:57:49.704537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:57:49.730 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:57:49.717360 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:57:59.960 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:57:59.946991 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:57:59.970 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:57:59.957330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:58:10.218 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:58:10.204147 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:58:10.230 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:58:10.217292 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:58:20.468 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:58:20.455040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:58:20.478 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:58:20.464815 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:58:30.736 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:58:30.720287 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:58:30.744 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:58:30.731031 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:58:40.963 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:58:40.949349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:58:40.975 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:58:40.961696 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:58:51.193 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:58:51.180000 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:58:51.206 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:58:51.191717 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:59:01.423 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:59:01.409593 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:59:01.434 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:59:01.421391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:59:11.719 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:59:11.705517 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:59:11.731 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:59:11.717168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:59:21.953 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:59:21.939161 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:59:21.965 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:59:21.952163 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:59:32.186 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:59:32.172396 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:59:32.198 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:59:32.185286 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:59:42.423 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:59:42.409324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:59:42.435 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:59:42.421448 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:59:52.655 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:59:52.642120 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T04:59:52.666 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 04:59:52.653087 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:00:02.885 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:00:02.871191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:00:02.897 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:00:02.884378 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:00:13.118 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:00:13.104537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:00:13.129 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:00:13.115902 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:00:23.350 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:00:23.336311 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:00:23.395 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:00:23.381848 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:00:33.617 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:00:33.603904 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:00:33.634 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:00:33.617316 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:00:43.849 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:00:43.835676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:00:43.860 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:00:43.847141 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:00:54.086 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:00:54.072664 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:00:54.096 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:00:54.083104 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:01:04.317 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:01:04.303083 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:01:04.327 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:01:04.313558 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:01:14.543 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:01:14.529799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:01:14.551 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:01:14.538330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:01:24.770 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:01:24.755727 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:01:24.782 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:01:24.768379 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:01:35.004 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:01:34.990103 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:01:35.015 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:01:35.001823 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:01:45.234 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:01:45.220131 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:01:45.246 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:01:45.233147 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:01:55.466 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:01:55.452164 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:01:55.477 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:01:55.463779 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:02:05.699 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:02:05.685481 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:02:05.710 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:02:05.696742 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:02:15.928 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:02:15.914198 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:02:15.940 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:02:15.926791 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:02:26.211 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:02:26.197311 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:02:26.223 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:02:26.209980 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:02:36.437 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:02:36.423737 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:02:36.451 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:02:36.438023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:02:46.672 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:02:46.658969 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:02:46.685 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:02:46.671709 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:02:56.906 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:02:56.893155 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:02:56.919 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:02:56.906172 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:03:07.140 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:07.126640 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:03:07.152 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:07.139976 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:03:17.372 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:17.359533 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:03:17.384 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:17.371111 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:03:27.606 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:27.593497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:03:27.618 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:27.605332 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:03:35.934 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:35.921574 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T05:03:36.558 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:36.545013 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-04-02T05:03:36.537+0000 7feaead4b340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T05:03:36.558 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:03:36.537+0000 7feaead4b340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T05:03:36.559 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:03:36.537+0000 7feaead4b340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T05:03:36.559 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T05:03:36.559 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:36.545040 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-04-02T05:03:36.537+0000 7feaead4b340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T05:03:36.560 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:03:36.537+0000 7feaead4b340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T05:03:36.560 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:03:36.537+0000 7feaead4b340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T05:03:36.560 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T05:03:37.873 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:37.860830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:03:37.889 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:37.877221 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:03:48.112 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:48.099100 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:03:48.120 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:48.108136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:03:58.342 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:58.329785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:03:58.353 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:03:58.341032 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:04:08.575 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:04:08.562774 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:04:08.588 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:04:08.575664 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:04:18.807 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:04:18.794480 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:04:18.819 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:04:18.806516 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:04:29.038 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:04:29.025391 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:04:29.054 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:04:29.041902 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:04:39.296 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:04:39.283666 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:04:39.308 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:04:39.296624 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:04:49.531 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:04:49.518162 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:04:49.541 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:04:49.529242 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:04:59.783 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:04:59.770952 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:04:59.816 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:04:59.803934 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:05:10.034 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:05:10.022459 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:05:10.047 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:05:10.034438 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:05:20.266 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:05:20.254362 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:05:20.278 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:05:20.265904 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:05:30.520 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:05:30.508300 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:05:30.533 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:05:30.521056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:05:40.754 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:05:40.741133 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:05:40.765 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:05:40.753535 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:05:50.989 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:05:50.976667 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:05:50.999 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:05:50.987625 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:06:01.240 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:06:01.228496 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:06:01.255 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:06:01.243803 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:06:11.472 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:06:11.460544 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:06:11.483 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:06:11.471289 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:06:21.705 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:06:21.693090 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:06:21.716 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:06:21.704710 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:06:31.938 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:06:31.926046 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:06:31.950 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:06:31.938998 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:06:42.170 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:06:42.157785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:06:42.183 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:06:42.171808 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:06:52.402 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:06:52.390521 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:06:52.414 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:06:52.402320 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:07:02.637 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:07:02.625270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:07:02.647 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:07:02.635914 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:07:12.872 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:07:12.859946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:07:12.885 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:07:12.873209 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:07:23.108 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:07:23.096460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:07:23.117 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:07:23.106314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:07:33.340 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:07:33.328352 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:07:33.352 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:07:33.341038 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:07:43.576 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:07:43.564522 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:07:43.589 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:07:43.577329 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:07:53.833 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:07:53.821097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:07:53.847 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:07:53.835903 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:04.072 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:04.059544 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:04.089 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:04.077621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:14.311 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:14.299443 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:14.327 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:14.315540 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:24.560 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:24.548642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:24.573 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:24.562010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:34.790 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:34.778308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:34.803 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:34.791306 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:45.067 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:45.055289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:45.078 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:45.066373 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:55.349 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:55.337122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:55.357 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:55.346487 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:08:55.667 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:08:55.655565 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-04-02 05:08:55.643937263 +0000 UTC m=+3777.755323608 LastTransitionTime:2022-04-02 04:07:41 +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-04-02T05:09:05.604 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:05.592540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:09:05.615 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:05.603704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:09:15.838 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:15.826366 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:09:15.850 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:15.838349 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:09:26.070 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:26.058665 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:09:26.083 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:26.071311 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:09:36.300 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:36.288267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:09:36.313 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:36.300506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:09:46.561 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:46.549070 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:09:46.579 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:46.567451 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:09:56.723 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:56.711530 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-04-02 05:09:56.683069226 +0000 UTC m=+3838.794455563 LastTransitionTime:2022-04-02 04:07:41 +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-04-02T05:09:56.815 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:56.803567 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:09:56.827 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:09:56.814932 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:10:07.047 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:10:07.035528 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:10:07.059 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:10:07.047141 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:10:17.328 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:10:17.315642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:10:17.336 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:10:17.324264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:10:27.592 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:10:27.580258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:10:27.621 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:10:27.609672 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:10:37.841 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:10:37.828977 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:10:37.888 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:10:37.874995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:10:48.115 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:10:48.102825 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:10:48.130 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:10:48.112575 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:10:58.348 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:10:58.336171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:10:58.362 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:10:58.350401 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:11:08.584 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:11:08.571279 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:11:08.595 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:11:08.583585 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:11:18.851 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:11:18.839106 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:11:18.867 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:11:18.855707 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:11:29.099 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:11:29.087545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:11:29.109 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:11:29.096973 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:11:39.332 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:11:39.320171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:11:39.345 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:11:39.333223 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:11:49.568 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:11:49.555584 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:11:49.645 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:11:49.632400 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:11:59.865 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:11:59.852576 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:11:59.876 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:11:59.864662 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:12:10.097 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:12:10.084728 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:12:10.108 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:12:10.096726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:12:20.333 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:12:20.321368 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:12:20.377 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:12:20.365374 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:12:30.598 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:12:30.585846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:12:30.659 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:12:30.646633 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:12:40.887 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:12:40.875164 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:12:40.899 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:12:40.887417 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:12:51.119 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:12:51.106667 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:12:51.128 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:12:51.116007 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:13:01.348 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:13:01.335785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:13:01.356 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:13:01.343983 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:13:11.579 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:13:11.566514 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:13:11.593 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:13:11.580900 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:13:21.814 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:13:21.801535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:13:21.826 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:13:21.813744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:13:32.047 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:13:32.032803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:13:32.061 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:13:32.048740 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:13:42.313 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:13:42.300570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:13:42.326 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:13:42.313854 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:13:52.545 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:13:52.532735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:13:52.557 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:13:52.544670 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:14:02.781 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:14:02.767937 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:14:02.793 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:14:02.780311 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:14:13.011 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:14:12.997998 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:14:13.025 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:14:13.011919 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:14:23.253 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:14:23.239868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:14:23.287 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:14:23.273829 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:14:33.504 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:14:33.491553 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:14:33.516 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:14:33.503241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:14:43.747 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:14:43.734079 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:14:43.756 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:14:43.743591 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:14:53.985 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:14:53.972360 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:14:53.997 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:14:53.984137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:15:04.468 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:15:04.455435 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:15:04.482 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:15:04.469176 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:15:14.704 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:15:14.690458 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:15:14.723 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:15:14.710628 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:15:24.944 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:15:24.930906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:15:24.956 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:15:24.942962 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:15:35.173 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:15:35.160036 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:15:35.182 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:15:35.169391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:15:45.398 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:15:45.384965 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:15:45.411 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:15:45.397728 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:15:55.636 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:15:55.622637 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:15:55.646 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:15:55.632052 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:16:05.867 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:16:05.853135 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:16:05.879 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:16:05.864883 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:16:16.103 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:16:16.089521 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:16:16.157 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:16:16.143158 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:16:26.375 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:16:26.360915 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:16:26.387 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:16:26.373961 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:16:36.603 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:16:36.588958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:16:36.617 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:16:36.603527 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:16:46.843 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:16:46.829436 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:16:46.853 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:16:46.839616 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:16:57.072 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:16:57.057907 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:16:57.086 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:16:57.071364 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:17:07.325 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:17:07.311233 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:17:07.339 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:17:07.323773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:17:17.559 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:17:17.544697 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:17:17.568 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:17:17.554237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:17:27.788 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:17:27.773613 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:17:27.797 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:17:27.782129 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:17:38.035 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:17:38.021501 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:17:38.047 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:17:38.033217 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:17:48.259 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:17:48.244430 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:17:48.326 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:17:48.312473 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:17:58.542 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:17:58.528335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:17:58.602 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:17:58.588038 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:18:08.823 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:18:08.808345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:18:08.838 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:18:08.824244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:18:19.067 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:18:19.052989 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:18:19.081 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:18:19.066718 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:18:29.300 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:18:29.285255 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:18:29.309 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:18:29.294318 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:18:39.523 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:18:39.508912 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:18:39.536 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:18:39.522453 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:18:49.755 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:18:49.740051 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:18:49.767 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:18:49.752733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:18:59.984 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:18:59.969808 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:18:59.993 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:18:59.978449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:19:10.230 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:19:10.215177 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:19:10.243 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:19:10.228126 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:19:20.483 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:19:20.468110 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:19:20.495 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:19:20.480522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:19:30.713 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:19:30.697609 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:19:30.835 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:19:30.818919 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:19:41.055 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:19:41.039644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:19:41.065 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:19:41.050808 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:19:51.349 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:19:51.334173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:19:51.362 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:19:51.346508 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:20:01.580 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:01.565799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:20:01.595 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:01.580437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:20:11.854 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:11.839136 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:20:11.866 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:11.852157 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:20:16.569 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:16.554400 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T05:20:17.351 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:17.336178 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-04-02T05:20:17.326+0000 7f8710b4b340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T05:20:17.352 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:20:17.326+0000 7f8710b4b340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T05:20:17.352 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:20:17.326+0000 7f8710b4b340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T05:20:17.352 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T05:20:17.352 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:17.336204 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-04-02T05:20:17.326+0000 7f8710b4b340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T05:20:17.353 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:20:17.326+0000 7f8710b4b340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T05:20:17.353 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:20:17.326+0000 7f8710b4b340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T05:20:17.353 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T05:20:22.084 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:22.069399 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:20:22.098 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:22.083610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:20:32.477 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:32.462548 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:20:32.489 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:32.474602 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:20:42.710 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:42.695199 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:20:42.722 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:42.707350 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:20:52.945 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:52.930631 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:20:52.955 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:20:52.941086 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:21:03.177 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:21:03.162899 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:21:03.189 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:21:03.174823 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:21:13.532 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:21:13.518583 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:21:13.542 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:21:13.528189 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:21:23.762 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:21:23.748013 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:21:23.774 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:21:23.760530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:21:33.988 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:21:33.974062 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:21:34.000 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:21:33.986596 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:21:44.273 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:21:44.259636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:21:44.281 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:21:44.267844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:21:54.502 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:21:54.488674 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:21:54.514 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:21:54.500844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:22:04.779 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:22:04.765203 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:22:04.791 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:22:04.777349 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:22:15.175 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:22:15.161413 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:22:15.273 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:22:15.173765 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:22:25.406 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:22:25.393032 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:22:25.418 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:22:25.405156 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:22:35.641 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:22:35.628040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:22:35.652 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:22:35.639365 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:22:45.875 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:22:45.861978 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:22:45.954 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:22:45.873539 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:22:56.111 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:22:56.097646 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:22:56.150 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:22:56.137545 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:23:06.383 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:23:06.369635 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:23:06.453 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:23:06.411026 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:23:16.651 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:23:16.638247 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:23:16.662 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:23:16.649879 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:23:26.888 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:23:26.875586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:23:26.912 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:23:26.887878 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:23:37.119 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:23:37.106539 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:23:37.130 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:23:37.117700 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:23:47.456 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:23:47.443400 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:23:47.464 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:23:47.452076 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:23:57.720 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:23:57.706654 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:23:57.732 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:23:57.718987 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:24:08.061 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:24:08.048424 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:24:08.071 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:24:08.058998 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:24:18.286 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:24:18.273579 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:24:18.298 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:24:18.285283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:24:28.523 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:24:28.510879 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:24:28.533 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:24:28.520460 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:24:38.792 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:24:38.779978 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:24:38.805 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:24:38.793337 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:24:49.030 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:24:49.017416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:24:49.040 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:24:49.028449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:24:59.268 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:24:59.256239 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:24:59.355 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:24:59.343415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:25:09.573 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:25:09.560733 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:25:09.583 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:25:09.571968 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:25:10.024 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:25:10.012193 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-04-02 05:25:09.964937905 +0000 UTC m=+4752.076324283 LastTransitionTime:2022-04-02 04:07:41 +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-04-02T05:25:19.839 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:25:19.827385 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:25:19.849 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:25:19.837748 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:25:30.072 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:25:30.059712 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:25:30.084 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:25:30.072805 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:25:40.313 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:25:40.301006 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:25:40.325 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:25:40.313823 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:25:50.617 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:25:50.605817 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:25:50.629 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:25:50.617813 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:26:00.850 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:00.838398 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:26:00.863 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:00.850935 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:26:10.903 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:10.891946 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-04-02 05:26:10.870188023 +0000 UTC m=+4812.981574310 LastTransitionTime:2022-04-02 04:07:41 +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-04-02T05:26:11.081 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:11.070167 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:26:11.098 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:11.087481 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:26:21.322 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:21.310746 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:26:21.337 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:21.326253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:26:31.588 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:31.577353 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:26:31.600 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:31.589541 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:26:41.822 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:41.810905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:26:41.833 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:41.822015 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:26:52.108 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:52.097860 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:26:52.122 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:26:52.110927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:27:02.342 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:27:02.331162 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:27:02.355 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:27:02.345132 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:27:12.572 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:27:12.561562 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:27:12.585 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:27:12.574644 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:27:22.803 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:27:22.792115 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:27:22.818 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:27:22.807487 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:27:33.037 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:27:33.026887 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:27:33.048 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:27:33.038010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:27:43.288 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:27:43.277313 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:27:43.302 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:27:43.291560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:27:53.522 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:27:53.512081 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:27:53.532 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:27:53.522676 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:28:03.763 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:28:03.752509 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:28:03.772 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:28:03.762417 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:28:13.988 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:28:13.977277 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:28:13.999 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:28:13.988746 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:28:24.351 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:28:24.340922 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:28:24.363 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:28:24.353039 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:28:34.584 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:28:34.574191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:28:34.597 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:28:34.586871 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:28:44.817 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:28:44.806474 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:28:45.036 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:28:44.820837 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:28:55.067 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:28:55.056804 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:28:55.081 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:28:55.071078 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:29:05.298 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:29:05.288508 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:29:05.311 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:29:05.301353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:29:15.533 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:29:15.523495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:29:15.545 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:29:15.535230 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:29:25.812 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:29:25.802037 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:29:25.820 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:29:25.810683 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:29:36.041 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:29:36.031367 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:29:36.055 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:29:36.045070 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:29:46.310 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:29:46.300518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:29:46.323 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:29:46.313813 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:29:56.667 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:29:56.657966 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:29:56.683 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:29:56.673552 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:30:06.900 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:30:06.890685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:30:06.909 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:30:06.899738 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:30:17.129 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:30:17.119664 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:30:17.145 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:30:17.135282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:30:27.365 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:30:27.354893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:30:27.378 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:30:27.368360 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:30:37.593 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:30:37.583806 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:30:37.606 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:30:37.596332 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:30:47.825 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:30:47.815747 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:30:47.838 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:30:47.828208 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:30:58.061 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:30:58.051547 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:30:58.070 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:30:58.061569 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:31:08.293 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:31:08.282752 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:31:08.306 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:31:08.296937 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:31:18.621 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:31:18.611469 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:31:18.633 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:31:18.624241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:31:28.943 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:31:28.934128 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:31:28.955 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:31:28.944245 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:31:39.175 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:31:39.166126 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:31:39.186 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:31:39.177522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:31:49.480 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:31:49.470899 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:31:49.492 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:31:49.483288 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:31:59.713 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:31:59.703113 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:31:59.727 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:31:59.717239 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:32:09.947 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:32:09.937952 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:32:09.957 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:32:09.947761 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:32:20.170 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:32:20.160966 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:32:20.186 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:32:20.176243 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:32:30.404 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:32:30.394850 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:32:30.416 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:32:30.407222 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:32:40.666 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:32:40.656699 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:32:40.678 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:32:40.668642 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:32:51.028 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:32:51.018869 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:32:51.038 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:32:51.029108 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:33:01.302 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:33:01.292822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:33:01.312 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:33:01.302756 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:33:11.530 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:33:11.520121 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:33:11.542 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:33:11.531951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:33:21.793 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:33:21.783990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:33:21.804 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:33:21.795206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:33:32.050 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:33:32.040718 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:33:32.060 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:33:32.050179 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:33:42.277 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:33:42.267423 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:33:42.291 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:33:42.282391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:33:52.508 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:33:52.498895 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:33:52.558 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:33:52.548177 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:34:02.803 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:34:02.793390 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:34:02.818 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:34:02.809328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:34:13.059 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:34:13.050328 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:34:13.072 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:34:13.062679 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:34:23.289 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:34:23.280067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:34:23.302 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:34:23.292964 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:34:33.524 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:34:33.514207 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:34:33.535 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:34:33.526460 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:34:43.781 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:34:43.772083 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:34:43.794 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:34:43.784758 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:34:54.013 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:34:54.003254 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:34:54.065 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:34:54.056134 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:35:04.305 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:35:04.295800 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:35:04.314 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:35:04.304687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:35:14.543 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:35:14.533058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:35:14.556 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:35:14.546584 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:35:24.775 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:35:24.765189 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:35:24.787 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:35:24.778359 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:35:35.071 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:35:35.061710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:35:35.080 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:35:35.070749 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:35:45.301 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:35:45.290898 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:35:45.317 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:35:45.308541 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:35:55.538 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:35:55.528324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:35:55.552 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:35:55.541891 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:05.771 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:05.761356 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:05.779 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:05.770443 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:15.999 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:15.989299 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:16.014 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:16.004526 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:26.241 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:26.230990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:26.255 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:26.245626 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:36.470 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:36.460275 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:36.486 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:36.476672 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:46.716 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:46.706894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:46.728 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:46.718521 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:56.986 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:56.976777 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:56.998 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:56.988251 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:36:57.352 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:57.342439 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T05:36:57.985 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:57.974694 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-04-02T05:36:57.967+0000 7f7ea1be5340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T05:36:57.986 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:36:57.967+0000 7f7ea1be5340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T05:36:57.986 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:36:57.967+0000 7f7ea1be5340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T05:36:57.987 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T05:36:57.987 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:36:57.974715 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-04-02T05:36:57.967+0000 7f7ea1be5340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T05:36:57.988 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:36:57.967+0000 7f7ea1be5340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T05:36:57.988 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:36:57.967+0000 7f7ea1be5340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T05:36:57.988 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T05:37:07.220 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:37:07.210282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:37:07.233 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:37:07.223423 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:37:17.452 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:37:17.442227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:37:17.465 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:37:17.455608 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:37:27.681 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:37:27.671883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:37:27.693 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:37:27.683827 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:37:37.911 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:37:37.901002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:37:37.924 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:37:37.915114 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:37:48.144 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:37:48.134992 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:37:48.163 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:37:48.153593 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:37:58.393 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:37:58.382925 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:37:58.403 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:37:58.393285 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:38:08.647 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:38:08.637518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:38:08.661 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:38:08.651642 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:38:18.903 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:38:18.893152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:38:18.947 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:38:18.937262 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:38:29.170 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:38:29.160416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:38:29.180 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:38:29.170452 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:38:39.403 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:38:39.392750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:38:39.414 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:38:39.404163 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:38:49.636 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:38:49.625764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:38:49.647 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:38:49.637361 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:38:59.869 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:38:59.858696 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:38:59.879 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:38:59.869649 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:39:10.098 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:39:10.087926 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:39:10.109 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:39:10.099598 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:39:20.343 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:39:20.333190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:39:20.355 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:39:20.345380 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:39:30.578 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:39:30.567491 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:39:30.591 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:39:30.580722 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:39:40.810 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:39:40.799865 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:39:40.822 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:39:40.812776 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:39:51.044 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:39:51.034367 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:39:51.058 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:39:51.047660 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:40:01.281 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:40:01.270508 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:40:01.294 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:40:01.284060 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:40:11.515 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:40:11.504606 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:40:11.529 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:40:11.518743 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:40:21.748 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:40:21.737441 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:40:21.760 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:40:21.750156 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:40:32.001 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:40:31.991042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:40:32.013 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:40:32.002593 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:40:42.305 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:40:42.295012 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:40:42.317 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:40:42.307290 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:40:52.535 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:40:52.524343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:40:52.548 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:40:52.538276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:02.770 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:02.759088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:02.782 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:02.772075 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:13.006 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:12.995727 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:13.053 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:13.042839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:23.309 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:23.298781 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:23.321 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:23.310814 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:33.540 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:33.529343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:33.553 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:33.542439 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:43.776 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:43.764896 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:43.787 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:43.777053 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:54.010 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:53.998909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:54.021 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:54.010823 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:41:54.022 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:41:54.010932 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-04-02T05:42:04.247 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:04.234673 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:42:04.254 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:04.243506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:42:14.475 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:14.464211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:42:14.487 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:14.476339 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:42:24.707 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:24.696322 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:42:24.720 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:24.709945 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:42:25.109 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:25.098611 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-04-02 05:42:25.090433712 +0000 UTC m=+5787.201820044 LastTransitionTime:2022-04-02 04:07:41 +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-04-02T05:42:34.944 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:34.932987 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:42:34.957 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:34.945737 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:42:45.191 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:45.180484 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:42:45.204 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:45.193488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:42:55.426 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:55.414966 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:42:55.435 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:42:55.424182 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:43:05.657 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:05.646170 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:43:05.669 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:05.658825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:43:15.891 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:15.879726 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:43:15.903 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:15.891781 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:43:26.039 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:26.027623 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-04-02 05:43:26.016083123 +0000 UTC m=+5848.127469440 LastTransitionTime:2022-04-02 04:07:41 +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-04-02T05:43:26.122 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:26.110998 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:43:26.135 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:26.124494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:43:36.354 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:36.342680 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:43:36.367 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:36.355639 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:43:46.583 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:46.571953 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:43:46.595 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:46.584152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:43:56.817 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:56.806203 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:43:56.829 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:43:56.817750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:44:07.047 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:44:07.035388 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:44:07.059 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:44:07.047855 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:44:17.283 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:44:17.272007 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:44:17.298 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:44:17.286240 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:44:27.518 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:44:27.506856 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:44:27.530 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:44:27.518539 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:44:37.758 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:44:37.746212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:44:37.772 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:44:37.760542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:44:48.065 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:44:48.053405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:44:48.080 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:44:48.069186 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:44:58.309 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:44:58.296872 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:44:58.321 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:44:58.309408 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:45:08.609 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:45:08.596585 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:45:08.620 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:45:08.608914 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:45:18.837 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:45:18.825109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:45:18.850 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:45:18.837606 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:45:29.073 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:45:29.060411 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:45:29.085 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:45:29.073335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:45:39.309 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:45:39.296884 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:45:39.322 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:45:39.310694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:45:49.545 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:45:49.532799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:45:49.557 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:45:49.545686 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:45:59.779 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:45:59.767578 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:45:59.792 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:45:59.780207 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:46:10.014 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:46:10.001897 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:46:10.032 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:46:10.019976 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:46:20.260 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:46:20.248008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:46:20.270 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:46:20.258646 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:46:30.494 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:46:30.481582 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:46:30.508 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:46:30.496382 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:46:40.738 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:46:40.725990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:46:40.749 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:46:40.737603 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:46:50.988 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:46:50.976192 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:46:51.000 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:46:50.988384 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:47:01.223 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:47:01.210448 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:47:01.235 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:47:01.222885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:47:11.526 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:47:11.513797 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:47:11.542 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:47:11.530562 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:47:21.783 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:47:21.770601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:47:21.794 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:47:21.782471 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:47:32.013 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:47:32.001064 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:47:32.028 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:47:32.015072 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:47:42.250 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:47:42.237344 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:47:42.262 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:47:42.250027 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:47:52.483 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:47:52.470450 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:47:52.497 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:47:52.484900 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:48:02.719 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:48:02.706105 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:48:02.730 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:48:02.718105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:48:12.952 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:48:12.939613 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:48:12.965 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:48:12.952752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:48:23.188 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:48:23.175871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:48:23.197 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:48:23.185124 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:48:33.426 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:48:33.412738 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:48:33.433 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:48:33.421265 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:48:43.697 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:48:43.684128 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:48:43.709 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:48:43.696701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:48:53.928 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:48:53.915600 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:48:53.939 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:48:53.926796 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:49:04.156 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:49:04.143235 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:49:04.166 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:49:04.153562 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:49:14.424 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:49:14.411621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:49:14.437 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:49:14.424467 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:49:24.706 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:49:24.692453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:49:24.718 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:49:24.705676 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:49:34.939 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:49:34.926218 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:49:34.952 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:49:34.938802 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:49:45.203 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:49:45.189936 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:49:45.215 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:49:45.202332 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:49:55.434 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:49:55.420564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:49:55.446 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:49:55.433173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:50:05.689 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:50:05.676397 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:50:05.702 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:50:05.689479 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:50:15.920 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:50:15.906526 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:50:15.931 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:50:15.918562 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:50:26.151 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:50:26.137588 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:50:26.164 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:50:26.150533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:50:36.387 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:50:36.372341 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:50:36.399 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:50:36.385479 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:50:46.617 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:50:46.603635 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:50:46.630 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:50:46.616431 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:50:56.884 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:50:56.870376 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:50:56.892 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:50:56.879303 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:51:07.111 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:51:07.097236 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:51:07.125 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:51:07.111183 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:51:17.344 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:51:17.330021 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:51:17.360 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:51:17.346860 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:51:27.578 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:51:27.564216 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:51:27.588 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:51:27.574325 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:51:37.809 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:51:37.794753 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:51:37.822 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:51:37.808249 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:51:48.113 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:51:48.099409 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:51:48.133 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:51:48.119806 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:51:58.366 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:51:58.352310 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:51:58.378 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:51:58.364610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:52:08.593 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:52:08.579390 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:52:08.601 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:52:08.587399 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:52:18.831 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:52:18.816042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:52:18.843 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:52:18.829634 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:52:29.112 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:52:29.097829 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:52:29.124 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:52:29.110040 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:52:39.375 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:52:39.360988 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:52:39.389 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:52:39.375005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:52:49.633 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:52:49.618637 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:52:49.644 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:52:49.630031 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:52:59.862 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:52:59.848073 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:52:59.876 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:52:59.861770 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:53:10.096 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:10.080961 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:53:10.109 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:10.094658 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:53:20.329 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:20.314133 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:53:20.340 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:20.326353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:53:30.560 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:30.545534 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:53:30.575 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:30.560991 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:53:37.995 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:37.980828 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T05:53:38.598 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:38.582801 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-04-02T05:53:38.573+0000 7f8026781340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T05:53:38.598 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:53:38.573+0000 7f8026781340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T05:53:38.598 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:53:38.573+0000 7f8026781340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T05:53:38.599 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T05:53:38.599 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:38.582824 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-04-02T05:53:38.573+0000 7f8026781340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T05:53:38.599 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:53:38.573+0000 7f8026781340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T05:53:38.599 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T05:53:38.573+0000 7f8026781340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T05:53:38.600 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T05:53:40.792 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:40.777737 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:53:40.806 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:40.791834 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:53:51.057 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:51.042668 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:53:51.067 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:53:51.052415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:54:01.290 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:54:01.275030 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:54:01.299 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:54:01.284392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:54:11.544 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:54:11.528845 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:54:11.553 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:54:11.538648 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:54:21.773 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:54:21.758332 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:54:21.786 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:54:21.771019 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:54:32.007 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:54:31.992034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:54:32.018 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:54:32.003371 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:54:42.302 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:54:42.286792 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:54:42.321 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:54:42.305804 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:54:52.567 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:54:52.551602 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:54:52.578 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:54:52.563597 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:55:02.802 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:55:02.786042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:55:02.814 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:55:02.799002 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:55:13.051 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:55:13.035603 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:55:13.062 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:55:13.047127 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:55:23.282 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:55:23.266747 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:55:23.295 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:55:23.280182 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:55:33.516 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:55:33.500920 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:55:33.529 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:55:33.513807 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:55:43.749 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:55:43.732941 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:55:43.760 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:55:43.745048 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:55:53.981 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:55:53.965894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:55:53.991 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:55:53.976287 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:56:04.214 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:56:04.198436 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:56:04.229 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:56:04.211782 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:56:14.446 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:56:14.430299 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:56:14.460 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:56:14.444179 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:56:24.681 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:56:24.665741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:56:24.696 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:56:24.680275 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:56:34.986 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:56:34.970285 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:56:34.997 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:56:34.981449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:56:45.220 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:56:45.203765 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:56:45.235 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:56:45.219531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:56:55.454 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:56:55.437593 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:56:55.465 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:56:55.450021 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:57:05.685 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:57:05.668757 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:57:05.697 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:57:05.681324 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:57:15.921 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:57:15.904797 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:57:15.932 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:57:15.916261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:57:26.155 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:57:26.139277 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:57:26.167 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:57:26.152048 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:57:36.390 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:57:36.374202 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:57:36.403 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:57:36.386959 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:57:46.624 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:57:46.608309 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:57:46.634 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:57:46.618271 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:57:56.859 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:57:56.843750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:57:56.870 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:57:56.854701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:58:07.098 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:58:07.082473 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:58:07.178 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:58:07.162779 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:58:17.415 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:58:17.399658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:58:17.478 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:58:17.463008 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:58:27.699 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:58:27.683274 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:58:27.712 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:58:27.696725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:58:37.955 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:58:37.939883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:58:37.970 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:58:37.952179 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:58:48.185 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:58:48.170134 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:58:48.212 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:58:48.196826 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:58:58.436 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:58:58.420685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:58:58.449 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:58:58.433505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:59:08.701 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:59:08.685621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:59:08.714 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:59:08.698837 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:59:18.954 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:59:18.938513 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:59:19.057 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:59:18.950500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:59:29.181 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:59:29.165903 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:59:29.192 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:59:29.176930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:59:39.438 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:59:39.422837 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:59:39.450 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:59:39.434998 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:59:49.672 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:59:49.656790 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:59:49.685 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:59:49.670514 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:59:59.903 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:59:59.887127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T05:59:59.916 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 05:59:59.900813 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:00:10.137 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:00:10.121175 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:00:10.188 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:00:10.172561 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:00:20.449 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:00:20.433325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:00:20.481 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:00:20.466450 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:00:30.708 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:00:30.692434 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:00:30.725 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:00:30.710201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:00:40.910 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:00:40.894717 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-04-02 06:00:40.885334833 +0000 UTC m=+6882.996721134 LastTransitionTime:2022-04-02 04:07:41 +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-04-02T06:00:40.942 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:00:40.927583 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:00:40.954 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:00:40.939015 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:00:51.172 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:00:51.157385 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:00:51.184 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:00:51.169640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:01:01.403 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:01:01.387881 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:01:01.417 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:01:01.401166 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:01:11.635 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:01:11.619939 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:01:11.646 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:01:11.631765 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:01:21.868 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:01:21.852871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:01:21.879 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:01:21.864417 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:01:32.099 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:01:32.084064 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:01:32.110 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:01:32.093814 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:01:42.332 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:01:42.316677 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:01:42.342 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:01:42.326872 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:01:52.566 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:01:52.550651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:01:52.579 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:01:52.564256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:02:02.808 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:02:02.793378 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:02:02.818 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:02:02.803575 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:02:13.048 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:02:13.032589 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:02:13.061 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:02:13.046750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:02:23.278 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:02:23.262859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:02:23.290 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:02:23.274523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:02:33.510 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:02:33.495074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:02:33.523 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:02:33.508536 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:02:43.780 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:02:43.765277 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:02:43.792 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:02:43.777634 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:02:54.016 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:02:54.001582 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:02:54.062 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:02:54.047722 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:03:04.335 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:03:04.320710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:03:04.348 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:03:04.333086 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:03:14.613 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:03:14.597977 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:03:14.626 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:03:14.611634 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:03:24.844 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:03:24.828905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:03:24.862 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:03:24.844107 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:03:35.081 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:03:35.066345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:03:35.093 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:03:35.078469 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:03:45.309 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:03:45.294654 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:03:45.322 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:03:45.307463 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:03:55.548 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:03:55.533327 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:03:55.566 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:03:55.551820 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:04:05.786 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:04:05.771203 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:04:05.799 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:04:05.784619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:04:16.020 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:04:16.005482 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:04:16.055 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:04:16.040073 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:04:26.270 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:04:26.255019 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:04:26.286 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:04:26.271366 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:04:36.548 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:04:36.533043 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:04:36.559 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:04:36.544648 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:04:46.800 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:04:46.785374 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:04:46.809 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:04:46.794803 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:04:57.025 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:04:57.010215 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:04:57.033 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:04:57.018809 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:05:07.330 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:05:07.316067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:05:07.340 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:05:07.326157 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:05:17.559 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:05:17.544710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:05:17.609 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:05:17.595328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:05:27.836 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:05:27.821367 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:05:27.850 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:05:27.835942 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:05:38.072 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:05:38.057769 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:05:38.083 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:05:38.069066 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:05:48.305 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:05:48.290003 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:05:48.352 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:05:48.337426 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:05:58.575 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:05:58.560360 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:05:58.587 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:05:58.572873 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:06:08.837 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:06:08.822785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:06:08.850 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:06:08.836068 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:06:19.073 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:06:19.058692 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:06:19.121 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:06:19.107120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:06:29.341 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:06:29.325932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:06:29.354 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:06:29.339550 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:06:39.591 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:06:39.577112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:06:39.611 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:06:39.596272 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:06:49.829 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:06:49.813972 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:06:49.886 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:06:49.871272 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:07:00.106 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:07:00.091616 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:07:00.117 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:07:00.102673 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:07:10.353 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:07:10.338496 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:07:10.362 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:07:10.347390 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:07:20.585 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:07:20.569986 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:07:20.597 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:07:20.582905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:07:30.825 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:07:30.810214 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:07:30.838 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:07:30.822543 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:07:41.052 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:07:41.037623 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:07:41.066 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:07:41.051606 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:07:51.288 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:07:51.273799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:07:51.301 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:07:51.287108 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:08:01.562 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:08:01.547532 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:08:01.575 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:08:01.561187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:08:11.837 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:08:11.822073 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:08:11.847 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:08:11.832701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:08:22.095 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:08:22.078077 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:08:22.105 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:08:22.091279 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:08:32.349 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:08:32.334674 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:08:32.360 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:08:32.345406 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:08:42.631 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:08:42.616572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:08:42.643 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:08:42.628651 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:08:52.870 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:08:52.855199 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:08:52.880 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:08:52.866104 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:09:03.115 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:09:03.100103 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:09:03.127 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:09:03.112640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:09:13.346 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:09:13.331495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:09:13.358 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:09:13.344145 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:09:23.579 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:09:23.564216 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:09:23.590 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:09:23.575590 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:09:33.840 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:09:33.825326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:09:33.854 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:09:33.839113 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:09:44.076 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:09:44.061051 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:09:44.089 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:09:44.074923 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:09:54.309 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:09:54.294005 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:09:54.324 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:09:54.309825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:10:04.555 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:04.540495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:10:04.564 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:04.549863 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:10:14.792 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:14.777201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:10:14.805 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:14.790752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:10:18.604 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:18.589873 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T06:10:19.238 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:19.223025 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-04-02T06:10:19.212+0000 7fd4f1444340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T06:10:19.238 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T06:10:19.212+0000 7fd4f1444340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T06:10:19.239 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T06:10:19.212+0000 7fd4f1444340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T06:10:19.239 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T06:10:19.239 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:19.223049 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-04-02T06:10:19.212+0000 7fd4f1444340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T06:10:19.239 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T06:10:19.212+0000 7fd4f1444340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T06:10:19.240 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T06:10:19.212+0000 7fd4f1444340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T06:10:19.240 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T06:10:25.029 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:25.014103 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:10:25.041 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:25.026874 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:10:35.261 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:35.245986 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:10:35.272 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:35.257621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:10:45.491 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:45.476044 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:10:45.562 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:45.547831 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:10:55.814 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:55.798960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:10:55.825 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:10:55.810859 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:11:06.043 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:11:06.028222 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:11:06.054 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:11:06.039441 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:11:16.273 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:11:16.258918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:11:16.282 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:11:16.267709 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:11:26.499 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:11:26.484665 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:11:26.512 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:11:26.497893 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:11:36.746 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:11:36.731448 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:11:36.755 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:11:36.740523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:11:46.983 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:11:46.967802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:11:46.995 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:11:46.980790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:11:57.220 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:11:57.204717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:11:57.232 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:11:57.217619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:12:07.452 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:12:07.436667 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:12:07.464 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:12:07.448399 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:12:17.690 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:12:17.675108 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:12:17.774 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:12:17.710032 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:12:27.956 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:12:27.941429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:12:27.970 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:12:27.952808 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:12:38.191 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:12:38.176141 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:12:38.204 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:12:38.189580 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:12:48.446 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:12:48.429431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:12:48.459 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:12:48.444683 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:12:58.692 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:12:58.677145 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:12:58.701 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:12:58.686305 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:13:08.941 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:13:08.925759 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:13:08.953 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:13:08.938699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:13:19.175 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:13:19.160517 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:13:19.189 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:13:19.174337 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:13:29.414 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:13:29.399039 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:13:29.426 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:13:29.410939 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:13:39.680 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:13:39.665111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:13:39.691 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:13:39.676979 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:13:49.927 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:13:49.911650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:13:49.938 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:13:49.923097 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:14:00.154 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:14:00.138631 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:14:00.162 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:14:00.148089 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:14:10.383 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:14:10.368505 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:14:10.393 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:14:10.378732 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:14:20.614 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:14:20.599003 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:14:20.627 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:14:20.611641 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:14:30.849 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:14:30.833858 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:14:30.864 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:14:30.848215 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:14:41.119 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:14:41.103661 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:14:41.131 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:14:41.116650 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:14:51.367 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:14:51.351772 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:14:51.379 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:14:51.363894 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:15:01.598 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:15:01.583244 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:15:01.610 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:15:01.594664 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:15:11.827 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:15:11.812568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:15:11.842 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:15:11.827488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:15:22.066 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:15:22.044695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:15:22.067 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:15:22.052736 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:15:32.298 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:15:32.273537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:15:32.306 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:15:32.289013 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:15:42.551 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:15:42.536361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:15:42.564 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:15:42.550090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:15:52.782 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:15:52.767069 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:15:52.795 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:15:52.780367 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:16:03.072 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:16:03.058167 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:16:03.086 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:16:03.072138 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:16:13.313 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:16:13.293513 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:16:13.320 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:16:13.305213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:16:23.541 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:16:23.526461 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:16:23.552 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:16:23.538261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:16:33.851 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:16:33.837174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:16:33.865 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:16:33.850590 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:16:44.088 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:16:44.073653 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:16:44.096 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:16:44.082574 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:16:54.310 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:16:54.296122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:16:54.401 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:16:54.386993 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:17:04.765 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:17:04.749650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:17:04.795 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:17:04.781199 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:17:15.045 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:17:15.030846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:17:15.059 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:17:15.044756 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:17:25.277 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:17:25.262868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:17:25.288 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:17:25.274775 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:17:35.676 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:17:35.661948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:17:35.686 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:17:35.672695 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:17:45.911 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:17:45.897461 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:17:45.923 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:17:45.909306 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:17:56.149 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:17:56.135539 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:17:56.160 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:17:56.146129 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:18:06.378 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:18:06.364119 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:18:06.610 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:18:06.596402 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:18:16.844 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:18:16.830369 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:18:16.876 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:18:16.861848 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:18:27.098 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:18:27.084210 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:18:27.109 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:18:27.096077 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:18:37.503 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:18:37.489399 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:18:37.511 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:18:37.498036 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:18:47.727 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:18:47.713662 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:18:47.775 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:18:47.761989 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:18:58.000 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:18:57.983731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:18:58.008 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:18:57.994711 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:19:08.302 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:19:08.288261 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:19:08.309 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:19:08.295501 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:19:18.526 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:19:18.513094 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:19:18.542 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:19:18.526975 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:19:28.783 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:19:28.770030 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:19:28.793 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:19:28.779103 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:19:39.271 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:19:39.257399 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:19:39.279 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:19:39.266486 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:19:49.495 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:19:49.481098 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:19:49.507 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:19:49.493721 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:19:59.729 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:19:59.715791 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:19:59.741 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:19:59.727822 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:20:10.167 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:20:10.153663 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:20:10.177 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:20:10.164283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:20:20.458 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:20:20.445182 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:20:20.469 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:20:20.456348 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:20:30.769 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:20:30.755886 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:20:30.785 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:20:30.771345 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:20:41.184 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:20:41.170515 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:20:41.196 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:20:41.183105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:20:51.417 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:20:51.403570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:20:51.430 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:20:51.417450 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:21:01.655 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:21:01.642124 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:21:01.664 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:21:01.651423 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:21:12.205 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:21:12.191275 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:21:12.406 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:21:12.392360 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:21:22.629 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:21:22.616112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:21:22.642 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:21:22.629230 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:21:32.859 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:21:32.846431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:21:32.868 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:21:32.855578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:21:43.103 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:21:43.090715 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:21:43.115 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:21:43.102522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:21:53.337 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:21:53.324180 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:21:53.350 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:21:53.337301 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:22:03.575 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:22:03.562448 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:22:03.586 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:22:03.573241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:22:13.809 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:22:13.796386 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:22:13.820 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:22:13.807643 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:22:24.044 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:22:24.031286 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:22:24.056 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:22:24.042868 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:22:34.273 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:22:34.260027 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:22:34.320 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:22:34.306342 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:22:44.587 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:22:44.574241 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:22:44.600 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:22:44.587801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:22:54.843 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:22:54.830744 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:22:54.854 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:22:54.841885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:23:05.078 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:23:05.064914 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:23:05.139 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:23:05.126071 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:23:15.361 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:23:15.348319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:23:15.374 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:23:15.361203 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:23:25.593 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:23:25.580551 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:23:25.611 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:23:25.599007 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:23:35.833 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:23:35.819503 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:23:35.845 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:23:35.833179 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:23:46.066 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:23:46.053960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:23:46.079 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:23:46.066694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:23:56.301 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:23:56.288555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:23:56.312 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:23:56.298948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:24:06.533 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:24:06.520997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:24:06.546 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:24:06.534127 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:24:16.767 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:24:16.754463 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:24:16.780 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:24:16.767886 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:24:26.999 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:24:26.986630 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:24:27.009 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:24:26.997033 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:24:37.229 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:24:37.216736 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:24:37.243 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:24:37.231117 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:24:47.465 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:24:47.451843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:24:47.476 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:24:47.464279 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:24:57.699 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:24:57.686388 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:24:57.710 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:24:57.698498 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:25:07.929 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:25:07.916962 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:25:07.970 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:25:07.957609 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:25:18.190 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:25:18.176931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:25:18.211 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:25:18.195088 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:25:28.436 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:25:28.423174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:25:28.448 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:25:28.436391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:25:38.677 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:25:38.664747 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:25:38.695 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:25:38.682545 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:25:48.915 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:25:48.902695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:25:48.926 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:25:48.914425 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:25:59.150 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:25:59.137999 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:25:59.163 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:25:59.150503 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:26:09.386 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:09.372850 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:26:09.398 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:09.385252 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:26:19.624 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:19.610931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:26:19.635 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:19.622906 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:26:29.856 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:29.843061 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:26:29.870 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:29.857880 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:26:40.095 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:40.081933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:26:40.105 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:40.093235 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:26:50.328 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:50.315655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:26:50.340 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:50.327874 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:26:59.246 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:59.233316 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T06:26:59.942 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:59.929116 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-04-02T06:26:59.921+0000 7f09136bd340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T06:26:59.942 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T06:26:59.921+0000 7f09136bd340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T06:26:59.942 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T06:26:59.921+0000 7f09136bd340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T06:26:59.943 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T06:26:59.943 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:26:59.929141 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-04-02T06:26:59.921+0000 7f09136bd340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T06:26:59.943 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T06:26:59.921+0000 7f09136bd340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T06:26:59.943 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T06:26:59.921+0000 7f09136bd340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T06:26:59.944 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T06:27:00.559 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:27:00.546423 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:27:00.573 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:27:00.561610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:27:10.801 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:27:10.788506 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:27:10.813 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:27:10.800914 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:27:21.040 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:27:21.027432 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:27:21.053 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:27:21.041483 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:27:31.279 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:27:31.266722 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:27:31.290 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:27:31.278072 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:27:41.510 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:27:41.497894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:27:41.522 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:27:41.510414 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:27:51.745 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:27:51.732422 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:27:51.758 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:27:51.745856 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:28:01.988 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:28:01.975749 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:28:02.010 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:28:01.998699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:28:12.244 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:28:12.232474 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:28:12.253 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:28:12.241140 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:28:22.471 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:28:22.459113 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:28:22.483 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:28:22.471587 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:28:32.704 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:28:32.691650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:28:32.716 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:28:32.703874 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:28:42.937 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:28:42.925185 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:28:42.957 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:28:42.945765 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:28:53.182 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:28:53.169593 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:28:53.195 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:28:53.184197 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:29:03.420 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:29:03.407893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:29:03.435 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:29:03.423037 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:29:13.655 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:29:13.643058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:29:13.671 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:29:13.659914 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:29:23.902 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:29:23.889641 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:29:23.911 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:29:23.899613 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:29:34.131 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:29:34.119572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:29:34.143 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:29:34.131401 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:29:44.363 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:29:44.351434 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:29:44.374 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:29:44.362261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:29:54.595 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:29:54.582862 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:29:54.607 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:29:54.595663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:30:04.827 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:30:04.815503 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:30:04.836 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:30:04.824541 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:30:15.059 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:30:15.047795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:30:15.073 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:30:15.061177 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:30:25.294 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:30:25.282282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:30:25.308 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:30:25.297493 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:30:35.535 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:30:35.523492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:30:35.546 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:30:35.534926 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:30:45.765 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:30:45.753508 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:30:45.777 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:30:45.766200 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:30:55.999 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:30:55.987601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:30:56.011 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:30:55.999811 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:31:06.231 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:31:06.219804 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:31:06.241 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:31:06.230632 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:31:16.460 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:31:16.448672 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:31:16.476 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:31:16.465193 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:31:26.702 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:31:26.690343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:31:26.713 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:31:26.701926 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:31:36.931 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:31:36.919726 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:31:36.944 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:31:36.933403 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:31:47.171 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:31:47.159685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:31:47.182 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:31:47.170207 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:31:57.412 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:31:57.400493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:31:57.425 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:31:57.414035 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:32:07.641 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:07.629992 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:32:07.651 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:07.641041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:32:07.943 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:07.932317 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-04-02 06:32:07.921481679 +0000 UTC m=+8770.032867982 LastTransitionTime:2022-04-02 04:07:41 +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-04-02T06:32:17.879 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:17.868035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:32:17.894 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:17.879088 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:32:28.106 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:28.094775 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:32:28.167 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:28.107750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:32:38.338 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:38.326992 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:32:38.354 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:38.341629 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:32:48.577 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:48.565877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:32:48.590 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:48.579613 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:32:58.811 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:58.799893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:32:58.825 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:32:58.812766 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:33:08.854 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:33:08.843870 E | ceph-spec: failed to update cluster condition to {Type:Deleting Status:True Reason:ClusterDeleting Message:Deleting the CephCluster LastHeartbeatTime:2022-04-02 06:33:08.813367199 +0000 UTC m=+8830.924753542 LastTransitionTime:2022-04-02 04:41:44 +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-04-02T06:33:09.059 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:33:09.048467 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:33:09.073 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:33:09.062169 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:33:19.299 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:33:19.288536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:33:19.309 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:33:19.298370 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:33:29.528 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:33:29.517416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:33:29.575 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:33:29.563626 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:33:39.800 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:33:39.789094 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:33:39.812 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:33:39.802193 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:33:50.035 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:33:50.024507 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:33:50.150 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:33:50.035520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:34:00.264 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:34:00.253858 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:34:00.279 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:34:00.267800 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:34:10.498 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:34:10.487427 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:34:10.507 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:34:10.497335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:34:20.732 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:34:20.721137 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:34:20.745 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:34:20.734746 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:34:30.965 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:34:30.955015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:34:30.999 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:34:30.988676 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:34:41.220 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:34:41.209953 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:34:41.233 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:34:41.222524 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:34:51.458 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:34:51.447657 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:34:51.469 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:34:51.458881 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:35:01.690 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:35:01.680219 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:35:01.702 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:35:01.691772 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:35:11.924 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:35:11.913571 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:35:11.932 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:35:11.921761 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:35:22.190 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:35:22.179917 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:35:22.201 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:35:22.190927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:35:32.417 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:35:32.406316 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:35:32.430 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:35:32.419836 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:35:42.650 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:35:42.639554 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:35:42.667 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:35:42.656663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:35:52.895 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:35:52.884234 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:35:52.907 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:35:52.896778 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:36:03.127 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:36:03.117165 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:36:03.138 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:36:03.128191 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:36:13.360 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:36:13.349348 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:36:13.373 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:36:13.363283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:36:23.592 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:36:23.581845 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:36:23.605 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:36:23.595249 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:36:33.868 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:36:33.858035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:36:33.879 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:36:33.869721 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:36:44.136 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:36:44.126218 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:36:44.150 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:36:44.141059 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:36:54.364 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:36:54.353153 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:36:54.377 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:36:54.366747 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:37:04.599 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:37:04.588671 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:37:04.613 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:37:04.603629 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:37:14.847 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:37:14.837057 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:37:14.859 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:37:14.849462 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:37:25.101 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:37:25.091089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:37:25.166 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:37:25.155903 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:37:35.384 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:37:35.374304 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:37:35.396 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:37:35.386779 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:37:45.618 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:37:45.607752 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:37:45.630 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:37:45.620434 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:37:55.852 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:37:55.842150 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:37:55.891 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:37:55.875882 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:38:06.125 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:38:06.115045 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:38:06.136 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:38:06.126717 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:38:16.363 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:38:16.353433 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:38:16.377 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:38:16.367925 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:38:26.623 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:38:26.613448 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:38:26.631 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:38:26.621860 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:38:36.885 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:38:36.875106 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:38:36.894 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:38:36.884597 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:38:47.121 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:38:47.110559 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:38:47.133 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:38:47.123457 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:38:57.357 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:38:57.347247 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:38:57.373 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:38:57.361631 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:39:07.594 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:39:07.583617 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:39:07.605 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:39:07.595806 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:39:17.837 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:39:17.826868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:39:17.883 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:39:17.873802 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:39:28.102 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:39:28.092752 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:39:28.115 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:39:28.105473 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:39:38.417 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:39:38.406755 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:39:38.428 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:39:38.418968 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:39:48.665 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:39:48.655036 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:39:48.677 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:39:48.667891 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:39:58.897 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:39:58.887219 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:39:58.909 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:39:58.899803 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:40:09.135 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:40:09.120134 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:40:09.142 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:40:09.132502 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:40:19.386 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:40:19.376093 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:40:19.396 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:40:19.386461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:40:29.642 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:40:29.632752 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:40:29.654 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:40:29.644488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:40:39.877 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:40:39.867167 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:40:39.889 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:40:39.879889 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:40:50.112 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:40:50.102298 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:40:50.123 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:40:50.114285 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:41:00.342 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:41:00.331371 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:41:00.352 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:41:00.342278 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:41:10.572 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:41:10.561652 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:41:10.585 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:41:10.575394 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:41:20.823 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:41:20.813915 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:41:20.831 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:41:20.821668 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:41:31.051 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:41:31.041506 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:41:31.062 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:41:31.052206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:41:41.284 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:41:41.274618 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:41:41.299 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:41:41.288667 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:41:51.581 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:41:51.571575 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:41:51.594 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:41:51.584890 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:42:01.811 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:01.800925 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:42:01.822 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:01.812814 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:42:01.822 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:01.812858 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-04-02T06:42:12.047 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:12.037557 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:42:12.060 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:12.050250 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:42:22.279 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:22.269324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:42:22.293 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:22.283238 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:42:32.514 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:32.504131 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:42:32.528 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:32.517057 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:42:42.748 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:42.738119 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:42:42.762 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:42.753083 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:42:52.984 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:52.974078 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:42:52.997 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:42:52.987935 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:43:03.222 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:03.212157 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:43:03.236 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:03.226454 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:43:13.457 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:13.446589 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:43:13.467 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:13.457874 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:43:23.692 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:23.682775 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:43:23.704 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:23.695058 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:43:33.923 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:33.913157 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:43:33.932 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:33.922967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:43:39.946 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:39.936633 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T06:43:40.575 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:40.564725 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-04-02T06:43:40.555+0000 7f7015c92340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T06:43:40.575 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T06:43:40.555+0000 7f7015c92340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T06:43:40.575 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T06:43:40.555+0000 7f7015c92340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T06:43:40.576 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T06:43:40.576 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:40.564751 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-04-02T06:43:40.555+0000 7f7015c92340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T06:43:40.576 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T06:43:40.555+0000 7f7015c92340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T06:43:40.577 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T06:43:40.555+0000 7f7015c92340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T06:43:40.577 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T06:43:44.214 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:44.203876 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:43:44.226 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:44.216992 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:43:54.453 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:54.443343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:43:54.465 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:43:54.455817 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:44:04.686 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:44:04.676537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:44:04.699 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:44:04.689719 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:44:14.916 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:44:14.906406 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:44:14.926 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:44:14.917180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:44:25.140 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:44:25.130520 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:44:25.148 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:44:25.139100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:44:35.431 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:44:35.421194 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:44:35.445 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:44:35.436117 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:44:45.663 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:44:45.653278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:44:45.674 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:44:45.665331 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:44:55.911 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:44:55.900920 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:44:55.921 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:44:55.912392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:45:06.151 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:45:06.136802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:45:06.204 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:45:06.194024 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:45:16.423 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:45:16.412731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:45:16.468 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:45:16.458592 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:45:26.682 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:45:26.672464 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:45:26.696 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:45:26.686227 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:45:36.913 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:45:36.903234 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:45:36.926 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:45:36.917108 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:45:47.149 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:45:47.138837 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:45:47.197 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:45:47.186972 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:45:57.425 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:45:57.415287 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:45:57.437 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:45:57.426557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:46:07.657 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:46:07.646608 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:46:07.671 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:46:07.661326 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:46:17.895 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:46:17.884988 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:46:17.913 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:46:17.903650 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:46:28.131 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:46:28.117892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:46:28.139 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:46:28.129589 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:46:38.360 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:46:38.350456 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:46:38.374 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:46:38.364438 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:46:48.596 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:46:48.586329 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:46:48.608 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:46:48.598526 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:46:58.832 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:46:58.821887 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:46:58.860 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:46:58.834535 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:47:09.066 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:47:09.056354 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:47:09.078 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:47:09.068728 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:47:19.300 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:47:19.290109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:47:19.308 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:47:19.299069 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:47:29.538 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:47:29.528492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:47:29.550 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:47:29.540618 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:47:39.778 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:47:39.768515 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:47:39.792 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:47:39.783110 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:47:50.040 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:47:50.030170 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:47:50.051 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:47:50.041197 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:48:00.295 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:48:00.285470 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:48:00.313 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:48:00.303413 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:48:10.586 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:48:10.576537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:48:10.598 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:48:10.588565 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:48:20.817 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:48:20.807047 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:48:20.828 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:48:20.818527 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:48:31.051 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:48:31.041369 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:48:31.063 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:48:31.053166 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:48:41.343 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:48:41.333515 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:48:41.376 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:48:41.366672 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:48:51.600 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:48:51.590471 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:48:51.611 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:48:51.602012 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:49:01.831 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:49:01.821005 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:49:01.845 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:49:01.835723 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:49:12.064 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:49:12.052310 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:49:12.096 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:49:12.086744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:49:22.317 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:49:22.306693 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:49:22.325 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:49:22.315799 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:49:32.545 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:49:32.535126 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:49:32.552 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:49:32.542995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:49:42.773 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:49:42.763078 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:49:42.788 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:49:42.778447 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:49:53.007 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:49:52.996896 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:49:53.018 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:49:53.007942 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:50:03.234 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:03.224422 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:50:03.246 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:03.236557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:50:13.466 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:13.455550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:50:13.478 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:13.468847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:50:23.712 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:23.701553 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:50:23.715 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:23.702563 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-04-02 06:50:23.632841028 +0000 UTC m=+9865.744227323 LastTransitionTime:2022-04-02 04:07:41 +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-04-02T06:50:23.720 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:23.710501 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:50:33.983 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:33.972591 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:50:33.995 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:33.985621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:50:44.220 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:44.210119 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:50:44.233 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:44.223436 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:50:54.457 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:54.446451 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:50:54.468 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:50:54.458658 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:51:04.689 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:51:04.678917 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:51:04.702 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:51:04.692057 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:51:14.920 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:51:14.909611 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:51:14.932 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:51:14.922490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:51:25.150 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:51:25.139963 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:51:25.160 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:51:25.150578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:51:35.383 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:51:35.372761 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:51:35.394 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:51:35.384520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:51:45.623 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:51:45.613264 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:51:45.639 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:51:45.628964 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:51:55.881 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:51:55.870940 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:51:55.895 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:51:55.884787 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:52:06.120 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:52:06.110350 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:52:06.132 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:52:06.121940 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:52:16.351 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:52:16.340542 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:52:16.363 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:52:16.353216 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:52:26.580 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:52:26.569763 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:52:26.594 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:52:26.583630 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:52:36.814 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:52:36.803501 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:52:36.824 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:52:36.813830 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:52:47.043 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:52:47.032396 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:52:47.087 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:52:47.076695 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:52:57.308 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:52:57.298005 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:52:57.321 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:52:57.310827 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:53:07.538 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:53:07.528001 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:53:07.554 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:53:07.544302 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:53:17.773 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:53:17.762534 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:53:17.783 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:53:17.773270 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:53:28.003 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:53:27.991829 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:53:28.013 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:53:28.003276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:53:38.232 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:53:38.221473 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:53:38.245 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:53:38.235660 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:53:48.474 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:53:48.463687 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:53:48.488 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:53:48.478012 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:53:58.712 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:53:58.701558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:53:58.730 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:53:58.719576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:54:08.950 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:54:08.939603 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:54:08.962 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:54:08.952064 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:54:19.176 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:54:19.165723 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:54:19.190 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:54:19.179829 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:54:29.412 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:54:29.401553 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:54:29.423 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:54:29.412746 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:54:39.641 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:54:39.630683 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:54:39.654 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:54:39.643378 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:54:49.874 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:54:49.863300 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:54:49.886 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:54:49.875792 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:55:00.106 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:55:00.095380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:55:00.119 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:55:00.109236 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:55:10.339 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:55:10.328780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:55:10.353 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:55:10.342987 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:55:20.576 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:55:20.564908 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:55:20.587 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:55:20.577051 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:55:30.811 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:55:30.799895 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:55:30.823 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:55:30.812744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:55:41.050 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:55:41.039351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:55:41.063 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:55:41.052674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:55:51.285 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:55:51.274060 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:55:51.296 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:55:51.285997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:56:01.517 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:56:01.506372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:56:01.531 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:56:01.520792 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:56:11.790 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:56:11.778959 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:56:11.798 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:56:11.787636 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:56:22.049 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:56:22.038266 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:56:22.098 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:56:22.085430 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:56:32.314 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:56:32.303598 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:56:32.327 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:56:32.316627 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:56:42.555 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:56:42.544208 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:56:42.567 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:56:42.556354 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:56:52.783 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:56:52.772210 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:56:52.798 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:56:52.787102 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:57:03.021 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:57:03.009863 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:57:03.034 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:57:03.023117 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:57:13.253 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:57:13.242208 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:57:13.312 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:57:13.301418 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:57:23.572 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:57:23.560943 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:57:23.583 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:57:23.573145 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:57:33.806 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:57:33.794761 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:57:33.819 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:57:33.808488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:57:44.039 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:57:44.028597 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:57:44.048 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:57:44.037630 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:57:54.267 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:57:54.256452 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:57:54.281 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:57:54.270625 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:58:04.499 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:58:04.488674 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:58:04.507 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:58:04.496539 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:58:14.732 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:58:14.721312 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:58:14.746 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:58:14.733512 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:58:24.964 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:58:24.953044 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:58:25.044 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:58:25.033107 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:58:35.262 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:58:35.250670 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:58:35.272 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:58:35.261683 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:58:45.516 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:58:45.504605 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:58:45.528 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:58:45.517030 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:58:55.747 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:58:55.736270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:58:55.759 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:58:55.747294 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:59:05.981 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:59:05.970168 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:59:05.995 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:59:05.983820 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:59:16.235 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:59:16.223761 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:59:16.250 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:59:16.238475 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:59:26.468 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:59:26.456821 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:59:26.480 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:59:26.468693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:59:36.720 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:59:36.708648 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:59:36.733 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:59:36.722401 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:59:46.953 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:59:46.941536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:59:46.964 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:59:46.952870 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:59:57.191 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:59:57.179404 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T06:59:57.203 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 06:59:57.191782 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:00:07.421 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:07.409690 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:00:07.433 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:07.422328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:00:17.653 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:17.641473 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:00:17.726 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:17.714385 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:00:20.591 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:20.579570 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T07:00:21.189 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:21.176816 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-04-02T07:00:21.169+0000 7f8075379340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T07:00:21.189 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:00:21.169+0000 7f8075379340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T07:00:21.189 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:00:21.169+0000 7f8075379340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T07:00:21.190 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T07:00:21.190 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:21.176841 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-04-02T07:00:21.169+0000 7f8075379340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T07:00:21.190 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:00:21.169+0000 7f8075379340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T07:00:21.191 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:00:21.169+0000 7f8075379340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T07:00:21.191 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T07:00:27.948 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:27.936600 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:00:27.959 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:27.948150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:00:38.178 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:38.166253 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:00:38.191 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:38.179494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:00:48.410 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:48.398885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:00:48.422 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:48.411281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:00:58.643 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:58.631444 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:00:58.655 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:00:58.643456 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:01:08.876 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:01:08.864564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:01:08.890 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:01:08.878182 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:01:19.113 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:01:19.100750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:01:19.124 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:01:19.113021 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:01:29.347 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:01:29.335060 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:01:29.355 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:01:29.343609 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:01:39.582 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:01:39.570377 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:01:39.595 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:01:39.583837 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:01:49.811 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:01:49.798915 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:01:49.822 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:01:49.810245 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:02:00.043 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:02:00.030647 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:02:00.054 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:02:00.042700 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:02:10.278 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:02:10.266152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:02:10.290 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:02:10.278571 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:02:20.507 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:02:20.494913 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:02:20.518 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:02:20.506468 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:02:30.745 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:02:30.733531 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:02:30.758 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:02:30.746490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:02:40.991 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:02:40.979541 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:02:41.002 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:02:40.989905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:02:51.223 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:02:51.210888 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:02:51.235 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:02:51.223303 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:03:01.453 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:03:01.441207 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:03:01.466 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:03:01.453954 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:03:11.693 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:03:11.681377 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:03:11.703 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:03:11.691147 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:03:21.928 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:03:21.915705 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:03:21.940 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:03:21.928644 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:03:32.161 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:03:32.148515 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:03:32.173 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:03:32.161669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:03:42.396 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:03:42.384264 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:03:42.411 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:03:42.398504 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:03:52.628 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:03:52.616522 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:03:52.641 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:03:52.630055 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:04:02.902 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:04:02.889933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:04:02.915 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:04:02.903790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:04:13.152 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:04:13.140674 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:04:13.166 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:04:13.154688 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:04:23.382 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:04:23.370946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:04:23.395 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:04:23.383734 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:04:33.607 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:04:33.596306 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:04:33.615 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:04:33.603772 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:04:43.834 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:04:43.822950 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:04:43.847 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:04:43.836061 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:04:54.066 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:04:54.054651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:04:54.077 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:04:54.066225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:05:04.294 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:05:04.283085 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:05:04.308 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:05:04.297215 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:05:14.523 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:05:14.512037 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:05:14.536 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:05:14.525069 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:05:24.751 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:05:24.739863 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:05:24.763 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:05:24.752604 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:05:34.990 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:05:34.978968 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:05:35.003 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:05:34.991720 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:05:45.269 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:05:45.257639 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:05:45.280 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:05:45.269466 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:05:55.492 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:05:55.481367 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:05:55.503 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:05:55.492279 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:06:05.752 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:06:05.741060 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:06:05.762 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:06:05.751821 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:06:15.984 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:06:15.973046 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:06:15.996 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:06:15.985145 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:06:26.420 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:06:26.409248 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:06:26.432 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:06:26.420887 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:06:36.649 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:06:36.637694 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:06:36.660 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:06:36.649247 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:06:46.875 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:06:46.864038 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:06:46.924 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:06:46.913339 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:06:57.148 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:06:57.137033 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:06:57.159 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:06:57.148361 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:07:07.378 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:07:07.367415 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:07:07.390 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:07:07.380106 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:07:17.615 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:07:17.604014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:07:17.626 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:07:17.615902 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:07:27.853 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:07:27.843016 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:07:27.865 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:07:27.855199 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:07:38.089 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:07:38.078984 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:07:38.101 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:07:38.091348 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:07:48.325 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:07:48.314827 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:07:48.338 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:07:48.327955 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:07:58.739 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:07:58.728741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:07:58.751 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:07:58.741506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:08:08.973 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:08:08.962327 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:08:08.984 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:08:08.973779 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:08:19.204 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:08:19.193800 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:08:19.337 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:08:19.326991 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:08:29.747 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:08:29.736521 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:08:29.816 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:08:29.805579 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:08:40.043 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:08:40.032726 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:08:40.056 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:08:40.045395 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:08:50.312 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:08:50.300990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:08:50.324 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:08:50.314643 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:09:00.680 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:09:00.670004 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:09:00.715 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:09:00.704708 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:09:10.966 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:09:10.955379 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:09:10.980 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:09:10.968915 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:09:21.195 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:09:21.184145 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:09:21.207 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:09:21.196952 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:09:31.487 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:09:31.477343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:09:31.500 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:09:31.490209 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:09:41.723 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:09:41.712717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:09:41.736 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:09:41.726163 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:09:51.974 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:09:51.964544 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:09:51.987 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:09:51.977453 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:10:02.254 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:10:02.243695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:10:02.265 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:10:02.256041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:10:12.502 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:10:12.492682 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:10:12.517 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:10:12.507517 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:10:22.776 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:10:22.766850 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:10:22.787 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:10:22.777888 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:10:33.006 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:10:32.995908 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:10:33.021 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:10:33.011977 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:10:43.243 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:10:43.232860 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:10:43.255 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:10:43.245071 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:10:53.546 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:10:53.536483 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:10:53.557 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:10:53.547792 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:11:03.783 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:11:03.773576 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:11:03.793 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:11:03.782162 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:11:14.012 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:11:14.002346 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:11:14.024 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:11:14.014491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:11:24.240 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:11:24.231233 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:11:24.251 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:11:24.242296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:11:34.625 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:11:34.615084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:11:34.636 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:11:34.626910 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:11:44.857 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:11:44.847898 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:11:44.869 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:11:44.860429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:11:55.091 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:11:55.081463 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:11:55.103 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:11:55.093428 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:12:05.325 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:12:05.315405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:12:05.333 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:12:05.323633 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:12:15.555 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:12:15.540370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:12:15.564 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:12:15.554982 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:12:25.828 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:12:25.818484 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:12:25.838 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:12:25.829064 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:12:36.097 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:12:36.087464 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:12:36.106 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:12:36.096587 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:12:46.338 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:12:46.328829 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:12:46.351 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:12:46.341563 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:12:56.625 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:12:56.615669 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:12:56.636 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:12:56.627425 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:13:06.856 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:13:06.846755 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:13:06.869 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:13:06.860367 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:13:17.095 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:13:17.085798 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:13:17.108 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:13:17.099124 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:13:27.389 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:13:27.379791 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:13:27.399 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:13:27.389698 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:13:37.877 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:13:37.867557 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:13:37.888 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:13:37.878867 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:13:48.108 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:13:48.098435 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:13:48.121 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:13:48.112618 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:13:58.348 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:13:58.338489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:13:58.361 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:13:58.352215 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:14:08.584 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:14:08.574762 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:14:08.602 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:14:08.589021 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:14:18.821 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:14:18.812301 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:14:18.834 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:14:18.824909 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:14:29.055 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:14:29.046340 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:14:29.070 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:14:29.061415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:14:39.293 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:14:39.284122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:14:39.305 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:14:39.295851 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:14:49.631 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:14:49.622626 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:14:49.641 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:14:49.632429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:14:59.857 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:14:59.848462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:15:00.061 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:15:00.052627 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:15:10.281 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:15:10.272549 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:15:10.299 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:15:10.290710 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:15:20.543 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:15:20.532979 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:15:20.584 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:15:20.574381 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:15:31.017 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:15:31.008555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:15:31.029 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:15:31.020902 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:15:41.342 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:15:41.333132 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:15:41.351 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:15:41.342820 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:15:51.664 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:15:51.654906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:15:51.690 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:15:51.681386 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:16:02.134 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:16:02.125113 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:16:02.144 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:16:02.135199 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:16:12.500 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:16:12.490697 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:16:12.508 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:16:12.499603 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:16:22.734 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:16:22.725389 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:16:22.746 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:16:22.737447 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:16:33.006 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:16:32.997011 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:16:33.014 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:16:33.005009 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:16:43.255 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:16:43.246810 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:16:43.264 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:16:43.255406 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:16:53.564 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:16:53.555664 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:16:53.577 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:16:53.568436 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:17:01.192 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:01.183648 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T07:17:01.807 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:01.797445 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-04-02T07:17:01.791+0000 7f0a7aad9340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T07:17:01.807 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:17:01.791+0000 7f0a7aad9340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T07:17:01.807 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:17:01.791+0000 7f0a7aad9340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T07:17:01.808 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T07:17:01.808 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:01.797469 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-04-02T07:17:01.791+0000 7f0a7aad9340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T07:17:01.808 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:17:01.791+0000 7f0a7aad9340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T07:17:01.808 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:17:01.791+0000 7f0a7aad9340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T07:17:01.809 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T07:17:03.894 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:03.885371 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:17:03.911 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:03.899957 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:17:14.165 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:14.156307 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:17:14.176 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:14.167496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:17:24.394 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:24.384491 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:17:24.401 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:24.392770 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:17:34.629 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:34.620374 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:17:34.642 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:34.633649 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:17:44.860 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:44.851871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:17:44.873 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:44.864793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:17:55.093 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:55.084689 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:17:55.114 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:17:55.106174 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:18:05.377 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:18:05.368755 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:18:05.390 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:18:05.381943 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:18:15.655 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:18:15.646923 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:18:15.668 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:18:15.659958 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:18:25.929 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:18:25.920920 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:18:25.941 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:18:25.933056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:18:36.190 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:18:36.181367 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:18:36.201 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:18:36.192820 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:18:46.421 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:18:46.412278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:18:46.430 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:18:46.422259 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:18:56.701 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:18:56.690998 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:18:56.714 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:18:56.704104 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:19:06.932 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:19:06.923617 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:19:06.941 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:19:06.933168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:19:17.216 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:19:17.207983 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:19:17.228 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:19:17.219214 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:19:27.448 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:19:27.439540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:19:27.458 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:19:27.450065 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:19:37.677 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:19:37.668906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:19:37.689 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:19:37.681299 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:19:47.910 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:19:47.901602 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:19:47.924 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:19:47.915762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:19:58.145 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:19:58.136836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:19:58.159 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:19:58.151047 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:20:08.380 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:20:08.370958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:20:08.393 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:20:08.384568 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:20:18.613 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:20:18.604836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:20:18.625 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:20:18.616746 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:20:28.848 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:20:28.839127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:20:28.861 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:20:28.852422 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:20:39.082 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:20:39.073339 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:20:39.096 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:20:39.087811 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:20:49.316 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:20:49.307654 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:20:49.328 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:20:49.320168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:20:59.550 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:20:59.541275 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:20:59.582 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:20:59.573492 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:21:09.800 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:21:09.791443 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:21:09.813 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:21:09.805291 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:21:20.027 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:21:20.018379 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:21:20.039 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:21:20.031478 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:21:30.260 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:21:30.252098 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:21:30.270 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:21:30.262384 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:21:40.500 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:21:40.491430 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:21:40.514 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:21:40.505730 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:21:50.792 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:21:50.784135 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:21:50.805 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:21:50.797588 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:21:51.226 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:21:51.217982 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-04-02 07:21:51.210006342 +0000 UTC m=+11753.321392688 LastTransitionTime:2022-04-02 04:07:41 +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-04-02T07:22:01.061 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:01.052382 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:22:01.073 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:01.065310 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:22:11.331 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:11.322693 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:22:11.341 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:11.333368 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:22:21.555 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:21.547372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:22:21.567 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:21.559618 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:22:31.794 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:31.786070 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:22:31.807 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:31.797719 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:22:42.027 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:42.019126 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:22:42.041 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:42.031795 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:22:52.132 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:52.123693 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-04-02 07:22:52.110113959 +0000 UTC m=+11814.221500311 LastTransitionTime:2022-04-02 04:07:41 +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-04-02T07:22:52.306 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:52.297878 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:22:52.326 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:22:52.318614 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:23:02.581 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:23:02.572272 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:23:02.591 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:23:02.583181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:23:12.809 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:23:12.800202 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:23:12.820 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:23:12.811874 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:23:23.239 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:23:23.231129 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:23:23.251 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:23:23.242928 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:23:33.469 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:23:33.460537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:23:33.482 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:23:33.473906 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:23:43.706 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:23:43.697933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:23:43.717 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:23:43.709622 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:23:53.937 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:23:53.929133 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:23:53.951 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:23:53.942366 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:24:04.172 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:24:04.163546 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:24:04.183 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:24:04.174639 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:24:14.409 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:24:14.401253 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:24:14.447 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:24:14.436005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:24:24.685 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:24:24.676247 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:24:24.698 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:24:24.690263 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:24:34.930 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:24:34.921762 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:24:34.945 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:24:34.936707 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:24:45.170 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:24:45.162222 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:24:45.183 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:24:45.175155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:24:55.405 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:24:55.397029 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:24:55.423 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:24:55.413621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:25:05.645 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:25:05.637412 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:25:05.657 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:25:05.647214 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:25:15.874 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:25:15.866412 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:25:15.887 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:25:15.879537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:25:26.196 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:25:26.188331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:25:26.206 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:25:26.198445 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:25:36.492 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:25:36.483965 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:25:36.506 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:25:36.498478 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:25:46.726 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:25:46.718294 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:25:46.738 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:25:46.730270 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:25:57.182 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:25:57.174176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:25:57.227 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:25:57.219214 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:26:07.447 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:26:07.438802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:26:07.459 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:26:07.451018 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:26:17.679 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:26:17.671155 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:26:17.885 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:26:17.876801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:26:28.104 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:26:28.096142 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:26:28.116 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:26:28.109080 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:26:38.341 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:26:38.332727 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:26:38.354 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:26:38.346769 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:26:48.639 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:26:48.631246 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:26:48.649 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:26:48.641651 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:26:59.004 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:26:58.996418 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:26:59.018 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:26:59.010687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:27:09.239 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:27:09.230732 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:27:09.250 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:27:09.242914 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:27:19.471 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:27:19.463313 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:27:19.483 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:27:19.475402 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:27:29.703 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:27:29.694835 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:27:29.716 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:27:29.708818 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:27:39.937 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:27:39.929303 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:27:39.948 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:27:39.941170 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:27:50.170 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:27:50.162054 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:27:50.182 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:27:50.174881 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:28:00.406 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:28:00.398231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:28:00.417 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:28:00.409427 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:28:10.639 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:28:10.631663 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:28:10.653 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:28:10.645661 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:28:20.876 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:28:20.868600 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:28:20.889 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:28:20.881145 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:28:31.108 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:28:31.100820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:28:31.119 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:28:31.111641 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:28:41.378 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:28:41.370027 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:28:41.390 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:28:41.382845 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:28:51.635 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:28:51.603060 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:28:51.636 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:28:51.610793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:29:01.842 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:29:01.834473 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:29:01.853 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:29:01.845746 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:29:12.082 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:29:12.074137 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:29:12.173 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:29:12.164939 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:29:22.425 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:29:22.416883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:29:22.439 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:29:22.431498 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:29:32.792 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:29:32.783615 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:29:32.802 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:29:32.795194 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:29:43.059 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:29:43.051599 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:29:43.073 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:29:43.065240 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:29:53.380 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:29:53.372234 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:29:53.391 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:29:53.383671 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:30:03.609 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:30:03.600776 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:30:03.645 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:30:03.637551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:30:13.864 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:30:13.856629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:30:13.873 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:30:13.866277 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:30:24.115 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:30:24.107090 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:30:24.142 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:30:24.134806 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:30:34.365 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:30:34.356961 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:30:34.435 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:30:34.427025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:30:44.652 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:30:44.644330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:30:44.669 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:30:44.656809 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:30:54.906 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:30:54.898633 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:30:54.914 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:30:54.906867 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:31:05.138 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:31:05.129733 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:31:05.150 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:31:05.142825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:31:15.413 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:31:15.405448 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:31:15.424 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:31:15.417147 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:31:25.798 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:31:25.790507 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:31:25.809 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:31:25.801389 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:31:36.027 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:31:36.019311 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:31:36.038 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:31:36.030632 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:31:46.254 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:31:46.246444 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:31:46.267 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:31:46.259555 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:31:56.522 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:31:56.514185 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:31:56.534 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:31:56.526270 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:32:06.759 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:32:06.751475 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:32:06.771 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:32:06.762967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:32:16.989 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:32:16.981240 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:32:17.041 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:32:17.033770 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:32:27.321 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:32:27.313416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:32:27.331 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:32:27.323388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:32:37.553 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:32:37.545526 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:32:37.582 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:32:37.574993 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:32:47.874 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:32:47.866753 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:32:47.885 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:32:47.877580 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:32:58.300 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:32:58.292494 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:32:58.313 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:32:58.306206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:33:08.561 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:08.553606 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:33:08.574 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:08.566454 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:33:18.831 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:18.822648 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:33:18.841 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:18.832899 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:33:29.212 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:29.204584 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:33:29.224 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:29.216843 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:33:39.444 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:39.436005 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:33:39.455 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:39.448490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:33:41.814 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:41.806175 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T07:33:42.493 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:42.484861 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-04-02T07:33:42.475+0000 7f2634f35340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T07:33:42.493 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:33:42.475+0000 7f2634f35340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T07:33:42.493 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:33:42.475+0000 7f2634f35340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T07:33:42.494 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T07:33:42.494 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:42.484887 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-04-02T07:33:42.475+0000 7f2634f35340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T07:33:42.494 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:33:42.475+0000 7f2634f35340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T07:33:42.494 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:33:42.475+0000 7f2634f35340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T07:33:42.495 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T07:33:49.676 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:49.668373 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:33:49.689 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:49.681081 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:33:59.938 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:59.930680 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:33:59.947 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:33:59.939838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:34:10.167 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:34:10.159164 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:34:10.181 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:34:10.173140 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:34:20.397 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:34:20.389474 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:34:20.407 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:34:20.400366 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:34:30.646 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:34:30.638674 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:34:30.658 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:34:30.650437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:34:40.887 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:34:40.879495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:34:40.897 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:34:40.890196 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:34:51.142 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:34:51.134292 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:34:51.159 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:34:51.146869 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:35:01.455 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:35:01.447542 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:35:01.467 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:35:01.459437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:35:11.687 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:35:11.679168 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:35:11.698 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:35:11.690547 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:35:21.919 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:35:21.910885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:35:21.932 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:35:21.924468 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:35:32.148 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:35:32.140394 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:35:32.160 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:35:32.153398 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:35:42.375 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:35:42.367188 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:35:42.386 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:35:42.378780 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:35:52.605 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:35:52.598034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:35:52.618 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:35:52.611283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:36:02.839 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:36:02.831565 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:36:02.850 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:36:02.843044 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:36:13.070 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:36:13.062958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:36:13.083 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:36:13.075557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:36:23.303 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:36:23.294848 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:36:23.321 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:36:23.313409 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:36:33.542 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:36:33.534716 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:36:33.553 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:36:33.545461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:36:43.797 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:36:43.789485 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:36:43.809 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:36:43.802012 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:36:54.026 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:36:54.018614 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:36:54.034 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:36:54.026694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:37:04.278 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:04.270951 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:37:04.291 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:04.283416 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:37:04.455 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:04.447682 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-04-02 07:37:04.437323216 +0000 UTC m=+12666.548709543 LastTransitionTime:2022-04-02 04:07:41 +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-04-02T07:37:14.528 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:14.520460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:37:14.538 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:14.529785 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:37:24.756 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:24.748186 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:37:24.765 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:24.757167 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:37:34.981 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:34.973653 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:37:34.995 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:34.987178 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:37:45.252 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:45.244529 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:37:45.265 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:45.258143 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:37:55.494 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:55.486824 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:37:55.507 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:37:55.499387 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:38:05.984 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:38:05.976528 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:38:05.996 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:38:05.989042 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:38:16.221 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:38:16.213215 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:38:16.234 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:38:16.226763 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:38:26.460 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:38:26.452429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:38:26.472 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:38:26.464849 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:38:36.694 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:38:36.685546 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:38:36.701 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:38:36.694111 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:38:46.927 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:38:46.919567 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:38:46.939 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:38:46.932014 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:38:57.156 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:38:57.148458 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:38:57.169 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:38:57.161429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:39:07.491 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:39:07.483987 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:39:07.502 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:39:07.495393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:39:17.726 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:39:17.718198 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:39:17.738 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:39:17.731007 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:39:27.958 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:39:27.950121 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:39:27.969 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:39:27.961577 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:39:38.350 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:39:38.342626 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:39:38.363 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:39:38.355607 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:39:48.586 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:39:48.578251 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:39:48.599 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:39:48.591498 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:39:58.823 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:39:58.814942 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:39:58.835 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:39:58.828352 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:40:09.058 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:40:09.050107 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:40:09.069 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:40:09.061488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:40:19.289 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:40:19.281239 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:40:19.338 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:40:19.330333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:40:29.557 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:40:29.548750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:40:29.568 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:40:29.561057 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:40:39.805 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:40:39.797722 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:40:39.828 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:40:39.820496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:40:50.048 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:40:50.040428 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:40:50.101 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:40:50.093748 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:41:00.321 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:41:00.313822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:41:00.333 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:41:00.325301 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:41:10.545 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:41:10.537433 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:41:10.557 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:41:10.550226 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:41:20.791 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:41:20.783015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:41:20.803 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:41:20.795405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:41:31.039 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:41:31.031291 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:41:31.049 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:41:31.040867 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:41:41.285 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:41:41.277561 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:41:41.298 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:41:41.290323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:41:51.520 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:41:51.512798 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:41:51.530 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:41:51.522465 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:42:01.752 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:01.744695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:42:01.765 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:01.758187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:42:11.991 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:11.983429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:42:12.003 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:11.995943 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:42:12.004 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:11.995970 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-04-02T07:42:22.248 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:22.240678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:42:22.260 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:22.252458 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:42:32.480 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:32.472362 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:42:32.492 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:32.484378 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:42:42.718 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:42.710420 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:42:42.763 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:42.755419 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:42:52.985 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:52.977262 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:42:52.996 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:42:52.989018 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:43:03.240 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:43:03.232877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:43:03.254 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:43:03.246790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:43:13.479 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:43:13.470975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:43:13.510 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:43:13.501779 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:43:23.730 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:43:23.722678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:43:23.741 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:43:23.733762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:43:33.962 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:43:33.954203 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:43:33.975 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:43:33.967721 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:43:44.192 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:43:44.184828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:43:44.208 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:43:44.197114 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:43:54.420 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:43:54.412483 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:43:54.432 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:43:54.425219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:44:04.653 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:44:04.645457 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:44:04.719 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:44:04.711786 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:44:14.940 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:44:14.932252 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:44:14.951 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:44:14.944041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:44:25.187 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:44:25.180044 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:44:25.201 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:44:25.193552 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:44:35.416 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:44:35.407692 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:44:35.428 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:44:35.420975 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:44:45.647 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:44:45.639922 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:44:45.662 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:44:45.654471 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:44:55.901 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:44:55.893815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:44:55.912 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:44:55.903940 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:45:06.174 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:45:06.166356 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:45:06.190 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:45:06.182923 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:45:16.412 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:45:16.404246 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:45:16.421 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:45:16.414291 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:45:26.640 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:45:26.631742 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:45:26.651 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:45:26.643863 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:45:36.869 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:45:36.862082 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:45:36.881 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:45:36.873978 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:45:47.229 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:45:47.221463 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:45:47.250 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:45:47.235987 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:45:57.462 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:45:57.454758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:45:57.474 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:45:57.466901 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:46:07.694 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:46:07.687055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:46:07.710 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:46:07.702929 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:46:17.927 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:46:17.919509 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:46:17.937 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:46:17.930513 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:46:28.155 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:46:28.148342 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:46:28.168 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:46:28.160593 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:46:38.389 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:46:38.381629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:46:38.400 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:46:38.393005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:46:48.627 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:46:48.619613 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:46:48.639 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:46:48.632795 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:46:58.864 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:46:58.856371 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:46:58.875 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:46:58.868139 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:47:09.092 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:47:09.084259 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:47:09.104 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:47:09.097875 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:47:19.321 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:47:19.313903 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:47:19.334 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:47:19.326695 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:47:29.661 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:47:29.652712 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:47:29.674 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:47:29.667101 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:47:39.908 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:47:39.896291 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:47:39.925 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:47:39.918661 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:47:50.312 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:47:50.304256 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:47:50.326 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:47:50.319044 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:48:00.594 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:48:00.587121 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:48:00.608 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:48:00.600859 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:48:10.881 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:48:10.873781 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:48:10.892 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:48:10.885411 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:48:21.112 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:48:21.105377 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:48:21.125 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:48:21.118051 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:48:31.506 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:48:31.498904 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:48:31.516 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:48:31.509229 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:48:41.733 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:48:41.725400 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:48:41.748 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:48:41.740951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:48:52.174 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:48:52.166756 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:48:52.189 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:48:52.181723 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:49:02.584 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:49:02.577290 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:49:02.596 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:49:02.589392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:49:12.818 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:49:12.808015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:49:12.827 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:49:12.820263 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:49:23.142 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:49:23.135194 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:49:23.152 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:49:23.145431 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:49:33.376 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:49:33.369101 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:49:33.389 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:49:33.381974 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:49:43.705 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:49:43.697095 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:49:43.715 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:49:43.708685 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:49:54.011 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:49:54.004445 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:49:54.024 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:49:54.017287 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:50:04.243 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:04.236559 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:50:04.305 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:04.297789 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:50:14.548 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:14.540554 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:50:14.559 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:14.552510 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:50:22.502 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:22.495210 I | op-mon: parsing mon endpoints: a=172.21.15.116:6789 2022-04-02T07:50:23.091 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:23.083740 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-04-02T07:50:23.075+0000 7f5a5472d340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T07:50:23.092 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:50:23.075+0000 7f5a5472d340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T07:50:23.092 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:50:23.075+0000 7f5a5472d340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T07:50:23.092 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T07:50:23.092 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:23.083763 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-04-02T07:50:23.075+0000 7f5a5472d340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-04-02T07:50:23.093 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:50:23.075+0000 7f5a5472d340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-04-02T07:50:23.093 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02T07:50:23.075+0000 7f5a5472d340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-04-02T07:50:23.093 INFO:tasks.rook.operator.smithi116.stdout:couldn't init storage provider. : exit status 5 2022-04-02T07:50:24.774 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:24.766805 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:50:24.785 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:24.778895 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:50:35.015 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:35.006831 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:50:35.027 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:35.019883 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:50:45.255 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:45.248211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:50:45.265 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:45.258151 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:50:55.560 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:55.553324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:50:55.569 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:50:55.562279 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:51:05.784 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:51:05.776667 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:51:05.797 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:51:05.790981 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:51:16.017 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:51:16.010327 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:51:16.029 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:51:16.022440 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:51:26.302 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:51:26.294930 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:51:26.314 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:51:26.307869 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:51:36.535 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:51:36.528132 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:51:36.547 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:51:36.540187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:51:46.765 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:51:46.758275 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:51:46.774 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:51:46.767727 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:51:57.041 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:51:57.034350 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:51:57.050 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:51:57.043923 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:52:07.431 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:07.423975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:52:07.442 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:07.434841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:52:17.467 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:17.460372 E | ceph-spec: failed to update cluster condition to {Type:Deleting Status:True Reason:ClusterDeleting Message:Deleting the CephCluster LastHeartbeatTime:2022-04-02 07:52:17.436034955 +0000 UTC m=+13579.547421231 LastTransitionTime:2022-04-02 04:41:44 +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-04-02T07:52:17.671 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:17.664354 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:52:17.683 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:17.676441 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:52:27.907 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:27.899750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:52:27.919 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:27.913095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:52:38.138 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:38.130792 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:52:38.149 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:38.142378 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:52:48.370 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:48.362982 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:52:48.381 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:48.374222 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:52:58.630 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:58.623113 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:52:58.641 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:52:58.634801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:53:09.034 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:53:09.027440 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:53:09.047 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:53:09.040617 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:53:19.268 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:53:19.260771 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:53:19.281 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:53:19.274236 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:53:29.504 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:53:29.496994 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:53:29.515 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:53:29.508437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:53:39.738 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:53:39.731290 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:53:39.751 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:53:39.743691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:53:49.972 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:53:49.965579 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:53:49.984 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:53:49.977470 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:54:00.204 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:54:00.197605 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:54:00.216 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:54:00.209562 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:54:10.437 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:54:10.429556 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:54:10.450 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:54:10.442362 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:54:20.668 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:54:20.661125 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:54:20.677 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:54:20.671137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:54:30.935 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:54:30.891909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:54:30.936 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:54:30.900237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:54:41.135 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:54:41.127567 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:54:41.143 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:54:41.136482 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:54:51.359 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:54:51.352321 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:54:51.371 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:54:51.364228 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:55:01.590 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:55:01.582865 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:55:01.601 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:55:01.595111 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:55:11.822 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:55:11.814976 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:55:11.834 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:55:11.827232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:55:22.052 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:55:22.044918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:55:22.065 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:55:22.058353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:55:32.284 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:55:32.277098 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:55:32.296 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:55:32.289895 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:55:42.518 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:55:42.510982 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:55:42.529 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:55:42.523180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:55:52.753 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:55:52.745993 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:55:52.763 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:55:52.756724 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:56:02.983 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:56:02.975964 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:56:02.995 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:56:02.988031 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:56:13.237 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:56:13.230007 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:56:13.250 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:56:13.243388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:56:23.468 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:56:23.461625 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:56:23.480 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:56:23.474218 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:56:33.726 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:56:33.719089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:56:33.737 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:56:33.731085 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:56:43.955 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:56:43.948392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:56:43.968 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:56:43.961249 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:56:54.188 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:56:54.181644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:56:54.201 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:56:54.194613 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:57:04.423 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:57:04.416764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:57:04.436 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:57:04.429563 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:57:14.656 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:57:14.649648 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:57:14.671 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:57:14.664237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:57:24.893 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:57:24.885715 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:57:24.904 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:57:24.897123 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:57:35.127 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:57:35.120222 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:57:35.139 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:57:35.133226 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:57:45.357 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:57:45.350259 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:57:45.368 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:57:45.362198 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:57:55.591 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:57:55.583924 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:57:55.605 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:57:55.596006 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:58:05.820 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:58:05.813143 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:58:05.831 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:58:05.825092 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:58:16.055 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:58:16.047163 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:58:16.067 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:58:16.059622 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:58:26.288 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:58:26.281493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:58:26.300 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:58:26.294109 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:58:36.524 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:58:36.517886 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:58:36.547 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:58:36.541085 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:58:46.776 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:58:46.769607 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:58:46.787 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:58:46.781188 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:58:57.004 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:58:56.997696 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:58:57.026 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:58:57.019527 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:59:07.254 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:59:07.247215 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:59:07.262 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:59:07.255449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:59:17.480 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:59:17.472826 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:59:17.493 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:59:17.485863 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:59:27.721 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:59:27.713923 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:59:27.759 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:59:27.752224 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:59:37.979 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:59:37.972867 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:59:37.989 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:59:37.981929 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:59:48.207 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:59:48.200629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:59:48.220 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:59:48.213155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:59:58.439 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:59:58.432549 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T07:59:58.452 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 07:59:58.445914 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:00:08.672 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:00:08.665778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:00:08.684 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:00:08.677122 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:00:18.901 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:00:18.894245 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:00:18.912 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:00:18.906256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:00:29.132 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:00:29.125069 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:00:29.144 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:00:29.138042 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:00:39.362 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:00:39.355772 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:00:39.374 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:00:39.367522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:00:49.625 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:00:49.617961 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:00:49.637 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:00:49.630725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:00:59.857 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:00:59.850110 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:00:59.868 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:00:59.861004 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:01:10.090 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:01:10.082718 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:01:10.103 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:01:10.096110 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:01:20.325 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:01:20.318572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:01:20.334 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:01:20.327473 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:01:30.561 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:01:30.554219 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:01:30.578 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:01:30.571023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:01:40.798 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:01:40.791418 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:01:40.810 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:01:40.804063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:01:51.041 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:01:51.034652 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:01:51.053 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:01:51.046953 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:02:01.283 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:02:01.275838 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:02:01.302 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:02:01.295392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:02:11.524 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:02:11.517177 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:02:11.536 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:02:11.529592 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:02:21.757 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:02:21.750493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:02:21.770 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:02:21.763646 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:02:31.996 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:02:31.988769 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:02:32.009 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:02:32.002135 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:02:42.230 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:02:42.223191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:02:42.242 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:02:42.235949 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:02:52.463 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:02:52.456204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:02:52.475 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:02:52.468186 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:03:02.697 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:03:02.690190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:03:02.711 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:03:02.704632 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:03:12.933 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:03:12.926735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:03:12.946 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:03:12.939733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:03:23.163 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:03:23.156802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:03:23.176 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:03:23.169744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:03:33.414 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:03:33.407633 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:03:33.423 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:03:33.416853 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:03:43.691 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:03:43.684409 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:03:43.706 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:03:43.699401 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:03:53.942 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:03:53.935757 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:03:53.957 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:03:53.950320 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:04:04.176 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:04:04.169266 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:04:04.188 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:04:04.181917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:04:14.416 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:04:14.408891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:04:14.438 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:04:14.431031 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:04:24.715 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:04:24.708358 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:04:24.735 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:04:24.727844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:04:34.962 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:04:34.955289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:04:34.971 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:04:34.964157 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:04:45.186 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:04:45.179771 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:04:45.200 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:04:45.192349 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:04:55.426 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:04:55.419711 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:04:55.438 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:04:55.432031 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:05:05.658 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:05:05.651618 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:05:05.687 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:05:05.680715 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:05:15.917 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:05:15.910422 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:05:15.929 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:05:15.922412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:05:26.158 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:05:26.151025 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:05:26.172 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:05:26.165800 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:05:36.404 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:05:36.397187 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:05:36.418 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:05:36.411729 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:05:46.644 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:05:46.637173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:05:46.657 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:05:46.650270 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:05:56.876 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:05:56.869671 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T08:05:56.889 INFO:tasks.rook.operator.smithi116.stdout:2022-04-02 08:05:56.882208 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-04-02T10:26:59.393 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2022-04-02T10:26:59.429 DEBUG:teuthology.task.console_log:Killing console logger for smithi116 2022-04-02T10:26:59.431 DEBUG:teuthology.exit:Finished running handlers