2024-04-16T00:53:46.609 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-16T00:53:46.610 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/off mon_election/classic task/test_set_mon_crush_locations} --archive /home/teuthworker/archive/teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi/7657781 --owner scheduled_teuthology@teuthology --name teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi --verbose -- /home/teuthworker/archive/teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi/7657781/orig.config.yaml 2024-04-16T00:53:46.641 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-16T00:53:46.725 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi/7657781 branch: reef description: orch/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/off mon_election/classic task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7657781' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: reef ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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\) sha1: e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef sha1: f1f10a1c441d6255eaa3105af60f09fbca74c76c owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 7288 sha1: e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 sleep_before_teardown: 0 subset: 7/64 suite: orch suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_f1f10a1c441d6255eaa3105af60f09fbca74c76c/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: f1f10a1c441d6255eaa3105af60f09fbca74c76c targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLj189chSsDzoMPgg6g1NA0xnso3H6iUff40gx129L/SSCgi9rRgMpDBpjhb/5ORktAR+j2Smny57EnXo/YFb4I= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG/GmhuxIxwuxZ13GQsF8+X7HqbsGPuXn+Iqho2Rj7BYw8ytnoA3BeALM8W1H+lS1O4s/kirW+BJhWJLLNeADvw= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJHfJ7206uXxGHgix54vQ081D0HQfr/geZoUjy3yaQekw9qIyi/2NJ62mix0AdKUC97e/zOCkCfwUCTUWa11EuY= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7f9b1f2aff70>, signals=[15]) 2024-04-16T00:53:47.233 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-16T00:53:47.239 INFO:teuthology.task.internal:Opening connections... 2024-04-16T00:53:47.239 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-04-16T00:53:47.241 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T00:53:47.315 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-04-16T00:53:47.316 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T00:53:47.388 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-04-16T00:53:47.389 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T00:53:47.463 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-16T00:53:47.471 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-04-16T00:53:47.494 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-04-16T00:53:47.494 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-04-16T00:53:47.555 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-04-16T00:53:47.555 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="8" 2024-04-16T00:53:47.555 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-04-16T00:53:47.555 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-04-16T00:53:47.555 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="8" 2024-04-16T00:53:47.555 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el8" 2024-04-16T00:53:47.555 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-16T00:53:47.555 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-04-16T00:53:47.555 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-16T00:53:47.555 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-04-16T00:53:47.555 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-16T00:53:47.556 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-16T00:53:47.556 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-16T00:53:47.556 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-04-16T00:53:47.577 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-04-16T00:53:47.599 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-04-16T00:53:47.599 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-04-16T00:53:47.661 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2024-04-16T00:53:47.661 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="8" 2024-04-16T00:53:47.661 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2024-04-16T00:53:47.661 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2024-04-16T00:53:47.661 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="8" 2024-04-16T00:53:47.661 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el8" 2024-04-16T00:53:47.661 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-16T00:53:47.661 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2024-04-16T00:53:47.662 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-16T00:53:47.662 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2024-04-16T00:53:47.662 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-16T00:53:47.662 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-16T00:53:47.662 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-16T00:53:47.662 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-04-16T00:53:47.685 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-04-16T00:53:47.708 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-04-16T00:53:47.708 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-04-16T00:53:47.769 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="CentOS Stream" 2024-04-16T00:53:47.769 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="8" 2024-04-16T00:53:47.769 INFO:teuthology.orchestra.run.smithi133.stdout:ID="centos" 2024-04-16T00:53:47.769 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="rhel fedora" 2024-04-16T00:53:47.769 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="8" 2024-04-16T00:53:47.769 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el8" 2024-04-16T00:53:47.769 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-16T00:53:47.769 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2024-04-16T00:53:47.770 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-16T00:53:47.770 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://centos.org/" 2024-04-16T00:53:47.770 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-16T00:53:47.770 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-16T00:53:47.770 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-16T00:53:47.770 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-04-16T00:53:47.794 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-16T00:53:47.804 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-16T00:53:47.821 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-16T00:53:47.822 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-04-16T00:53:47.825 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-04-16T00:53:47.827 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-04-16T00:53:47.846 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-16T00:53:47.854 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-16T00:53:47.854 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-04-16T00:53:47.886 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-04-16T00:53:47.888 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-04-16T00:53:47.917 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-16T00:53:47.991 INFO:teuthology.run_tasks:Running task kernel... 2024-04-16T00:53:48.005 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-16T00:53:48.005 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-16T00:53:48.006 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-16T00:53:48.006 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-16T00:53:48.007 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-16T00:53:48.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-16T00:53:48.026 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-04-16T00:53:48.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-16T00:53:48.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-16T00:53:48.028 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-04-16T00:53:48.029 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-04-16T00:53:48.087 INFO:teuthology.orchestra.run.smithi133.stdout:4.18.0-489.el8.x86_64 2024-04-16T00:53:48.088 INFO:teuthology.task.kernel:Running kernel on smithi133: 4.18.0-489.el8.x86_64 2024-04-16T00:53:48.088 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2024-04-16T00:53:48.089 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-489.el8.x86_64 2024-04-16T00:53:48.089 INFO:teuthology.task.kernel:Running kernel on smithi098: 4.18.0-489.el8.x86_64 2024-04-16T00:53:48.089 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2024-04-16T00:53:48.090 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-489.el8.x86_64 2024-04-16T00:53:48.090 INFO:teuthology.task.kernel:Running kernel on smithi071: 4.18.0-489.el8.x86_64 2024-04-16T00:53:48.090 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-04-16T00:53:53.258 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - AppStream 10 MB/s | 28 MB 00:02 2024-04-16T00:53:53.596 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - AppStream 9.5 MB/s | 28 MB 00:02 2024-04-16T00:53:53.809 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - AppStream 8.9 MB/s | 28 MB 00:03 2024-04-16T00:54:00.024 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - BaseOS 6.3 MB/s | 10 MB 00:01 2024-04-16T00:54:00.030 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - BaseOS 9.3 MB/s | 10 MB 00:01 2024-04-16T00:54:00.059 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - BaseOS 7.0 MB/s | 10 MB 00:01 2024-04-16T00:54:02.074 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - Extras 40 kB/s | 18 kB 00:00 2024-04-16T00:54:02.076 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras 39 kB/s | 18 kB 00:00 2024-04-16T00:54:02.247 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras 32 kB/s | 18 kB 00:00 2024-04-16T00:54:02.910 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras common packages 11 kB/s | 7.7 kB 00:00 2024-04-16T00:54:02.925 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - Extras common packages 10 kB/s | 7.7 kB 00:00 2024-04-16T00:54:03.165 INFO:teuthology.orchestra.run.smithi071.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-04-16T00:54:03.231 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras common packages 8.8 kB/s | 7.7 kB 00:00 2024-04-16T00:54:03.475 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-04-16T00:54:04.363 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2024-04-16T00:54:06.025 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 6.6 MB/s | 16 MB 00:02 2024-04-16T00:54:08.229 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 305 kB/s | 24 kB 00:00 2024-04-16T00:54:08.661 INFO:teuthology.orchestra.run.smithi133.stdout:Copr repo for python3-asyncssh owned by ceph 628 B/s | 3.5 kB 00:05 2024-04-16T00:54:09.476 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2024-04-16T00:54:09.775 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 466 kB/s | 24 kB 00:00 2024-04-16T00:54:11.242 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-16T00:54:11.242 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-16T00:54:11.346 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T00:54:11.347 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T00:54:11.347 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-16T00:54:11.347 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T00:54:11.347 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T00:54:11.347 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-16T00:54:11.347 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-16T00:54:11.347 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-16T00:54:11.347 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-16T00:54:11.347 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T00:54:11.347 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T00:54:11.347 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T00:54:11.348 INFO:teuthology.orchestra.run.smithi071.stdout:Install 3 Packages 2024-04-16T00:54:11.348 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T00:54:11.348 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 90 M 2024-04-16T00:54:11.348 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 96 M 2024-04-16T00:54:11.348 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T00:54:12.805 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-16T00:54:12.805 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-16T00:54:12.926 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T00:54:12.927 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T00:54:12.927 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-16T00:54:12.927 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T00:54:12.927 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T00:54:12.927 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-16T00:54:12.927 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-16T00:54:12.927 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-16T00:54:12.927 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-16T00:54:12.927 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T00:54:12.927 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T00:54:12.927 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T00:54:12.927 INFO:teuthology.orchestra.run.smithi098.stdout:Install 3 Packages 2024-04-16T00:54:12.928 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T00:54:12.928 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 90 M 2024-04-16T00:54:12.928 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 96 M 2024-04-16T00:54:12.928 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T00:54:13.209 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 551 kB/s | 24 kB 00:00 2024-04-16T00:54:13.621 INFO:teuthology.orchestra.run.smithi071.stdout:(1/3): kernel-4.18.0-552.el8.x86_64.rpm 4.7 MB/s | 10 MB 00:02 2024-04-16T00:54:14.735 INFO:teuthology.orchestra.run.smithi098.stdout:(1/3): kernel-4.18.0-552.el8.x86_64.rpm 6.1 MB/s | 10 MB 00:01 2024-04-16T00:54:16.165 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-16T00:54:16.165 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-16T00:54:16.281 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T00:54:16.281 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T00:54:16.281 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-16T00:54:16.281 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T00:54:16.281 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T00:54:16.282 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-16T00:54:16.282 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-16T00:54:16.282 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-16T00:54:16.282 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-16T00:54:16.282 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T00:54:16.282 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T00:54:16.282 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T00:54:16.282 INFO:teuthology.orchestra.run.smithi133.stdout:Install 3 Packages 2024-04-16T00:54:16.282 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T00:54:16.283 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 90 M 2024-04-16T00:54:16.283 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 96 M 2024-04-16T00:54:16.283 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T00:54:18.669 INFO:teuthology.orchestra.run.smithi133.stdout:(1/3): kernel-4.18.0-552.el8.x86_64.rpm 4.8 MB/s | 10 MB 00:02 2024-04-16T00:54:19.896 INFO:teuthology.orchestra.run.smithi071.stdout:(2/3): kernel-core-4.18.0-552.el8.x86_64.rpm 5.2 MB/s | 44 MB 00:08 2024-04-16T00:54:20.288 INFO:teuthology.orchestra.run.smithi071.stdout:(3/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 4.1 MB/s | 36 MB 00:08 2024-04-16T00:54:20.288 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T00:54:20.288 INFO:teuthology.orchestra.run.smithi071.stdout:Total 10 MB/s | 90 MB 00:08 2024-04-16T00:54:20.968 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T00:54:21.143 INFO:teuthology.orchestra.run.smithi098.stdout:(2/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 4.5 MB/s | 36 MB 00:08 2024-04-16T00:54:21.386 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T00:54:21.386 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T00:54:22.657 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T00:54:22.684 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T00:54:22.754 INFO:teuthology.orchestra.run.smithi133.stdout:(2/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 5.9 MB/s | 36 MB 00:06 2024-04-16T00:54:24.402 INFO:teuthology.orchestra.run.smithi133.stdout:(3/3): kernel-core-4.18.0-552.el8.x86_64.rpm 5.5 MB/s | 44 MB 00:07 2024-04-16T00:54:24.403 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T00:54:24.403 INFO:teuthology.orchestra.run.smithi133.stdout:Total 11 MB/s | 90 MB 00:08 2024-04-16T00:54:24.427 INFO:teuthology.orchestra.run.smithi098.stdout:(3/3): kernel-core-4.18.0-552.el8.x86_64.rpm 3.8 MB/s | 44 MB 00:11 2024-04-16T00:54:24.427 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T00:54:24.427 INFO:teuthology.orchestra.run.smithi098.stdout:Total 7.9 MB/s | 90 MB 00:11 2024-04-16T00:54:25.091 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T00:54:25.111 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T00:54:25.524 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T00:54:25.534 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T00:54:25.534 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T00:54:25.535 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T00:54:25.535 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T00:54:26.096 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-16T00:54:26.788 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T00:54:26.790 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T00:54:26.809 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T00:54:26.818 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T00:54:29.572 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T00:54:29.597 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T00:54:29.645 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-16T00:54:30.035 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-16T00:54:30.062 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-16T00:54:30.150 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-16T00:54:33.493 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-16T00:54:33.570 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-16T00:54:33.752 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-16T00:54:33.810 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:54:33.959 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-16T00:54:34.284 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-16T00:54:37.404 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-16T00:54:37.691 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:54:37.721 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-16T00:54:38.032 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:54:55.857 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:54:55.882 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:54:56.224 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:54:56.225 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-16T00:54:56.225 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-16T00:54:56.930 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:54:56.930 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T00:54:56.930 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T00:54:56.930 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-16T00:54:56.930 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-16T00:54:56.930 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T00:54:56.930 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T00:54:57.106 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-04-16T00:54:57.327 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-16T00:54:57.327 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-16T00:54:57.327 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-16T00:54:57.327 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-16T00:54:57.327 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-16T00:54:57.328 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-16T00:54:57.328 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2024-04-16T00:54:57.328 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-04-16T00:54:57.539 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-16T00:54:57.539 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-16T00:54:57.539 DEBUG:teuthology.orchestra.run.smithi071:> sudo rpm -qi grub2-tools 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:Name : grub2-tools 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:Epoch : 1 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:Version : 2.02 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:Release : 129.el8 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: x86_64 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:Group : System Environment/Base 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:Size : 9265586 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:License : GPLv3+ 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-16T00:54:57.573 INFO:teuthology.orchestra.run.smithi071.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout:Relocations : (not relocatable) 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout:Packager : CentOS BuildSystem 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout:Vendor : CentOS 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout:Summary : Support tools for GRUB. 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout:Description : 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout:hardware devices. 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T00:54:57.574 INFO:teuthology.orchestra.run.smithi071.stdout:This subpackage provides tools for support of all platforms. 2024-04-16T00:54:57.575 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-16T00:54:57.575 INFO:teuthology.task.kernel:Updating grub on smithi071 to boot 4.18.0-552.el8.x86_64 2024-04-16T00:54:57.575 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-16T00:54:59.019 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2024-04-16T00:54:59.524 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:54:59.549 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:54:59.885 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:54:59.885 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-16T00:54:59.885 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-16T00:55:00.132 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:55:00.156 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:55:00.312 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:55:00.313 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T00:55:00.313 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T00:55:00.313 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-16T00:55:00.313 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-16T00:55:00.313 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T00:55:00.313 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T00:55:00.457 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-04-16T00:55:00.596 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:55:00.596 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-16T00:55:00.596 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-16T00:55:00.674 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-16T00:55:00.674 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-16T00:55:00.675 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-16T00:55:00.675 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-16T00:55:00.675 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-16T00:55:00.675 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-16T00:55:00.675 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-04-16T00:55:00.675 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-04-16T00:55:00.885 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-16T00:55:00.886 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-16T00:55:00.886 DEBUG:teuthology.orchestra.run.smithi133:> sudo rpm -qi grub2-tools 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Name : grub2-tools 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Epoch : 1 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Version : 2.02 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Release : 129.el8 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: x86_64 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Group : System Environment/Base 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Size : 9265586 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:License : GPLv3+ 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-16T00:55:00.920 INFO:teuthology.orchestra.run.smithi133.stdout:Relocations : (not relocatable) 2024-04-16T00:55:00.921 INFO:teuthology.orchestra.run.smithi133.stdout:Packager : CentOS BuildSystem 2024-04-16T00:55:00.921 INFO:teuthology.orchestra.run.smithi133.stdout:Vendor : CentOS 2024-04-16T00:55:00.921 INFO:teuthology.orchestra.run.smithi133.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-16T00:55:00.921 INFO:teuthology.orchestra.run.smithi133.stdout:Summary : Support tools for GRUB. 2024-04-16T00:55:00.921 INFO:teuthology.orchestra.run.smithi133.stdout:Description : 2024-04-16T00:55:00.921 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T00:55:00.921 INFO:teuthology.orchestra.run.smithi133.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-16T00:55:00.921 INFO:teuthology.orchestra.run.smithi133.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-16T00:55:00.921 INFO:teuthology.orchestra.run.smithi133.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-16T00:55:00.921 INFO:teuthology.orchestra.run.smithi133.stdout:hardware devices. 2024-04-16T00:55:00.921 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T00:55:00.921 INFO:teuthology.orchestra.run.smithi133.stdout:This subpackage provides tools for support of all platforms. 2024-04-16T00:55:00.922 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-16T00:55:00.922 INFO:teuthology.task.kernel:Updating grub on smithi133 to boot 4.18.0-552.el8.x86_64 2024-04-16T00:55:00.922 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-16T00:55:00.989 INFO:teuthology.orchestra.run.smithi071.stderr:done 2024-04-16T00:55:00.991 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2024-04-16T00:55:01.021 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.wXK6GEnMdJ 2024-04-16T00:55:01.021 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wXK6GEnMdJ 2024-04-16T00:55:01.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.wXK6GEnMdJ 2024-04-16T00:55:01.104 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-16T00:55:01.104 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T00:55:01.104 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T00:55:01.104 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-16T00:55:01.104 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-16T00:55:01.104 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T00:55:01.104 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T00:55:01.243 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.wXK6GEnMdJ is 6KB 2024-04-16T00:55:01.270 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-04-16T00:55:01.291 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.wXK6GEnMdJ 2024-04-16T00:55:01.308 DEBUG:teuthology.orchestra.run.smithi071:> sudo /bin/ls /boot/loader/entries || true 2024-04-16T00:55:01.373 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-16T00:55:01.373 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-16T00:55:01.373 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-16T00:55:01.373 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-16T00:55:01.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-16T00:55:01.532 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-16T00:55:01.532 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-16T00:55:01.532 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-16T00:55:01.532 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-16T00:55:01.533 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-16T00:55:01.533 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-16T00:55:01.533 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2024-04-16T00:55:01.533 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-04-16T00:55:01.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2024-04-16T00:55:01.743 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-16T00:55:01.743 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-16T00:55:01.743 DEBUG:teuthology.orchestra.run.smithi098:> sudo rpm -qi grub2-tools 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:Name : grub2-tools 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:Epoch : 1 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:Version : 2.02 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:Release : 129.el8 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: x86_64 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:Group : System Environment/Base 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:Size : 9265586 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:License : GPLv3+ 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-16T00:55:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout:Relocations : (not relocatable) 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout:Packager : CentOS BuildSystem 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout:Vendor : CentOS 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout:Summary : Support tools for GRUB. 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout:Description : 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout:hardware devices. 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T00:55:01.778 INFO:teuthology.orchestra.run.smithi098.stdout:This subpackage provides tools for support of all platforms. 2024-04-16T00:55:01.779 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-16T00:55:01.779 INFO:teuthology.task.kernel:Updating grub on smithi098 to boot 4.18.0-552.el8.x86_64 2024-04-16T00:55:01.779 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-16T00:55:02.670 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-04-16T00:55:03.135 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2024-04-16T00:55:04.510 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-04-16T00:55:04.511 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-04-16T00:55:04.534 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.dw9H1IWjxw 2024-04-16T00:55:04.534 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dw9H1IWjxw 2024-04-16T00:55:04.618 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.dw9H1IWjxw 2024-04-16T00:55:04.766 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.dw9H1IWjxw is 6KB 2024-04-16T00:55:04.815 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.dw9H1IWjxw 2024-04-16T00:55:04.832 DEBUG:teuthology.orchestra.run.smithi133:> sudo /bin/ls /boot/loader/entries || true 2024-04-16T00:55:04.907 INFO:teuthology.orchestra.run.smithi133.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-16T00:55:04.907 INFO:teuthology.orchestra.run.smithi133.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-16T00:55:04.907 INFO:teuthology.orchestra.run.smithi133.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-16T00:55:04.907 INFO:teuthology.orchestra.run.smithi133.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-16T00:55:04.908 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-16T00:55:04.970 INFO:teuthology.orchestra.run.smithi098.stderr:done 2024-04-16T00:55:04.972 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2024-04-16T00:55:05.013 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.EruicqHEcm 2024-04-16T00:55:05.013 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.EruicqHEcm 2024-04-16T00:55:05.069 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-04-16T00:55:05.091 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.EruicqHEcm 2024-04-16T00:55:05.236 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.EruicqHEcm is 6KB 2024-04-16T00:55:05.284 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.EruicqHEcm 2024-04-16T00:55:05.302 DEBUG:teuthology.orchestra.run.smithi098:> sudo /bin/ls /boot/loader/entries || true 2024-04-16T00:55:05.392 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-16T00:55:05.392 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-16T00:55:05.392 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-16T00:55:05.392 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-16T00:55:05.394 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-16T00:55:05.511 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2024-04-16T00:55:31.590 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-16T00:55:31.591 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-16T00:55:31.592 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T00:55:35.074 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-16T00:55:35.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-16T00:55:35.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T00:55:35.515 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-16T00:55:35.515 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-16T00:55:35.516 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T00:56:09.759 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-04-16T00:56:18.766 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-16T00:56:18.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T00:56:31.607 DEBUG:teuthology.orchestra.remote:timed out 2024-04-16T00:56:35.518 DEBUG:teuthology.orchestra.remote:timed out 2024-04-16T00:56:37.154 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-04-16T00:56:40.610 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-16T00:56:40.611 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T00:56:41.006 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-04-16T00:56:41.278 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-16T00:56:41.278 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-552.el8.x86_64"... 2024-04-16T00:56:41.279 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-04-16T00:56:41.336 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-552.el8.x86_64 2024-04-16T00:56:41.336 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-16T00:56:41.336 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-16T00:56:41.336 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-16T00:56:42.338 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-16T00:56:42.338 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-16T00:56:42.436 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-04-16T00:56:42.459 DEBUG:teuthology.parallel:result is None 2024-04-16T00:56:44.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-16T00:56:44.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T00:56:44.886 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-04-16T00:56:45.159 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-16T00:56:45.159 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-552.el8.x86_64"... 2024-04-16T00:56:45.159 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-04-16T00:56:45.176 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-552.el8.x86_64 2024-04-16T00:56:45.176 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-16T00:56:45.177 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-16T00:56:45.177 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-16T00:56:46.178 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-16T00:56:46.178 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-16T00:56:46.276 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-04-16T00:56:46.290 DEBUG:teuthology.parallel:result is None 2024-04-16T00:56:49.156 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-16T00:56:49.156 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T00:56:50.071 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-04-16T00:56:50.392 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-16T00:56:50.392 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-552.el8.x86_64"... 2024-04-16T00:56:50.393 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-04-16T00:56:50.409 INFO:teuthology.orchestra.run.smithi133.stdout:4.18.0-552.el8.x86_64 2024-04-16T00:56:50.409 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-16T00:56:50.409 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-16T00:56:50.409 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-16T00:56:51.411 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-16T00:56:51.411 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-16T00:56:51.482 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-04-16T00:56:51.500 DEBUG:teuthology.parallel:result is None 2024-04-16T00:56:51.500 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-16T00:56:51.507 INFO:teuthology.task.internal:Creating test directory... 2024-04-16T00:56:51.507 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-16T00:56:51.511 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-16T00:56:51.513 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-16T00:56:51.531 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-16T00:56:51.537 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-16T00:56:51.546 INFO:teuthology.task.internal:Creating archive directory... 2024-04-16T00:56:51.546 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-16T00:56:51.573 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-16T00:56:51.575 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-16T00:56:51.606 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-16T00:56:51.612 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-16T00:56:51.613 DEBUG:teuthology.orchestra.run.smithi071:> 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 2024-04-16T00:56:51.638 DEBUG:teuthology.orchestra.run.smithi098:> 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 2024-04-16T00:56:51.644 DEBUG:teuthology.orchestra.run.smithi133:> 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 2024-04-16T00:56:51.672 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-16T00:56:51.676 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-16T00:56:51.678 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-16T00:56:51.682 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-16T00:56:51.686 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-16T00:56:51.689 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-16T00:56:51.690 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-16T00:56:51.697 INFO:teuthology.task.internal:Configuring sudo... 2024-04-16T00:56:51.697 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-16T00:56:51.732 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-16T00:56:51.735 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-16T00:56:51.762 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-16T00:56:51.771 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-16T00:56:51.771 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-16T00:56:51.802 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-16T00:56:51.804 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-16T00:56:51.821 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-16T00:56:51.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-16T00:56:51.954 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-16T00:56:52.033 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-16T00:56:52.080 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T00:56:52.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-16T00:56:52.146 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-16T00:56:52.189 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-16T00:56:52.241 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-16T00:56:52.327 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-16T00:56:52.367 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-16T00:56:52.367 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-16T00:56:52.433 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-16T00:56:52.478 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-16T00:56:52.528 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-16T00:56:52.612 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-16T00:56:52.652 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-16T00:56:52.652 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-16T00:56:52.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-04-16T00:56:52.722 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-04-16T00:56:52.724 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-04-16T00:56:52.790 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-16T00:56:52.794 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-16T00:56:52.822 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-16T00:56:53.259 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-16T00:56:53.279 INFO:teuthology.task.internal:Starting timer... 2024-04-16T00:56:53.279 INFO:teuthology.run_tasks:Running task pcp... 2024-04-16T00:56:53.289 INFO:teuthology.run_tasks:Running task selinux... 2024-04-16T00:56:53.298 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-16T00:56:53.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-04-16T00:56:53.417 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-04-16T00:56:53.418 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2024-04-16T00:56:53.512 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2024-04-16T00:56:53.514 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2024-04-16T00:56:53.583 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2024-04-16T00:56:53.585 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-16T00:56:53.585 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-04-16T00:56:53.619 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-04-16T00:56:53.620 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2024-04-16T00:56:53.640 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2024-04-16T00:56:53.640 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2024-04-16T00:56:53.667 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2024-04-16T00:56:53.667 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi098.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi133.front.sepia.ceph.com': 'permissive'} 2024-04-16T00:56:53.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-04-16T00:56:53.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-16T00:56:53.697 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-04-16T00:56:53.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-16T00:56:53.725 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-04-16T00:56:53.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-16T00:56:53.753 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-16T00:56:53.753 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-04-16T00:56:53.780 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2024-04-16T00:56:53.816 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2024-04-16T00:56:53.844 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-16T00:56:53.861 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-16T00:56:53.866 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-16T00:56:53.989 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-16T00:56:54.005 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'}]}] 2024-04-16T00:56:54.006 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi098.front.sepia.ceph.com,smithi133.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-16T01:02:52.901 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com')] 2024-04-16T01:02:52.903 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-16T01:02:52.904 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T01:02:52.983 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-04-16T01:02:53.052 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-16T01:02:53.052 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-16T01:02:53.053 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T01:02:53.129 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-04-16T01:02:53.198 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-16T01:02:53.198 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-16T01:02:53.199 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-16T01:02:53.274 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-04-16T01:02:53.354 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-16T01:02:53.354 INFO:teuthology.run_tasks:Running task clock... 2024-04-16T01:02:53.365 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-16T01:02:53.365 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-16T01:02:53.366 DEBUG:teuthology.orchestra.run.smithi071:> 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 2024-04-16T01:02:53.369 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-16T01:02:53.369 DEBUG:teuthology.orchestra.run.smithi098:> 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 2024-04-16T01:02:53.371 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-16T01:02:53.371 DEBUG:teuthology.orchestra.run.smithi133:> 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 2024-04-16T01:02:53.398 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-16T01:02:53.403 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-16T01:02:53.412 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-16T01:02:53.418 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-16T01:02:53.427 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-16T01:02:53.441 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-16T01:02:53.480 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-04-16T01:02:53.491 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2024-04-16T01:02:53.492 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-04-16T01:02:53.502 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2024-04-16T01:02:53.505 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-16T01:02:53.513 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2024-04-16T01:02:53.516 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-16T01:02:53.518 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-16T01:02:53.523 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2024-04-16T01:02:53.529 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-16T01:02:53.539 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-16T01:02:53.550 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-16T01:02:53.585 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2024-04-16T01:02:53.589 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-16T01:02:53.589 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-16T01:02:53.589 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:02:53.589 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:02:53.589 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:02:53.590 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:02:53.601 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2024-04-16T01:02:53.604 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-16T01:02:53.604 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-04-16T01:02:53.605 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:02:53.605 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:02:53.605 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:02:53.605 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:02:53.626 INFO:teuthology.orchestra.run.smithi133.stderr:bash: ntpq: command not found 2024-04-16T01:02:53.629 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-16T01:02:53.630 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-04-16T01:02:53.630 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:02:53.630 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:02:53.630 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:02:53.630 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:02:53.631 INFO:teuthology.run_tasks:Running task pexec... 2024-04-16T01:02:53.641 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-16T01:02:53.641 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2024-04-16T01:02:53.641 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-16T01:02:53.642 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2024-04-16T01:02:53.642 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-16T01:02:53.642 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi133.front.sepia.ceph.com 2024-04-16T01:02:53.642 DEBUG:teuthology.orchestra.run.smithi133:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-16T01:02:54.395 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:31 ago on Tue 16 Apr 2024 01:01:23 AM UTC. 2024-04-16T01:02:54.404 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:30 ago on Tue 16 Apr 2024 01:01:24 AM UTC. 2024-04-16T01:02:54.437 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:22 ago on Tue 16 Apr 2024 01:01:32 AM UTC. 2024-04-16T01:02:56.522 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:02:56.523 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:02:56.523 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-16T01:02:56.524 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:02:56.524 INFO:teuthology.orchestra.run.smithi071.stdout:Resetting modules: 2024-04-16T01:02:56.524 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools 2024-04-16T01:02:56.524 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:02:56.524 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:02:56.524 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:02:56.524 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:02:56.541 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:02:56.542 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:02:56.543 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-16T01:02:56.543 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:02:56.543 INFO:teuthology.orchestra.run.smithi098.stdout:Resetting modules: 2024-04-16T01:02:56.543 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools 2024-04-16T01:02:56.543 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:02:56.543 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:02:56.543 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:02:56.543 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:02:56.558 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:02:56.559 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:02:56.559 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-16T01:02:56.559 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:02:56.559 INFO:teuthology.orchestra.run.smithi133.stdout:Resetting modules: 2024-04-16T01:02:56.559 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools 2024-04-16T01:02:56.559 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:02:56.559 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:02:56.559 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:02:56.560 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:02:56.767 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:02:56.798 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:02:56.815 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:02:57.553 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:34 ago on Tue 16 Apr 2024 01:01:23 AM UTC. 2024-04-16T01:02:57.570 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:33 ago on Tue 16 Apr 2024 01:01:24 AM UTC. 2024-04-16T01:02:57.606 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:25 ago on Tue 16 Apr 2024 01:01:32 AM UTC. 2024-04-16T01:02:59.702 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:02:59.715 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:02:59.720 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:02:59.739 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:02:59.739 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-16T01:02:59.739 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:02:59.739 INFO:teuthology.orchestra.run.smithi071.stdout:Installing group/module packages: 2024-04-16T01:02:59.739 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-16T01:02:59.739 INFO:teuthology.orchestra.run.smithi071.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-16T01:02:59.739 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-16T01:02:59.740 INFO:teuthology.orchestra.run.smithi071.stdout:Installing module profiles: 2024-04-16T01:02:59.741 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools/common 2024-04-16T01:02:59.741 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:02:59.741 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling module streams: 2024-04-16T01:02:59.741 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools rhel8 2024-04-16T01:02:59.741 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:02:59.741 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:02:59.741 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:02:59.741 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2024-04-16T01:02:59.741 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:02:59.742 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 27 M 2024-04-16T01:02:59.742 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 91 M 2024-04-16T01:02:59.742 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:02:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:02:59.752 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-16T01:02:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:02:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Installing group/module packages: 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout:Installing weak dependencies: 2024-04-16T01:02:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-16T01:02:59.754 INFO:teuthology.orchestra.run.smithi098.stdout:Installing module profiles: 2024-04-16T01:02:59.754 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools/common 2024-04-16T01:02:59.754 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:02:59.754 INFO:teuthology.orchestra.run.smithi098.stdout:Enabling module streams: 2024-04-16T01:02:59.754 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools rhel8 2024-04-16T01:02:59.754 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:02:59.754 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:02:59.754 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:02:59.754 INFO:teuthology.orchestra.run.smithi098.stdout:Install 13 Packages 2024-04-16T01:02:59.754 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:02:59.755 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 27 M 2024-04-16T01:02:59.755 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 91 M 2024-04-16T01:02:59.755 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:02:59.758 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:02:59.758 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-16T01:02:59.758 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:02:59.758 INFO:teuthology.orchestra.run.smithi133.stdout:Installing group/module packages: 2024-04-16T01:02:59.758 INFO:teuthology.orchestra.run.smithi133.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-16T01:02:59.758 INFO:teuthology.orchestra.run.smithi133.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-16T01:02:59.758 INFO:teuthology.orchestra.run.smithi133.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-16T01:02:59.758 INFO:teuthology.orchestra.run.smithi133.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-16T01:02:59.758 INFO:teuthology.orchestra.run.smithi133.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-16T01:02:59.758 INFO:teuthology.orchestra.run.smithi133.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-16T01:02:59.758 INFO:teuthology.orchestra.run.smithi133.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout:Installing weak dependencies: 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout:Installing module profiles: 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools/common 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout:Enabling module streams: 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools rhel8 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:02:59.759 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:02:59.760 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:02:59.760 INFO:teuthology.orchestra.run.smithi133.stdout:Install 13 Packages 2024-04-16T01:02:59.760 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:02:59.760 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 27 M 2024-04-16T01:02:59.760 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 91 M 2024-04-16T01:02:59.760 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:03:00.658 INFO:teuthology.orchestra.run.smithi133.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 851 kB/s | 689 kB 00:00 2024-04-16T01:03:00.716 INFO:teuthology.orchestra.run.smithi133.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.2 MB/s | 1.0 MB 00:00 2024-04-16T01:03:00.852 INFO:teuthology.orchestra.run.smithi071.stdout:(1/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.1 MB/s | 1.0 MB 00:00 2024-04-16T01:03:00.883 INFO:teuthology.orchestra.run.smithi133.stdout:(3/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 1.5 MB/s | 258 kB 00:00 2024-04-16T01:03:00.888 INFO:teuthology.orchestra.run.smithi098.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 765 kB/s | 689 kB 00:00 2024-04-16T01:03:00.903 INFO:teuthology.orchestra.run.smithi071.stdout:(2/13): cockpit-podman-84.1-1.module_el8+977+8a 740 kB/s | 689 kB 00:00 2024-04-16T01:03:00.908 INFO:teuthology.orchestra.run.smithi133.stdout:(4/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 151 kB/s | 38 kB 00:00 2024-04-16T01:03:00.922 INFO:teuthology.orchestra.run.smithi098.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.1 MB/s | 1.0 MB 00:00 2024-04-16T01:03:00.977 INFO:teuthology.orchestra.run.smithi071.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 303 kB/s | 38 kB 00:00 2024-04-16T01:03:01.014 INFO:teuthology.orchestra.run.smithi098.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 303 kB/s | 38 kB 00:00 2024-04-16T01:03:01.167 INFO:teuthology.orchestra.run.smithi133.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 698 kB/s | 180 kB 00:00 2024-04-16T01:03:01.177 INFO:teuthology.orchestra.run.smithi071.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 941 kB/s | 258 kB 00:00 2024-04-16T01:03:01.272 INFO:teuthology.orchestra.run.smithi098.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 736 kB/s | 258 kB 00:00 2024-04-16T01:03:01.275 INFO:teuthology.orchestra.run.smithi133.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2024-04-16T01:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.4 MB/s | 180 kB 00:00 2024-04-16T01:03:01.428 INFO:teuthology.orchestra.run.smithi071.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 198 kB/s | 25 kB 00:00 2024-04-16T01:03:01.468 INFO:teuthology.orchestra.run.smithi133.stdout:(7/13): buildah-1.33.6-2.module_el8+976+1136073 6.0 MB/s | 9.6 MB 00:01 2024-04-16T01:03:01.536 INFO:teuthology.orchestra.run.smithi071.stdout:(7/13): netavark-1.10.3-1.module_el8+951+32019c 7.3 MB/s | 4.1 MB 00:00 2024-04-16T01:03:01.559 INFO:teuthology.orchestra.run.smithi133.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 331 kB/s | 94 kB 00:00 2024-04-16T01:03:01.562 INFO:teuthology.orchestra.run.smithi071.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 701 kB/s | 94 kB 00:00 2024-04-16T01:03:01.615 INFO:teuthology.orchestra.run.smithi098.stdout:(5/13): netavark-1.10.3-1.module_el8+951+32019c 6.8 MB/s | 4.1 MB 00:00 2024-04-16T01:03:01.640 INFO:teuthology.orchestra.run.smithi098.stdout:(6/13): python3-podman-4.9.0-1.module_el8+847+7 491 kB/s | 180 kB 00:00 2024-04-16T01:03:01.651 INFO:teuthology.orchestra.run.smithi133.stdout:(9/13): netavark-1.10.3-1.module_el8+951+32019c 5.3 MB/s | 4.1 MB 00:00 2024-04-16T01:03:01.704 INFO:teuthology.orchestra.run.smithi071.stdout:(9/13): buildah-1.33.6-2.module_el8+976+1136073 5.6 MB/s | 9.6 MB 00:01 2024-04-16T01:03:01.748 INFO:teuthology.orchestra.run.smithi098.stdout:(7/13): buildah-1.33.6-2.module_el8+976+1136073 5.5 MB/s | 9.6 MB 00:01 2024-04-16T01:03:01.774 INFO:teuthology.orchestra.run.smithi098.stdout:(8/13): python3-pytoml-0.1.14-5.git7dea353.el8. 156 kB/s | 25 kB 00:00 2024-04-16T01:03:01.779 INFO:teuthology.orchestra.run.smithi133.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 412 kB/s | 53 kB 00:00 2024-04-16T01:03:01.799 INFO:teuthology.orchestra.run.smithi098.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 591 kB/s | 94 kB 00:00 2024-04-16T01:03:01.804 INFO:teuthology.orchestra.run.smithi071.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 527 kB/s | 53 kB 00:00 2024-04-16T01:03:01.877 INFO:teuthology.orchestra.run.smithi133.stdout:(11/13): skopeo-1.14.3-0.1.module_el8+885+7da14 22 MB/s | 8.8 MB 00:00 2024-04-16T01:03:01.902 INFO:teuthology.orchestra.run.smithi133.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 334 kB/s | 41 kB 00:00 2024-04-16T01:03:01.907 INFO:teuthology.orchestra.run.smithi098.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 485 kB/s | 53 kB 00:00 2024-04-16T01:03:01.912 INFO:teuthology.orchestra.run.smithi071.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 378 kB/s | 41 kB 00:00 2024-04-16T01:03:02.029 INFO:teuthology.orchestra.run.smithi071.stdout:(12/13): skopeo-1.14.3-0.1.module_el8+885+7da14 18 MB/s | 8.8 MB 00:00 2024-04-16T01:03:02.033 INFO:teuthology.orchestra.run.smithi098.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 328 kB/s | 41 kB 00:00 2024-04-16T01:03:02.079 INFO:teuthology.orchestra.run.smithi071.stdout:(13/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 4.9 MB/s | 2.5 MB 00:00 2024-04-16T01:03:02.080 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:03:02.080 INFO:teuthology.orchestra.run.smithi071.stdout:Total 12 MB/s | 27 MB 00:02 2024-04-16T01:03:02.216 INFO:teuthology.orchestra.run.smithi098.stdout:(12/13): skopeo-1.14.3-0.1.module_el8+885+7da14 19 MB/s | 8.8 MB 00:00 2024-04-16T01:03:02.347 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:03:02.368 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:03:02.368 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:03:02.410 INFO:teuthology.orchestra.run.smithi133.stdout:(13/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 3.0 MB/s | 2.5 MB 00:00 2024-04-16T01:03:02.411 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:03:02.411 INFO:teuthology.orchestra.run.smithi133.stdout:Total 10 MB/s | 27 MB 00:02 2024-04-16T01:03:02.450 INFO:teuthology.orchestra.run.smithi098.stdout:(13/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 3.7 MB/s | 2.5 MB 00:00 2024-04-16T01:03:02.450 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:03:02.450 INFO:teuthology.orchestra.run.smithi098.stdout:Total 10 MB/s | 27 MB 00:02 2024-04-16T01:03:02.621 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:03:02.624 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:03:02.684 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:03:02.705 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:03:02.706 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:03:02.726 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:03:02.747 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:03:02.747 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:03:02.973 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:03:02.976 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:03:03.008 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:03:03.011 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:03:03.224 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:03:03.621 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:03:03.664 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:03:04.182 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-16T01:03:04.398 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-16T01:03:04.545 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-16T01:03:04.551 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-16T01:03:04.606 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-16T01:03:04.729 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-16T01:03:04.796 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-16T01:03:04.817 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-16T01:03:04.915 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-16T01:03:05.004 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-16T01:03:05.020 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-16T01:03:05.109 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-16T01:03:05.211 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-16T01:03:05.318 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-16T01:03:05.481 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-16T01:03:05.536 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-16T01:03:05.854 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-16T01:03:06.106 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-16T01:03:06.501 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-16T01:03:06.758 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-16T01:03:06.820 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-16T01:03:06.987 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-16T01:03:07.069 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-16T01:03:07.136 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-16T01:03:07.290 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-16T01:03:07.406 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-16T01:03:07.434 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-16T01:03:07.612 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-16T01:03:07.624 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-16T01:03:07.715 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-16T01:03:07.824 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-16T01:03:07.902 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-16T01:03:08.033 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-16T01:03:08.053 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-16T01:03:08.117 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-16T01:03:08.291 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-16T01:03:08.340 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-16T01:03:08.465 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-16T01:03:08.465 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-16T01:03:08.465 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-16T01:03:08.465 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-16T01:03:08.465 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-16T01:03:08.465 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-16T01:03:08.466 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-16T01:03:08.466 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-16T01:03:08.466 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-16T01:03:08.466 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-16T01:03:08.466 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-16T01:03:08.466 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-16T01:03:08.466 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-16T01:03:08.493 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-16T01:03:08.745 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-16T01:03:08.747 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-16T01:03:08.747 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-16T01:03:08.747 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-16T01:03:08.747 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-16T01:03:08.747 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-16T01:03:08.748 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-16T01:03:08.748 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-16T01:03:08.748 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-16T01:03:08.748 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-16T01:03:08.748 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-16T01:03:08.748 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-16T01:03:08.748 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-16T01:03:08.748 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-16T01:03:08.963 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-16T01:03:08.963 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:03:08.963 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:03:08.963 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:03:08.964 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:03:09.167 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-16T01:03:09.167 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-16T01:03:09.167 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-16T01:03:09.167 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-16T01:03:09.168 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-16T01:03:09.168 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-16T01:03:09.168 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-16T01:03:09.168 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-16T01:03:09.168 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-16T01:03:09.168 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-16T01:03:09.168 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-16T01:03:09.168 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-16T01:03:09.168 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-16T01:03:09.247 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-16T01:03:09.247 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:03:09.247 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:03:09.247 INFO:teuthology.orchestra.run.smithi133.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-16T01:03:09.247 INFO:teuthology.orchestra.run.smithi133.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-16T01:03:09.247 INFO:teuthology.orchestra.run.smithi133.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-16T01:03:09.248 INFO:teuthology.orchestra.run.smithi133.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-16T01:03:09.248 INFO:teuthology.orchestra.run.smithi133.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-16T01:03:09.248 INFO:teuthology.orchestra.run.smithi133.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-16T01:03:09.248 INFO:teuthology.orchestra.run.smithi133.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-16T01:03:09.248 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-16T01:03:09.248 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-16T01:03:09.248 INFO:teuthology.orchestra.run.smithi133.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-16T01:03:09.248 INFO:teuthology.orchestra.run.smithi133.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-16T01:03:09.248 INFO:teuthology.orchestra.run.smithi133.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-16T01:03:09.248 INFO:teuthology.orchestra.run.smithi133.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-16T01:03:09.248 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:03:09.248 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:03:09.300 DEBUG:teuthology.parallel:result is None 2024-04-16T01:03:09.556 DEBUG:teuthology.parallel:result is None 2024-04-16T01:03:09.669 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-16T01:03:09.669 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:03:09.669 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:03:09.669 INFO:teuthology.orchestra.run.smithi098.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-16T01:03:09.669 INFO:teuthology.orchestra.run.smithi098.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:03:09.670 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:03:09.985 DEBUG:teuthology.parallel:result is None 2024-04-16T01:03:09.986 INFO:teuthology.run_tasks:Running task install... 2024-04-16T01:03:09.995 DEBUG:teuthology.task.install:project ceph 2024-04-16T01:03:09.995 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e3fb05d5e6da84b5c44db3f3051c4d242f9809c1'}} 2024-04-16T01:03:09.995 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e3fb05d5e6da84b5c44db3f3051c4d242f9809c1'} 2024-04-16T01:03:09.995 INFO:teuthology.task.install:Using flavor: default 2024-04-16T01:03:10.001 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']} 2024-04-16T01:03:10.001 INFO:teuthology.task.install:extra packages: [] 2024-04-16T01:03:10.002 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e3fb05d5e6da84b5c44db3f3051c4d242f9809c1', 'tag': None, 'wait_for_package': False} 2024-04-16T01:03:10.002 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 2024-04-16T01:03:10.004 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e3fb05d5e6da84b5c44db3f3051c4d242f9809c1', 'tag': None, 'wait_for_package': False} 2024-04-16T01:03:10.004 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 2024-04-16T01:03:10.005 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e3fb05d5e6da84b5c44db3f3051c4d242f9809c1', 'tag': None, 'wait_for_package': False} 2024-04-16T01:03:10.006 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 2024-04-16T01:03:10.162 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/ 2024-04-16T01:03:10.162 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1221.ge3fb05d5 2024-04-16T01:03:10.302 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/ 2024-04-16T01:03:10.302 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1221.ge3fb05d5 2024-04-16T01:03:10.306 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/ 2024-04-16T01:03:10.307 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1221.ge3fb05d5 2024-04-16T01:03:10.418 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-16T01:03:10.418 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:03:10.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-16T01:03:10.450 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-04-16T01:03:10.451 DEBUG:teuthology.orchestra.run.smithi071:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-16T01:03:10.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-16T01:03:10.598 DEBUG:teuthology.orchestra.run.smithi071:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-16T01:03:10.666 INFO:teuthology.orchestra.run.smithi071.stdout:check_obsoletes = 1 2024-04-16T01:03:10.668 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum clean all 2024-04-16T01:03:10.761 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-16T01:03:10.761 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-16T01:03:10.762 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-16T01:03:10.795 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-04-16T01:03:10.795 DEBUG:teuthology.orchestra.run.smithi133:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-16T01:03:10.866 DEBUG:teuthology.orchestra.run.smithi133:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-16T01:03:10.929 INFO:teuthology.orchestra.run.smithi071.stdout:78 files removed 2024-04-16T01:03:10.945 DEBUG:teuthology.orchestra.run.smithi133:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-16T01:03:10.956 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-radosgw 2024-04-16T01:03:11.012 INFO:teuthology.orchestra.run.smithi133.stdout:check_obsoletes = 1 2024-04-16T01:03:11.014 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum clean all 2024-04-16T01:03:11.283 INFO:teuthology.orchestra.run.smithi133.stdout:78 files removed 2024-04-16T01:03:11.311 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-radosgw 2024-04-16T01:03:11.450 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-16T01:03:11.450 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-16T01:03:11.450 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-16T01:03:11.484 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-04-16T01:03:11.484 DEBUG:teuthology.orchestra.run.smithi098:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-16T01:03:11.555 DEBUG:teuthology.orchestra.run.smithi098:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-16T01:03:11.635 DEBUG:teuthology.orchestra.run.smithi098:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-16T01:03:11.703 INFO:teuthology.orchestra.run.smithi098.stdout:check_obsoletes = 1 2024-04-16T01:03:11.704 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum clean all 2024-04-16T01:03:11.967 INFO:teuthology.orchestra.run.smithi098.stdout:78 files removed 2024-04-16T01:03:11.995 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-radosgw 2024-04-16T01:03:12.063 INFO:teuthology.orchestra.run.smithi071.stdout:ceph packages for x86_64 114 kB/s | 80 kB 00:00 2024-04-16T01:03:12.353 INFO:teuthology.orchestra.run.smithi133.stdout:ceph packages for x86_64 126 kB/s | 80 kB 00:00 2024-04-16T01:03:12.506 INFO:teuthology.orchestra.run.smithi071.stdout:ceph noarch packages 28 kB/s | 11 kB 00:00 2024-04-16T01:03:12.760 INFO:teuthology.orchestra.run.smithi098.stdout:ceph packages for x86_64 222 kB/s | 80 kB 00:00 2024-04-16T01:03:13.056 INFO:teuthology.orchestra.run.smithi071.stdout:ceph source packages 2.9 kB/s | 1.5 kB 00:00 2024-04-16T01:03:13.110 INFO:teuthology.orchestra.run.smithi098.stdout:ceph noarch packages 36 kB/s | 11 kB 00:00 2024-04-16T01:03:13.120 INFO:teuthology.orchestra.run.smithi133.stdout:ceph noarch packages 16 kB/s | 11 kB 00:00 2024-04-16T01:03:13.446 INFO:teuthology.orchestra.run.smithi133.stdout:ceph source packages 5.1 kB/s | 1.5 kB 00:00 2024-04-16T01:03:13.486 INFO:teuthology.orchestra.run.smithi098.stdout:ceph source packages 4.3 kB/s | 1.5 kB 00:00 2024-04-16T01:03:15.031 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - AppStream 14 MB/s | 28 MB 00:01 2024-04-16T01:03:15.404 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - AppStream 15 MB/s | 28 MB 00:01 2024-04-16T01:03:15.620 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - AppStream 13 MB/s | 28 MB 00:02 2024-04-16T01:03:21.173 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - BaseOS 9.2 MB/s | 10 MB 00:01 2024-04-16T01:03:21.679 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - BaseOS 8.5 MB/s | 10 MB 00:01 2024-04-16T01:03:21.938 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - BaseOS 7.6 MB/s | 10 MB 00:01 2024-04-16T01:03:23.365 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras 30 kB/s | 18 kB 00:00 2024-04-16T01:03:23.763 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - Extras 38 kB/s | 18 kB 00:00 2024-04-16T01:03:23.899 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 7.7 kB 00:00 2024-04-16T01:03:23.988 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras 39 kB/s | 18 kB 00:00 2024-04-16T01:03:24.189 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - Extras common packages 24 kB/s | 7.7 kB 00:00 2024-04-16T01:03:24.381 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras common packages 27 kB/s | 7.7 kB 00:00 2024-04-16T01:03:25.442 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - PowerTools 3.4 MB/s | 5.0 MB 00:01 2024-04-16T01:03:25.532 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - PowerTools 3.9 MB/s | 5.0 MB 00:01 2024-04-16T01:03:25.790 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - PowerTools 3.8 MB/s | 5.0 MB 00:01 2024-04-16T01:03:26.502 INFO:teuthology.orchestra.run.smithi071.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2024-04-16T01:03:26.608 INFO:teuthology.orchestra.run.smithi133.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-04-16T01:03:26.842 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2024-04-16T01:03:27.428 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2024-04-16T01:03:27.618 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2024-04-16T01:03:28.134 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2024-04-16T01:03:31.253 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 398 kB/s | 24 kB 00:00 2024-04-16T01:03:31.543 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 390 kB/s | 24 kB 00:00 2024-04-16T01:03:32.018 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 434 kB/s | 24 kB 00:00 2024-04-16T01:03:34.873 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:03:34.876 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:03:34.876 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-16T01:03:34.876 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:03:34.876 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:03:34.876 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 13 M 2024-04-16T01:03:34.876 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrading: 2024-04-16T01:03:34.876 INFO:teuthology.orchestra.run.smithi071.stdout: librados2 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 3.7 M 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 3.6 M 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 5.5 M 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 22 M 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 24 k 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 780 k 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 474 k 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 6.6 M 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-04-16T01:03:34.877 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 45 k 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 129 k 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 197 k 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 372 k 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 364 k 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 107 k 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout:Install 21 Packages 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrade 2 Packages 2024-04-16T01:03:34.878 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:03:34.879 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 60 M 2024-04-16T01:03:34.879 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:03:35.184 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:03:35.187 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:03:35.187 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-16T01:03:35.187 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:03:35.187 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:03:35.187 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 13 M 2024-04-16T01:03:35.187 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrading: 2024-04-16T01:03:35.187 INFO:teuthology.orchestra.run.smithi133.stdout: librados2 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 3.7 M 2024-04-16T01:03:35.187 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 3.6 M 2024-04-16T01:03:35.187 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 5.5 M 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 22 M 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 24 k 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 780 k 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 474 k 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 6.6 M 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 45 k 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 129 k 2024-04-16T01:03:35.188 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 197 k 2024-04-16T01:03:35.189 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-04-16T01:03:35.189 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 372 k 2024-04-16T01:03:35.189 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 364 k 2024-04-16T01:03:35.189 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 107 k 2024-04-16T01:03:35.189 INFO:teuthology.orchestra.run.smithi133.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-04-16T01:03:35.189 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:03:35.189 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:03:35.189 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:03:35.189 INFO:teuthology.orchestra.run.smithi133.stdout:Install 21 Packages 2024-04-16T01:03:35.189 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrade 2 Packages 2024-04-16T01:03:35.189 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:03:35.190 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 60 M 2024-04-16T01:03:35.190 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:03:35.648 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 13 M 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrading: 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout: librados2 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 3.7 M 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 3.6 M 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 5.5 M 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 22 M 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 24 k 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-04-16T01:03:35.651 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 780 k 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 474 k 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2 x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 6.6 M 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 45 k 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 129 k 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 197 k 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 372 k 2024-04-16T01:03:35.652 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 364 k 2024-04-16T01:03:35.653 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 107 k 2024-04-16T01:03:35.653 INFO:teuthology.orchestra.run.smithi098.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-04-16T01:03:35.653 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:03:35.653 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:03:35.653 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:03:35.653 INFO:teuthology.orchestra.run.smithi098.stdout:Install 21 Packages 2024-04-16T01:03:35.653 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrade 2 Packages 2024-04-16T01:03:35.653 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:03:35.653 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 60 M 2024-04-16T01:03:35.654 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:03:35.928 INFO:teuthology.orchestra.run.smithi071.stdout:(1/23): ceph-base-18.2.2-1221.ge3fb05d5.el8.x86 9.5 MB/s | 5.5 MB 00:00 2024-04-16T01:03:35.995 INFO:teuthology.orchestra.run.smithi071.stdout:(2/23): ceph-selinux-18.2.2-1221.ge3fb05d5.el8. 365 kB/s | 24 kB 00:00 2024-04-16T01:03:36.404 INFO:teuthology.orchestra.run.smithi071.stdout:(3/23): libcephfs2-18.2.2-1221.ge3fb05d5.el8.x8 1.9 MB/s | 780 kB 00:00 2024-04-16T01:03:36.504 INFO:teuthology.orchestra.run.smithi071.stdout:(4/23): libradosstriper1-18.2.2-1221.ge3fb05d5. 4.6 MB/s | 474 kB 00:00 2024-04-16T01:03:36.913 INFO:teuthology.orchestra.run.smithi071.stdout:(5/23): ceph-common-18.2.2-1221.ge3fb05d5.el8.x 14 MB/s | 22 MB 00:01 2024-04-16T01:03:36.963 INFO:teuthology.orchestra.run.smithi071.stdout:(6/23): python3-ceph-argparse-18.2.2-1221.ge3fb 893 kB/s | 45 kB 00:00 2024-04-16T01:03:37.105 INFO:teuthology.orchestra.run.smithi071.stdout:(7/23): librgw2-18.2.2-1221.ge3fb05d5.el8.x86_6 11 MB/s | 6.6 MB 00:00 2024-04-16T01:03:37.130 INFO:teuthology.orchestra.run.smithi071.stdout:(8/23): python3-ceph-common-18.2.2-1221.ge3fb05 772 kB/s | 129 kB 00:00 2024-04-16T01:03:37.155 INFO:teuthology.orchestra.run.smithi071.stdout:(9/23): python3-cephfs-18.2.2-1221.ge3fb05d5.el 3.8 MB/s | 197 kB 00:00 2024-04-16T01:03:37.189 INFO:teuthology.orchestra.run.smithi071.stdout:(10/23): python3-rados-18.2.2-1221.ge3fb05d5.el 6.2 MB/s | 372 kB 00:00 2024-04-16T01:03:37.223 INFO:teuthology.orchestra.run.smithi071.stdout:(11/23): python3-rbd-18.2.2-1221.ge3fb05d5.el8. 5.3 MB/s | 364 kB 00:00 2024-04-16T01:03:37.248 INFO:teuthology.orchestra.run.smithi071.stdout:(12/23): python3-rgw-18.2.2-1221.ge3fb05d5.el8. 1.8 MB/s | 107 kB 00:00 2024-04-16T01:03:37.686 INFO:teuthology.orchestra.run.smithi098.stdout:(1/23): ceph-base-18.2.2-1221.ge3fb05d5.el8.x86 4.2 MB/s | 5.5 MB 00:01 2024-04-16T01:03:37.737 INFO:teuthology.orchestra.run.smithi098.stdout:(2/23): ceph-selinux-18.2.2-1221.ge3fb05d5.el8. 488 kB/s | 24 kB 00:00 2024-04-16T01:03:37.878 INFO:teuthology.orchestra.run.smithi098.stdout:(3/23): libcephfs2-18.2.2-1221.ge3fb05d5.el8.x8 5.4 MB/s | 780 kB 00:00 2024-04-16T01:03:38.174 INFO:teuthology.orchestra.run.smithi071.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 280 kB/s | 259 kB 00:00 2024-04-16T01:03:38.241 INFO:teuthology.orchestra.run.smithi071.stdout:(14/23): librdkafka-1.6.1-1.el8.x86_64.rpm 665 kB/s | 677 kB 00:01 2024-04-16T01:03:38.283 INFO:teuthology.orchestra.run.smithi071.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 404 kB/s | 44 kB 00:00 2024-04-16T01:03:38.287 INFO:teuthology.orchestra.run.smithi098.stdout:(4/23): libradosstriper1-18.2.2-1221.ge3fb05d5. 1.1 MB/s | 474 kB 00:00 2024-04-16T01:03:38.375 INFO:teuthology.orchestra.run.smithi071.stdout:(16/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 352 kB/s | 47 kB 00:00 2024-04-16T01:03:38.717 INFO:teuthology.orchestra.run.smithi071.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 172 kB/s | 59 kB 00:00 2024-04-16T01:03:38.826 INFO:teuthology.orchestra.run.smithi071.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 565 kB/s | 306 kB 00:00 2024-04-16T01:03:38.893 INFO:teuthology.orchestra.run.smithi071.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 428 kB/s | 75 kB 00:00 2024-04-16T01:03:39.196 INFO:teuthology.orchestra.run.smithi098.stdout:(5/23): ceph-common-18.2.2-1221.ge3fb05d5.el8.x 7.7 MB/s | 22 MB 00:02 2024-04-16T01:03:39.276 INFO:teuthology.orchestra.run.smithi071.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 3.9 MB/s | 1.7 MB 00:00 2024-04-16T01:03:39.296 INFO:teuthology.orchestra.run.smithi098.stdout:(6/23): python3-ceph-argparse-18.2.2-1221.ge3fb 447 kB/s | 45 kB 00:00 2024-04-16T01:03:39.377 INFO:teuthology.orchestra.run.smithi071.stdout:(21/23): librados2-18.2.2-1221.ge3fb05d5.el8.x8 7.6 MB/s | 3.7 MB 00:00 2024-04-16T01:03:39.379 INFO:teuthology.orchestra.run.smithi098.stdout:(7/23): librgw2-18.2.2-1221.ge3fb05d5.el8.x86_6 6.0 MB/s | 6.6 MB 00:01 2024-04-16T01:03:39.425 INFO:teuthology.orchestra.run.smithi098.stdout:(8/23): python3-ceph-common-18.2.2-1221.ge3fb05 998 kB/s | 129 kB 00:00 2024-04-16T01:03:39.447 INFO:teuthology.orchestra.run.smithi098.stdout:(9/23): python3-cephfs-18.2.2-1221.ge3fb05d5.el 2.9 MB/s | 197 kB 00:00 2024-04-16T01:03:39.497 INFO:teuthology.orchestra.run.smithi098.stdout:(10/23): python3-rados-18.2.2-1221.ge3fb05d5.el 5.1 MB/s | 372 kB 00:00 2024-04-16T01:03:39.522 INFO:teuthology.orchestra.run.smithi098.stdout:(11/23): python3-rbd-18.2.2-1221.ge3fb05d5.el8. 4.7 MB/s | 364 kB 00:00 2024-04-16T01:03:39.581 INFO:teuthology.orchestra.run.smithi098.stdout:(12/23): python3-rgw-18.2.2-1221.ge3fb05d5.el8. 1.2 MB/s | 107 kB 00:00 2024-04-16T01:03:39.702 INFO:teuthology.orchestra.run.smithi071.stdout:(22/23): librbd1-18.2.2-1221.ge3fb05d5.el8.x86_ 8.4 MB/s | 3.6 MB 00:00 2024-04-16T01:03:39.994 INFO:teuthology.orchestra.run.smithi133.stdout:(1/23): ceph-base-18.2.2-1221.ge3fb05d5.el8.x86 1.3 MB/s | 5.5 MB 00:04 2024-04-16T01:03:40.052 INFO:teuthology.orchestra.run.smithi133.stdout:(2/23): ceph-selinux-18.2.2-1221.ge3fb05d5.el8. 419 kB/s | 24 kB 00:00 2024-04-16T01:03:40.098 INFO:teuthology.orchestra.run.smithi098.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 502 kB/s | 259 kB 00:00 2024-04-16T01:03:40.149 INFO:teuthology.orchestra.run.smithi098.stdout:(14/23): librdkafka-1.6.1-1.el8.x86_64.rpm 1.1 MB/s | 677 kB 00:00 2024-04-16T01:03:40.207 INFO:teuthology.orchestra.run.smithi098.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 405 kB/s | 44 kB 00:00 2024-04-16T01:03:40.274 INFO:teuthology.orchestra.run.smithi098.stdout:(16/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 376 kB/s | 47 kB 00:00 2024-04-16T01:03:40.411 INFO:teuthology.orchestra.run.smithi133.stdout:(3/23): ceph-radosgw-18.2.2-1221.ge3fb05d5.el8. 2.9 MB/s | 13 MB 00:04 2024-04-16T01:03:40.445 INFO:teuthology.orchestra.run.smithi133.stdout:(4/23): libcephfs2-18.2.2-1221.ge3fb05d5.el8.x8 1.9 MB/s | 780 kB 00:00 2024-04-16T01:03:40.510 INFO:teuthology.orchestra.run.smithi071.stdout:(23/23): ceph-radosgw-18.2.2-1221.ge3fb05d5.el8 2.5 MB/s | 13 MB 00:05 2024-04-16T01:03:40.512 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:03:40.513 INFO:teuthology.orchestra.run.smithi071.stdout:Total 11 MB/s | 60 MB 00:05 2024-04-16T01:03:40.536 INFO:teuthology.orchestra.run.smithi133.stdout:(5/23): libradosstriper1-18.2.2-1221.ge3fb05d5. 3.7 MB/s | 474 kB 00:00 2024-04-16T01:03:40.555 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:03:40.587 INFO:teuthology.orchestra.run.smithi133.stdout:(6/23): python3-ceph-argparse-18.2.2-1221.ge3fb 895 kB/s | 45 kB 00:00 2024-04-16T01:03:40.602 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:03:40.602 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:03:40.629 INFO:teuthology.orchestra.run.smithi133.stdout:(7/23): python3-ceph-common-18.2.2-1221.ge3fb05 3.0 MB/s | 129 kB 00:00 2024-04-16T01:03:40.683 INFO:teuthology.orchestra.run.smithi098.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 144 kB/s | 59 kB 00:00 2024-04-16T01:03:40.695 INFO:teuthology.orchestra.run.smithi133.stdout:(8/23): python3-cephfs-18.2.2-1221.ge3fb05d5.el 2.9 MB/s | 197 kB 00:00 2024-04-16T01:03:40.788 INFO:teuthology.orchestra.run.smithi133.stdout:(9/23): python3-rados-18.2.2-1221.ge3fb05d5.el8 4.0 MB/s | 372 kB 00:00 2024-04-16T01:03:40.825 INFO:teuthology.orchestra.run.smithi098.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 496 kB/s | 306 kB 00:00 2024-04-16T01:03:40.875 INFO:teuthology.orchestra.run.smithi098.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 391 kB/s | 75 kB 00:00 2024-04-16T01:03:40.973 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:03:40.976 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:03:41.104 INFO:teuthology.orchestra.run.smithi133.stdout:(10/23): python3-rbd-18.2.2-1221.ge3fb05d5.el8. 1.1 MB/s | 364 kB 00:00 2024-04-16T01:03:41.155 INFO:teuthology.orchestra.run.smithi133.stdout:(11/23): python3-rgw-18.2.2-1221.ge3fb05d5.el8. 2.1 MB/s | 107 kB 00:00 2024-04-16T01:03:41.200 INFO:teuthology.orchestra.run.smithi098.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 4.6 MB/s | 1.7 MB 00:00 2024-04-16T01:03:41.534 INFO:teuthology.orchestra.run.smithi098.stdout:(21/23): librados2-18.2.2-1221.ge3fb05d5.el8.x8 5.6 MB/s | 3.7 MB 00:00 2024-04-16T01:03:41.701 INFO:teuthology.orchestra.run.smithi098.stdout:(22/23): librbd1-18.2.2-1221.ge3fb05d5.el8.x86_ 7.1 MB/s | 3.6 MB 00:00 2024-04-16T01:03:41.788 INFO:teuthology.orchestra.run.smithi133.stdout:(12/23): librdkafka-1.6.1-1.el8.x86_64.rpm 1.0 MB/s | 677 kB 00:00 2024-04-16T01:03:41.914 INFO:teuthology.orchestra.run.smithi133.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.0 MB/s | 259 kB 00:00 2024-04-16T01:03:42.022 INFO:teuthology.orchestra.run.smithi133.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 406 kB/s | 44 kB 00:00 2024-04-16T01:03:42.060 INFO:teuthology.orchestra.run.smithi098.stdout:(23/23): ceph-radosgw-18.2.2-1221.ge3fb05d5.el8 2.3 MB/s | 13 MB 00:05 2024-04-16T01:03:42.063 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:03:42.063 INFO:teuthology.orchestra.run.smithi098.stdout:Total 9.3 MB/s | 60 MB 00:06 2024-04-16T01:03:42.106 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:03:42.107 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:03:42.139 INFO:teuthology.orchestra.run.smithi133.stdout:(15/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 404 kB/s | 47 kB 00:00 2024-04-16T01:03:42.152 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:03:42.152 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:03:42.334 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-04-16T01:03:42.556 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2024-04-16T01:03:42.579 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:03:42.582 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:03:42.673 INFO:teuthology.orchestra.run.smithi133.stdout:(16/23): librgw2-18.2.2-1221.ge3fb05d5.el8.x86_ 2.9 MB/s | 6.6 MB 00:02 2024-04-16T01:03:42.732 INFO:teuthology.orchestra.run.smithi133.stdout:(17/23): gperftools-libs-2.7-9.el8.x86_64.rpm 517 kB/s | 306 kB 00:00 2024-04-16T01:03:42.785 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-04-16T01:03:42.982 INFO:teuthology.orchestra.run.smithi133.stdout:(18/23): liboath-2.6.2-3.el8.x86_64.rpm 191 kB/s | 59 kB 00:00 2024-04-16T01:03:43.040 INFO:teuthology.orchestra.run.smithi133.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 243 kB/s | 75 kB 00:00 2024-04-16T01:03:43.191 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-04-16T01:03:43.394 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 4/25 2024-04-16T01:03:43.457 INFO:teuthology.orchestra.run.smithi133.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 3.6 MB/s | 1.7 MB 00:00 2024-04-16T01:03:43.493 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 4/25 2024-04-16T01:03:43.784 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rados-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/25 2024-04-16T01:03:43.875 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:03:43.985 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 6/25 2024-04-16T01:03:44.033 INFO:teuthology.orchestra.run.smithi133.stdout:(21/23): librbd1-18.2.2-1221.ge3fb05d5.el8.x86_ 6.2 MB/s | 3.6 MB 00:00 2024-04-16T01:03:44.114 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-04-16T01:03:44.150 INFO:teuthology.orchestra.run.smithi133.stdout:(22/23): librados2-18.2.2-1221.ge3fb05d5.el8.x8 3.3 MB/s | 3.7 MB 00:01 2024-04-16T01:03:44.328 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2024-04-16T01:03:44.379 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 6/25 2024-04-16T01:03:44.549 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-04-16T01:03:44.560 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 7/25 2024-04-16T01:03:44.624 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 7/25 2024-04-16T01:03:44.750 INFO:teuthology.orchestra.run.smithi133.stdout:(23/23): ceph-common-18.2.2-1221.ge3fb05d5.el8. 2.4 MB/s | 22 MB 00:08 2024-04-16T01:03:44.753 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:03:44.753 INFO:teuthology.orchestra.run.smithi133.stdout:Total 6.2 MB/s | 60 MB 00:09 2024-04-16T01:03:44.798 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:03:44.844 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:03:44.844 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:03:44.861 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 8/25 2024-04-16T01:03:44.954 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-04-16T01:03:45.033 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 9/25 2024-04-16T01:03:45.149 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 4/25 2024-04-16T01:03:45.187 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-argparse-2:18.2.2-1221.ge3fb05d5.el8. 10/25 2024-04-16T01:03:45.217 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:03:45.220 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:03:45.234 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 4/25 2024-04-16T01:03:45.387 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cephfs-2:18.2.2-1221.ge3fb05d5.el8.x86_64 11/25 2024-04-16T01:03:45.506 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rados-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/25 2024-04-16T01:03:45.627 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 12/25 2024-04-16T01:03:45.741 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 6/25 2024-04-16T01:03:45.776 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libradosstriper1-2:18.2.2-1221.ge3fb05d5.el8.x86_6 13/25 2024-04-16T01:03:45.833 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1221.ge3fb05d5.el8.x86_6 13/25 2024-04-16T01:03:46.044 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2024-04-16T01:03:46.122 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 6/25 2024-04-16T01:03:46.324 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 7/25 2024-04-16T01:03:46.380 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:03:46.391 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 7/25 2024-04-16T01:03:46.615 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-04-16T01:03:46.641 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 8/25 2024-04-16T01:03:46.814 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 9/25 2024-04-16T01:03:46.815 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2024-04-16T01:03:46.829 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2024-04-16T01:03:46.959 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librgw2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 16/25 2024-04-16T01:03:47.011 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librgw2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 16/25 2024-04-16T01:03:47.026 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-04-16T01:03:47.026 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-argparse-2:18.2.2-1221.ge3fb05d5.el8. 10/25 2024-04-16T01:03:47.209 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 17/25 2024-04-16T01:03:47.244 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cephfs-2:18.2.2-1221.ge3fb05d5.el8.x86_64 11/25 2024-04-16T01:03:47.411 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-04-16T01:03:47.429 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-04-16T01:03:47.500 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 12/25 2024-04-16T01:03:47.585 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x8 19/25 2024-04-16T01:03:47.617 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 4/25 2024-04-16T01:03:47.666 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libradosstriper1-2:18.2.2-1221.ge3fb05d5.el8.x86_6 13/25 2024-04-16T01:03:47.716 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 4/25 2024-04-16T01:03:47.733 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1221.ge3fb05d5.el8.x86_6 13/25 2024-04-16T01:03:47.924 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rados-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/25 2024-04-16T01:03:48.001 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2024-04-16T01:03:48.092 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 6/25 2024-04-16T01:03:48.497 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 6/25 2024-04-16T01:03:48.650 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 7/25 2024-04-16T01:03:48.723 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 7/25 2024-04-16T01:03:48.881 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2024-04-16T01:03:48.960 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 8/25 2024-04-16T01:03:49.074 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librgw2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 16/25 2024-04-16T01:03:49.132 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 9/25 2024-04-16T01:03:49.145 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librgw2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 16/25 2024-04-16T01:03:49.286 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-argparse-2:18.2.2-1221.ge3fb05d5.el8. 10/25 2024-04-16T01:03:49.340 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 17/25 2024-04-16T01:03:49.469 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cephfs-2:18.2.2-1221.ge3fb05d5.el8.x86_64 11/25 2024-04-16T01:03:49.575 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-04-16T01:03:49.692 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 12/25 2024-04-16T01:03:49.757 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x8 19/25 2024-04-16T01:03:49.833 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libradosstriper1-2:18.2.2-1221.ge3fb05d5.el8.x86_6 13/25 2024-04-16T01:03:49.906 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1221.ge3fb05d5.el8.x86_6 13/25 2024-04-16T01:03:50.101 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2024-04-16T01:03:50.139 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 20/25 2024-04-16T01:03:50.359 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 20/25 2024-04-16T01:03:50.845 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2024-04-16T01:03:50.964 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 20/25 2024-04-16T01:03:50.983 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librgw2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 16/25 2024-04-16T01:03:51.060 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librgw2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 16/25 2024-04-16T01:03:51.236 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 21/25 2024-04-16T01:03:51.241 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 17/25 2024-04-16T01:03:51.340 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 21/25 2024-04-16T01:03:51.427 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-04-16T01:03:51.533 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-selinux-2:18.2.2-1221.ge3fb05d5.el8.x86_64 22/25 2024-04-16T01:03:51.634 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x8 19/25 2024-04-16T01:03:52.278 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 20/25 2024-04-16T01:03:52.549 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 20/25 2024-04-16T01:03:53.151 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 20/25 2024-04-16T01:03:53.599 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 21/25 2024-04-16T01:03:53.717 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 21/25 2024-04-16T01:03:53.881 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-selinux-2:18.2.2-1221.ge3fb05d5.el8.x86_64 22/25 2024-04-16T01:03:54.162 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 20/25 2024-04-16T01:03:54.692 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 20/25 2024-04-16T01:03:55.323 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 20/25 2024-04-16T01:03:55.591 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 21/25 2024-04-16T01:03:55.697 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 21/25 2024-04-16T01:03:55.891 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-selinux-2:18.2.2-1221.ge3fb05d5.el8.x86_64 22/25 2024-04-16T01:04:10.696 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1221.ge3fb05d5.el8.x86_64 22/25 2024-04-16T01:04:10.697 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /sys 2024-04-16T01:04:10.697 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /proc 2024-04-16T01:04:10.697 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /dev 2024-04-16T01:04:10.697 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /run 2024-04-16T01:04:10.697 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /mnt 2024-04-16T01:04:10.697 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /var/tmp 2024-04-16T01:04:10.697 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /home 2024-04-16T01:04:10.697 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /tmp 2024-04-16T01:04:10.697 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /dev 2024-04-16T01:04:10.698 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:12.057 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-radosgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 23/25 2024-04-16T01:04:12.077 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 23/25 2024-04-16T01:04:12.077 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-16T01:04:12.273 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-16T01:04:12.273 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-16T01:04:12.939 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-16T01:04:12.939 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/25 2024-04-16T01:04:12.939 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/25 2024-04-16T01:04:12.939 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-radosgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 3/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-selinux-2:18.2.2-1221.ge3fb05d5.el8.x86_64 4/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libradosstriper1-2:18.2.2-1221.ge3fb05d5.el8.x86_6 6/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librgw2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 7/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1221.ge3fb05d5.el8. 8/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x8 9/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cephfs-2:18.2.2-1221.ge3fb05d5.el8.x86_64 10/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rados-2:18.2.2-1221.ge3fb05d5.el8.x86_64 11/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 12/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 13/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-04-16T01:04:12.940 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-04-16T01:04:12.941 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-04-16T01:04:12.941 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-04-16T01:04:12.941 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2024-04-16T01:04:12.941 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2024-04-16T01:04:12.941 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2024-04-16T01:04:12.941 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 22/25 2024-04-16T01:04:12.941 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-04-16T01:04:12.941 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 24/25 2024-04-16T01:04:13.515 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1221.ge3fb05d5.el8.x86_64 22/25 2024-04-16T01:04:13.516 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /sys 2024-04-16T01:04:13.516 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /proc 2024-04-16T01:04:13.516 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /dev 2024-04-16T01:04:13.516 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /run 2024-04-16T01:04:13.516 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /mnt 2024-04-16T01:04:13.516 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /var/tmp 2024-04-16T01:04:13.516 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /home 2024-04-16T01:04:13.516 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /tmp 2024-04-16T01:04:13.516 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /dev 2024-04-16T01:04:13.516 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:04:13.777 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-04-16T01:04:13.777 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:13.777 INFO:teuthology.orchestra.run.smithi071.stdout:Upgraded: 2024-04-16T01:04:13.777 INFO:teuthology.orchestra.run.smithi071.stdout: librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.777 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.777 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:04:13.777 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.777 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.777 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.778 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.778 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-04-16T01:04:13.778 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.778 INFO:teuthology.orchestra.run.smithi071.stdout: liboath-2.6.2-3.el8.x86_64 2024-04-16T01:04:13.778 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-04-16T01:04:13.778 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.778 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-04-16T01:04:13.778 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.778 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind-1.3.1-3.el8.x86_64 2024-04-16T01:04:13.779 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-04-16T01:04:13.779 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.779 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.779 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.779 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-04-16T01:04:13.779 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.779 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.779 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:13.780 INFO:teuthology.orchestra.run.smithi071.stdout: thrift-0.13.0-2.el8.x86_64 2024-04-16T01:04:13.780 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:13.780 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:04:14.050 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-test 2024-04-16T01:04:14.782 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:43 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:04:14.937 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-radosgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 23/25 2024-04-16T01:04:14.958 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 23/25 2024-04-16T01:04:14.959 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-16T01:04:15.181 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-16T01:04:15.181 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-16T01:04:15.679 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1221.ge3fb05d5.el8.x86_64 22/25 2024-04-16T01:04:15.680 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /sys 2024-04-16T01:04:15.680 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /proc 2024-04-16T01:04:15.680 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /dev 2024-04-16T01:04:15.680 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /run 2024-04-16T01:04:15.680 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /mnt 2024-04-16T01:04:15.680 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /var/tmp 2024-04-16T01:04:15.680 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /home 2024-04-16T01:04:15.680 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /tmp 2024-04-16T01:04:15.680 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /dev 2024-04-16T01:04:15.680 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:04:15.905 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-16T01:04:15.905 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/25 2024-04-16T01:04:15.905 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/25 2024-04-16T01:04:15.905 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-radosgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 3/25 2024-04-16T01:04:15.905 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-selinux-2:18.2.2-1221.ge3fb05d5.el8.x86_64 4/25 2024-04-16T01:04:15.905 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/25 2024-04-16T01:04:15.905 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libradosstriper1-2:18.2.2-1221.ge3fb05d5.el8.x86_6 6/25 2024-04-16T01:04:15.905 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librgw2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 7/25 2024-04-16T01:04:15.905 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1221.ge3fb05d5.el8. 8/25 2024-04-16T01:04:15.906 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x8 9/25 2024-04-16T01:04:15.906 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cephfs-2:18.2.2-1221.ge3fb05d5.el8.x86_64 10/25 2024-04-16T01:04:15.906 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rados-2:18.2.2-1221.ge3fb05d5.el8.x86_64 11/25 2024-04-16T01:04:15.906 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 12/25 2024-04-16T01:04:15.906 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 13/25 2024-04-16T01:04:15.906 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-04-16T01:04:15.907 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-04-16T01:04:15.907 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-04-16T01:04:15.907 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-04-16T01:04:15.907 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-04-16T01:04:15.907 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2024-04-16T01:04:15.907 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2024-04-16T01:04:15.907 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2024-04-16T01:04:15.907 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 22/25 2024-04-16T01:04:15.908 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-04-16T01:04:15.908 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 24/25 2024-04-16T01:04:16.419 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:04:16.420 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:04:16.421 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-16T01:04:16.421 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:04:16.421 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:04:16.421 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 47 M 2024-04-16T01:04:16.421 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-16T01:04:16.421 INFO:teuthology.orchestra.run.smithi071.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-04-16T01:04:16.421 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 142 k 2024-04-16T01:04:16.421 INFO:teuthology.orchestra.run.smithi071.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-04-16T01:04:16.421 INFO:teuthology.orchestra.run.smithi071.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-04-16T01:04:16.422 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-04-16T01:04:16.422 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:16.422 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:04:16.422 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:04:16.422 INFO:teuthology.orchestra.run.smithi071.stdout:Install 6 Packages 2024-04-16T01:04:16.422 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:16.423 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 48 M 2024-04-16T01:04:16.423 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 213 M 2024-04-16T01:04:16.423 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:04:16.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-04-16T01:04:16.749 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:04:16.749 INFO:teuthology.orchestra.run.smithi098.stdout:Upgraded: 2024-04-16T01:04:16.749 INFO:teuthology.orchestra.run.smithi098.stdout: librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.749 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.749 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:04:16.749 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.749 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.749 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.749 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.749 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-04-16T01:04:16.749 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: liboath-2.6.2-3.el8.x86_64 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind-1.3.1-3.el8.x86_64 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.750 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.751 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:16.751 INFO:teuthology.orchestra.run.smithi098.stdout: thrift-0.13.0-2.el8.x86_64 2024-04-16T01:04:16.751 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:04:16.751 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout:(1/6): libcephsqlite-18.2.2-1221.ge3fb05d5.el8. 476 kB/s | 142 kB 00:00 2024-04-16T01:04:17.070 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-radosgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 23/25 2024-04-16T01:04:17.085 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-test 2024-04-16T01:04:17.091 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 23/25 2024-04-16T01:04:17.091 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-16T01:04:17.130 INFO:teuthology.orchestra.run.smithi071.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 394 kB/s | 203 kB 00:00 2024-04-16T01:04:17.273 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-16T01:04:17.273 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-16T01:04:17.338 INFO:teuthology.orchestra.run.smithi071.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2024-04-16T01:04:17.389 INFO:teuthology.orchestra.run.smithi071.stdout:(4/6): oniguruma-6.8.2-3.el8.x86_64.rpm 396 kB/s | 188 kB 00:00 2024-04-16T01:04:17.447 INFO:teuthology.orchestra.run.smithi071.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 650 kB/s | 71 kB 00:00 2024-04-16T01:04:17.813 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:46 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:04:17.955 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-16T01:04:17.955 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/25 2024-04-16T01:04:17.955 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-radosgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 3/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-selinux-2:18.2.2-1221.ge3fb05d5.el8.x86_64 4/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libradosstriper1-2:18.2.2-1221.ge3fb05d5.el8.x86_6 6/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librgw2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 7/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1221.ge3fb05d5.el8. 8/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x8 9/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cephfs-2:18.2.2-1221.ge3fb05d5.el8.x86_64 10/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rados-2:18.2.2-1221.ge3fb05d5.el8.x86_64 11/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 12/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 13/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-04-16T01:04:17.956 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-04-16T01:04:17.957 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-04-16T01:04:17.957 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-04-16T01:04:17.957 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2024-04-16T01:04:17.957 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2024-04-16T01:04:17.957 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2024-04-16T01:04:17.957 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 22/25 2024-04-16T01:04:17.957 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-04-16T01:04:17.957 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 24/25 2024-04-16T01:04:18.900 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-04-16T01:04:18.900 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:04:18.900 INFO:teuthology.orchestra.run.smithi133.stdout:Upgraded: 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: liboath-2.6.2-3.el8.x86_64 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-04-16T01:04:18.901 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.902 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind-1.3.1-3.el8.x86_64 2024-04-16T01:04:18.902 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-04-16T01:04:18.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-04-16T01:04:18.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:18.902 INFO:teuthology.orchestra.run.smithi133.stdout: thrift-0.13.0-2.el8.x86_64 2024-04-16T01:04:18.902 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:04:18.902 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:04:19.196 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-test 2024-04-16T01:04:19.443 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:04:19.444 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:04:19.444 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-16T01:04:19.444 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:04:19.444 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:04:19.444 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 47 M 2024-04-16T01:04:19.444 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-16T01:04:19.444 INFO:teuthology.orchestra.run.smithi098.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-04-16T01:04:19.444 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 142 k 2024-04-16T01:04:19.445 INFO:teuthology.orchestra.run.smithi098.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-04-16T01:04:19.445 INFO:teuthology.orchestra.run.smithi098.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-04-16T01:04:19.445 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-04-16T01:04:19.445 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:04:19.445 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:04:19.445 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:04:19.445 INFO:teuthology.orchestra.run.smithi098.stdout:Install 6 Packages 2024-04-16T01:04:19.445 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:04:19.446 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 48 M 2024-04-16T01:04:19.446 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 213 M 2024-04-16T01:04:19.446 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:04:19.841 INFO:teuthology.orchestra.run.smithi098.stdout:(1/6): libcephsqlite-18.2.2-1221.ge3fb05d5.el8. 464 kB/s | 142 kB 00:00 2024-04-16T01:04:19.930 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:48 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:04:20.125 INFO:teuthology.orchestra.run.smithi098.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 345 kB/s | 203 kB 00:00 2024-04-16T01:04:20.367 INFO:teuthology.orchestra.run.smithi098.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.3 MB/s | 323 kB 00:00 2024-04-16T01:04:20.409 INFO:teuthology.orchestra.run.smithi098.stdout:(4/6): oniguruma-6.8.2-3.el8.x86_64.rpm 332 kB/s | 188 kB 00:00 2024-04-16T01:04:20.464 INFO:teuthology.orchestra.run.smithi071.stdout:(6/6): ceph-test-18.2.2-1221.ge3fb05d5.el8.x86_ 12 MB/s | 47 MB 00:03 2024-04-16T01:04:20.466 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:04:20.466 INFO:teuthology.orchestra.run.smithi071.stdout:Total 12 MB/s | 48 MB 00:04 2024-04-16T01:04:20.484 INFO:teuthology.orchestra.run.smithi098.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 605 kB/s | 71 kB 00:00 2024-04-16T01:04:20.507 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:04:20.528 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:04:20.528 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:04:20.796 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:04:20.799 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:04:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:04:21.506 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-04-16T01:04:21.558 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:04:21.559 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:04:21.559 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-16T01:04:21.559 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:04:21.559 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:04:21.559 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 47 M 2024-04-16T01:04:21.559 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-16T01:04:21.559 INFO:teuthology.orchestra.run.smithi133.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-04-16T01:04:21.560 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 142 k 2024-04-16T01:04:21.560 INFO:teuthology.orchestra.run.smithi133.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-04-16T01:04:21.560 INFO:teuthology.orchestra.run.smithi133.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-04-16T01:04:21.560 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-04-16T01:04:21.560 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:04:21.560 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:04:21.560 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:04:21.560 INFO:teuthology.orchestra.run.smithi133.stdout:Install 6 Packages 2024-04-16T01:04:21.560 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:04:21.563 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 48 M 2024-04-16T01:04:21.563 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 213 M 2024-04-16T01:04:21.563 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:04:21.696 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-04-16T01:04:21.852 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-16T01:04:21.971 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-16T01:04:21.972 INFO:teuthology.orchestra.run.smithi133.stdout:(1/6): libcephsqlite-18.2.2-1221.ge3fb05d5.el8. 785 kB/s | 142 kB 00:00 2024-04-16T01:04:22.164 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-04-16T01:04:22.293 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephsqlite-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/6 2024-04-16T01:04:22.402 INFO:teuthology.orchestra.run.smithi133.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 330 kB/s | 203 kB 00:00 2024-04-16T01:04:22.611 INFO:teuthology.orchestra.run.smithi133.stdout:(3/6): oniguruma-6.8.2-3.el8.x86_64.rpm 293 kB/s | 188 kB 00:00 2024-04-16T01:04:22.678 INFO:teuthology.orchestra.run.smithi133.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.1 MB/s | 323 kB 00:00 2024-04-16T01:04:22.778 INFO:teuthology.orchestra.run.smithi133.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 423 kB/s | 71 kB 00:00 2024-04-16T01:04:26.836 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/6 2024-04-16T01:04:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-test-2:18.2.2-1221.ge3fb05d5.el8.x86_64 6/6 2024-04-16T01:04:27.352 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-test-2:18.2.2-1221.ge3fb05d5.el8.x86_64 6/6 2024-04-16T01:04:27.352 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-test-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/6 2024-04-16T01:04:27.352 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephsqlite-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/6 2024-04-16T01:04:27.352 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-04-16T01:04:27.352 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-04-16T01:04:27.353 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-04-16T01:04:27.763 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-04-16T01:04:27.763 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:27.763 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:04:27.763 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:27.764 INFO:teuthology.orchestra.run.smithi071.stdout: jq-1.6-8.el8.x86_64 2024-04-16T01:04:27.764 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:27.764 INFO:teuthology.orchestra.run.smithi071.stdout: oniguruma-6.8.2-3.el8.x86_64 2024-04-16T01:04:27.764 INFO:teuthology.orchestra.run.smithi071.stdout: socat-1.7.4.1-1.el8.x86_64 2024-04-16T01:04:27.764 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-04-16T01:04:27.764 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:27.764 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:04:28.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph 2024-04-16T01:04:28.784 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:57 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:04:30.405 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:04:30.408 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout: ceph x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 6.4 k 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 2.3 M 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 1.6 M 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 245 k 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 4.8 M 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 18 M 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-04-16T01:04:30.409 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-04-16T01:04:30.410 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:04:30.411 INFO:teuthology.orchestra.run.smithi071.stdout:Install 32 Packages 2024-04-16T01:04:30.412 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:30.412 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 31 M 2024-04-16T01:04:30.412 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 124 M 2024-04-16T01:04:30.412 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:04:30.898 INFO:teuthology.orchestra.run.smithi071.stdout:(1/32): ceph-18.2.2-1221.ge3fb05d5.el8.x86_64.r 55 kB/s | 6.4 kB 00:00 2024-04-16T01:04:31.623 INFO:teuthology.orchestra.run.smithi071.stdout:(2/32): ceph-mon-18.2.2-1221.ge3fb05d5.el8.x86_ 6.7 MB/s | 4.8 MB 00:00 2024-04-16T01:04:31.798 INFO:teuthology.orchestra.run.smithi071.stdout:(3/32): ceph-mgr-18.2.2-1221.ge3fb05d5.el8.x86_ 1.5 MB/s | 1.6 MB 00:01 2024-04-16T01:04:31.932 INFO:teuthology.orchestra.run.smithi071.stdout:(4/32): ceph-mgr-modules-core-18.2.2-1221.ge3fb 1.8 MB/s | 245 kB 00:00 2024-04-16T01:04:32.015 INFO:teuthology.orchestra.run.smithi071.stdout:(5/32): ceph-mds-18.2.2-1221.ge3fb05d5.el8.x86_ 1.8 MB/s | 2.3 MB 00:01 2024-04-16T01:04:32.307 INFO:teuthology.orchestra.run.smithi071.stdout:(6/32): python3-markupsafe-0.23-19.el8.x86_64.r 133 kB/s | 39 kB 00:00 2024-04-16T01:04:32.408 INFO:teuthology.orchestra.run.smithi071.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 330 kB/s | 157 kB 00:00 2024-04-16T01:04:32.533 INFO:teuthology.orchestra.run.smithi071.stdout:(8/32): python3-pytz-2017.2-11.el8.noarch.rpm 456 kB/s | 57 kB 00:00 2024-04-16T01:04:32.558 INFO:teuthology.orchestra.run.smithi071.stdout:(9/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 412 kB/s | 103 kB 00:00 2024-04-16T01:04:32.776 INFO:teuthology.orchestra.run.smithi071.stdout:(10/32): ceph-osd-18.2.2-1221.ge3fb05d5.el8.x86 16 MB/s | 18 MB 00:01 2024-04-16T01:04:32.892 INFO:teuthology.orchestra.run.smithi071.stdout:(11/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.2 MB/s | 457 kB 00:00 2024-04-16T01:04:32.918 INFO:teuthology.orchestra.run.smithi071.stdout:(12/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 693 kB/s | 249 kB 00:00 2024-04-16T01:04:33.035 INFO:teuthology.orchestra.run.smithi071.stdout:(13/32): python3-cryptography-3.2.1-7.el8.x86_6 2.4 MB/s | 641 kB 00:00 2024-04-16T01:04:33.060 INFO:teuthology.orchestra.run.smithi071.stdout:(14/32): python3-pycparser-2.14-14.el8.noarch.r 652 kB/s | 109 kB 00:00 2024-04-16T01:04:33.144 INFO:teuthology.orchestra.run.smithi071.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 193 kB/s | 44 kB 00:00 2024-04-16T01:04:33.236 INFO:teuthology.orchestra.run.smithi071.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 924 kB/s | 185 kB 00:00 2024-04-16T01:04:33.261 INFO:teuthology.orchestra.run.smithi071.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 861 kB/s | 173 kB 00:00 2024-04-16T01:04:33.345 INFO:teuthology.orchestra.run.smithi071.stdout:(18/32): python3-jaraco-functools-2.0-4.el8.noa 211 kB/s | 18 kB 00:00 2024-04-16T01:04:33.370 INFO:teuthology.orchestra.run.smithi071.stdout:(19/32): python3-jaraco-6.2-6.el8.noarch.rpm 83 kB/s | 11 kB 00:00 2024-04-16T01:04:33.462 INFO:teuthology.orchestra.run.smithi071.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 417 kB/s | 49 kB 00:00 2024-04-16T01:04:33.487 INFO:teuthology.orchestra.run.smithi071.stdout:(21/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.1 MB/s | 384 kB 00:00 2024-04-16T01:04:33.512 INFO:teuthology.orchestra.run.smithi071.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 413 kB/s | 59 kB 00:00 2024-04-16T01:04:33.588 INFO:teuthology.orchestra.run.smithi071.stdout:(23/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.2 MB/s | 283 kB 00:00 2024-04-16T01:04:33.629 INFO:teuthology.orchestra.run.smithi071.stdout:(24/32): python3-portend-2.6-1.el8.noarch.rpm 109 kB/s | 16 kB 00:00 2024-04-16T01:04:33.655 INFO:teuthology.orchestra.run.smithi071.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 131 kB/s | 19 kB 00:00 2024-04-16T01:04:33.680 INFO:teuthology.orchestra.run.smithi071.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 259 kB/s | 24 kB 00:00 2024-04-16T01:04:33.730 INFO:teuthology.orchestra.run.smithi071.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 291 kB/s | 29 kB 00:00 2024-04-16T01:04:33.755 INFO:teuthology.orchestra.run.smithi071.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 274 kB/s | 27 kB 00:00 2024-04-16T01:04:33.781 INFO:teuthology.orchestra.run.smithi071.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 2.5 MB/s | 255 kB 00:00 2024-04-16T01:04:33.814 INFO:teuthology.orchestra.run.smithi071.stdout:(30/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.9 MB/s | 251 kB 00:00 2024-04-16T01:04:33.865 INFO:teuthology.orchestra.run.smithi071.stdout:(31/32): python3-webtest-2.0.33-1.el8.noarch.rp 785 kB/s | 85 kB 00:00 2024-04-16T01:04:33.890 INFO:teuthology.orchestra.run.smithi071.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 211 kB/s | 23 kB 00:00 2024-04-16T01:04:33.891 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:04:33.892 INFO:teuthology.orchestra.run.smithi071.stdout:Total 8.9 MB/s | 31 MB 00:03 2024-04-16T01:04:33.974 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:04:34.012 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:04:34.013 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:04:34.344 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:04:34.347 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:04:35.463 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:04:35.679 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-04-16T01:04:35.974 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-04-16T01:04:36.223 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-04-16T01:04:36.513 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-04-16T01:04:36.723 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-04-16T01:04:36.892 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-04-16T01:04:37.085 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-04-16T01:04:37.229 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-04-16T01:04:37.446 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-04-16T01:04:37.659 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-04-16T01:04:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-04-16T01:04:38.163 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-04-16T01:04:38.474 INFO:teuthology.orchestra.run.smithi098.stdout:(6/6): ceph-test-18.2.2-1221.ge3fb05d5.el8.x86_ 2.5 MB/s | 47 MB 00:18 2024-04-16T01:04:38.476 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:04:38.476 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.5 MB/s | 48 MB 00:19 2024-04-16T01:04:38.518 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:04:38.529 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-04-16T01:04:38.539 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:04:38.539 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:04:38.767 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-04-16T01:04:38.807 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:04:38.810 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:04:38.973 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-04-16T01:04:39.239 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-04-16T01:04:39.295 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:04:39.457 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-16T01:04:39.550 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-04-16T01:04:39.745 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-04-16T01:04:39.783 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-04-16T01:04:39.926 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-16T01:04:40.003 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-16T01:04:40.004 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-04-16T01:04:40.167 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-04-16T01:04:40.196 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-04-16T01:04:40.378 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-04-16T01:04:40.383 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephsqlite-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/6 2024-04-16T01:04:40.607 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-04-16T01:04:40.826 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-04-16T01:04:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-04-16T01:04:41.392 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-04-16T01:04:41.686 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-04-16T01:04:41.809 INFO:teuthology.orchestra.run.smithi133.stdout:(6/6): ceph-test-18.2.2-1221.ge3fb05d5.el8.x86_ 2.4 MB/s | 47 MB 00:20 2024-04-16T01:04:41.811 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:04:41.811 INFO:teuthology.orchestra.run.smithi133.stdout:Total 2.4 MB/s | 48 MB 00:20 2024-04-16T01:04:41.853 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:04:41.875 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:04:41.875 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:04:42.113 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1221.ge3fb05d5.el8. 27/32 2024-04-16T01:04:42.143 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:04:42.146 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:04:42.334 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 28/32 2024-04-16T01:04:42.634 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:04:42.861 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-04-16T01:04:43.077 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-04-16T01:04:43.232 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-16T01:04:43.296 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-16T01:04:43.462 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-04-16T01:04:43.599 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephsqlite-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/6 2024-04-16T01:04:43.969 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 28/32 2024-04-16T01:04:44.166 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-osd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 29/32 2024-04-16T01:04:44.644 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-osd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 29/32 2024-04-16T01:04:44.830 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mon-2:18.2.2-1221.ge3fb05d5.el8.x86_64 30/32 2024-04-16T01:04:44.914 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/6 2024-04-16T01:04:45.050 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mon-2:18.2.2-1221.ge3fb05d5.el8.x86_64 30/32 2024-04-16T01:04:45.165 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-test-2:18.2.2-1221.ge3fb05d5.el8.x86_64 6/6 2024-04-16T01:04:45.222 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mds-2:18.2.2-1221.ge3fb05d5.el8.x86_64 31/32 2024-04-16T01:04:45.240 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mds-2:18.2.2-1221.ge3fb05d5.el8.x86_64 31/32 2024-04-16T01:04:45.371 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-2:18.2.2-1221.ge3fb05d5.el8.x86_64 32/32 2024-04-16T01:04:45.451 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-test-2:18.2.2-1221.ge3fb05d5.el8.x86_64 6/6 2024-04-16T01:04:45.451 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-test-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/6 2024-04-16T01:04:45.451 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephsqlite-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/6 2024-04-16T01:04:45.451 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-04-16T01:04:45.451 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-04-16T01:04:45.451 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-04-16T01:04:45.760 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-2:18.2.2-1221.ge3fb05d5.el8.x86_64 32/32 2024-04-16T01:04:45.760 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/32 2024-04-16T01:04:45.760 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mds-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/32 2024-04-16T01:04:45.760 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 3/32 2024-04-16T01:04:45.761 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mon-2:18.2.2-1221.ge3fb05d5.el8.x86_64 4/32 2024-04-16T01:04:45.761 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-osd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/32 2024-04-16T01:04:45.761 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1221.ge3fb05d5.el8. 6/32 2024-04-16T01:04:45.761 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-04-16T01:04:45.761 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-04-16T01:04:45.761 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-04-16T01:04:45.761 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-04-16T01:04:45.761 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-04-16T01:04:45.761 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-04-16T01:04:45.761 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-04-16T01:04:45.761 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-04-16T01:04:45.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-04-16T01:04:45.763 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-04-16T01:04:45.763 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-04-16T01:04:45.763 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-04-16T01:04:45.763 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-04-16T01:04:45.906 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-04-16T01:04:45.906 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:04:45.906 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:04:45.906 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:45.906 INFO:teuthology.orchestra.run.smithi098.stdout: jq-1.6-8.el8.x86_64 2024-04-16T01:04:45.907 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:45.907 INFO:teuthology.orchestra.run.smithi098.stdout: oniguruma-6.8.2-3.el8.x86_64 2024-04-16T01:04:45.907 INFO:teuthology.orchestra.run.smithi098.stdout: socat-1.7.4.1-1.el8.x86_64 2024-04-16T01:04:45.907 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-04-16T01:04:45.907 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:04:45.907 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:04:46.178 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph 2024-04-16T01:04:46.717 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-04-16T01:04:46.717 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:46.717 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:04:46.718 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:46.718 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:46.718 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:46.718 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:04:46.718 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:46.718 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:46.718 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-04-16T01:04:46.718 INFO:teuthology.orchestra.run.smithi071.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-04-16T01:04:46.718 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-04-16T01:04:46.718 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-04-16T01:04:46.718 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-04-16T01:04:46.718 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-6.2-6.el8.noarch 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako-1.0.6-14.el8.noarch 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend-2.6-1.el8.noarch 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser-2.14-14.el8.noarch 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz-2017.2-11.el8.noarch 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-04-16T01:04:46.719 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-04-16T01:04:46.720 INFO:teuthology.orchestra.run.smithi071.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-04-16T01:04:46.720 INFO:teuthology.orchestra.run.smithi071.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-04-16T01:04:46.720 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-04-16T01:04:46.720 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-04-16T01:04:46.720 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-04-16T01:04:46.720 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-04-16T01:04:46.720 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:46.720 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:04:46.914 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:15 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:04:46.945 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-base 2024-04-16T01:04:47.683 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:16 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:04:48.124 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/6 2024-04-16T01:04:48.372 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-test-2:18.2.2-1221.ge3fb05d5.el8.x86_64 6/6 2024-04-16T01:04:48.529 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:04:48.534 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:04:48.534 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-16T01:04:48.534 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:04:48.534 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:04:48.534 INFO:teuthology.orchestra.run.smithi098.stdout: ceph x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 6.4 k 2024-04-16T01:04:48.534 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-16T01:04:48.534 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 2.3 M 2024-04-16T01:04:48.534 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 1.6 M 2024-04-16T01:04:48.534 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 245 k 2024-04-16T01:04:48.534 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 4.8 M 2024-04-16T01:04:48.534 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 18 M 2024-04-16T01:04:48.534 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-04-16T01:04:48.535 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:04:48.536 INFO:teuthology.orchestra.run.smithi098.stdout:Install 32 Packages 2024-04-16T01:04:48.537 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:04:48.537 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 31 M 2024-04-16T01:04:48.537 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 124 M 2024-04-16T01:04:48.537 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:04:48.683 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-test-2:18.2.2-1221.ge3fb05d5.el8.x86_64 6/6 2024-04-16T01:04:48.683 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-test-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/6 2024-04-16T01:04:48.683 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephsqlite-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/6 2024-04-16T01:04:48.683 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-04-16T01:04:48.683 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-04-16T01:04:48.683 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-04-16T01:04:49.087 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-04-16T01:04:49.087 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:04:49.087 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:04:49.087 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:49.087 INFO:teuthology.orchestra.run.smithi133.stdout: jq-1.6-8.el8.x86_64 2024-04-16T01:04:49.087 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:49.087 INFO:teuthology.orchestra.run.smithi133.stdout: oniguruma-6.8.2-3.el8.x86_64 2024-04-16T01:04:49.087 INFO:teuthology.orchestra.run.smithi133.stdout: socat-1.7.4.1-1.el8.x86_64 2024-04-16T01:04:49.087 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-04-16T01:04:49.087 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:04:49.087 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:04:49.136 INFO:teuthology.orchestra.run.smithi098.stdout:(1/32): ceph-18.2.2-1221.ge3fb05d5.el8.x86_64.r 15 kB/s | 6.4 kB 00:00 2024-04-16T01:04:49.271 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:04:49.303 INFO:teuthology.orchestra.run.smithi098.stdout:(2/32): ceph-mds-18.2.2-1221.ge3fb05d5.el8.x86_ 3.9 MB/s | 2.3 MB 00:00 2024-04-16T01:04:49.320 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:04:49.321 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-16T01:04:49.322 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:04:49.351 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph 2024-04-16T01:04:49.444 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install cephadm 2024-04-16T01:04:49.894 INFO:teuthology.orchestra.run.smithi098.stdout:(3/32): ceph-mgr-18.2.2-1221.ge3fb05d5.el8.x86_ 1.3 MB/s | 1.6 MB 00:01 2024-04-16T01:04:50.020 INFO:teuthology.orchestra.run.smithi098.stdout:(4/32): ceph-mgr-modules-core-18.2.2-1221.ge3fb 1.9 MB/s | 245 kB 00:00 2024-04-16T01:04:50.087 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:19 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:04:50.171 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:19 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:04:50.312 INFO:teuthology.orchestra.run.smithi098.stdout:(5/32): ceph-osd-18.2.2-1221.ge3fb05d5.el8.x86_ 18 MB/s | 18 MB 00:01 2024-04-16T01:04:50.420 INFO:teuthology.orchestra.run.smithi098.stdout:(6/32): ceph-mon-18.2.2-1221.ge3fb05d5.el8.x86_ 3.8 MB/s | 4.8 MB 00:01 2024-04-16T01:04:50.554 INFO:teuthology.orchestra.run.smithi098.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 294 kB/s | 157 kB 00:00 2024-04-16T01:04:50.646 INFO:teuthology.orchestra.run.smithi098.stdout:(8/32): python3-markupsafe-0.23-19.el8.x86_64.r 116 kB/s | 39 kB 00:00 2024-04-16T01:04:50.680 INFO:teuthology.orchestra.run.smithi098.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 455 kB/s | 57 kB 00:00 2024-04-16T01:04:50.830 INFO:teuthology.orchestra.run.smithi098.stdout:(10/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.6 MB/s | 249 kB 00:00 2024-04-16T01:04:50.855 INFO:teuthology.orchestra.run.smithi098.stdout:(11/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 238 kB/s | 103 kB 00:00 2024-04-16T01:04:50.981 INFO:teuthology.orchestra.run.smithi098.stdout:(12/32): python3-cryptography-3.2.1-7.el8.x86_6 4.2 MB/s | 641 kB 00:00 2024-04-16T01:04:51.006 INFO:teuthology.orchestra.run.smithi098.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 726 kB/s | 109 kB 00:00 2024-04-16T01:04:51.065 INFO:teuthology.orchestra.run.smithi098.stdout:(14/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.1 MB/s | 457 kB 00:00 2024-04-16T01:04:51.098 INFO:teuthology.orchestra.run.smithi098.stdout:(15/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 2.0 MB/s | 185 kB 00:00 2024-04-16T01:04:51.148 INFO:teuthology.orchestra.run.smithi098.stdout:(16/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 261 kB/s | 44 kB 00:00 2024-04-16T01:04:51.204 INFO:teuthology.orchestra.run.smithi098.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.2 MB/s | 173 kB 00:00 2024-04-16T01:04:51.266 INFO:teuthology.orchestra.run.smithi098.stdout:(18/32): python3-cherrypy-18.4.0-1.el8.noarch.r 2.3 MB/s | 384 kB 00:00 2024-04-16T01:04:51.291 INFO:teuthology.orchestra.run.smithi098.stdout:(19/32): python3-jaraco-6.2-6.el8.noarch.rpm 78 kB/s | 11 kB 00:00 2024-04-16T01:04:51.325 INFO:teuthology.orchestra.run.smithi098.stdout:(20/32): python3-jaraco-functools-2.0-4.el8.noa 152 kB/s | 18 kB 00:00 2024-04-16T01:04:51.383 INFO:teuthology.orchestra.run.smithi098.stdout:(21/32): python3-logutils-0.3.5-11.el8.noarch.r 416 kB/s | 49 kB 00:00 2024-04-16T01:04:51.400 INFO:teuthology.orchestra.run.smithi098.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 564 kB/s | 59 kB 00:00 2024-04-16T01:04:51.467 INFO:teuthology.orchestra.run.smithi098.stdout:(23/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.0 MB/s | 283 kB 00:00 2024-04-16T01:04:51.492 INFO:teuthology.orchestra.run.smithi098.stdout:(24/32): python3-portend-2.6-1.el8.noarch.rpm 144 kB/s | 16 kB 00:00 2024-04-16T01:04:51.518 INFO:teuthology.orchestra.run.smithi098.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 167 kB/s | 19 kB 00:00 2024-04-16T01:04:51.626 INFO:teuthology.orchestra.run.smithi098.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 151 kB/s | 24 kB 00:00 2024-04-16T01:04:51.652 INFO:teuthology.orchestra.run.smithi098.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 227 kB/s | 29 kB 00:00 2024-04-16T01:04:51.677 INFO:teuthology.orchestra.run.smithi098.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 179 kB/s | 27 kB 00:00 2024-04-16T01:04:51.717 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:04:51.720 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:04:51.720 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-16T01:04:51.720 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:04:51.720 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:04:51.720 INFO:teuthology.orchestra.run.smithi133.stdout: ceph x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 6.4 k 2024-04-16T01:04:51.720 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-16T01:04:51.720 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 2.3 M 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 1.6 M 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 245 k 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 4.8 M 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 18 M 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-04-16T01:04:51.721 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-04-16T01:04:51.722 INFO:teuthology.orchestra.run.smithi133.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-04-16T01:04:51.723 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-04-16T01:04:51.723 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-04-16T01:04:51.723 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-04-16T01:04:51.723 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-04-16T01:04:51.723 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:04:51.723 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:04:51.723 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:04:51.723 INFO:teuthology.orchestra.run.smithi133.stdout:Install 32 Packages 2024-04-16T01:04:51.723 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:04:51.724 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 31 M 2024-04-16T01:04:51.724 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 124 M 2024-04-16T01:04:51.724 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:04:51.777 INFO:teuthology.orchestra.run.smithi098.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.7 MB/s | 255 kB 00:00 2024-04-16T01:04:51.794 INFO:teuthology.orchestra.run.smithi098.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 763 kB/s | 85 kB 00:00 2024-04-16T01:04:51.815 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:04:51.815 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:04:51.816 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-16T01:04:51.816 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:04:51.816 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:04:51.816 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 173 k 2024-04-16T01:04:51.816 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:51.816 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:04:51.816 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:04:51.816 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-16T01:04:51.816 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:51.817 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 173 k 2024-04-16T01:04:51.817 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 692 k 2024-04-16T01:04:51.817 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:04:51.819 INFO:teuthology.orchestra.run.smithi098.stdout:(31/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.8 MB/s | 251 kB 00:00 2024-04-16T01:04:51.869 INFO:teuthology.orchestra.run.smithi098.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 250 kB/s | 23 kB 00:00 2024-04-16T01:04:51.872 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:04:51.873 INFO:teuthology.orchestra.run.smithi098.stdout:Total 9.3 MB/s | 31 MB 00:03 2024-04-16T01:04:51.953 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:04:51.991 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:04:51.991 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:04:52.012 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm-18.2.2-1221.ge3fb05d5.el8.noarch.rpm 886 kB/s | 173 kB 00:00 2024-04-16T01:04:52.012 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:04:52.013 INFO:teuthology.orchestra.run.smithi071.stdout:Total 881 kB/s | 173 kB 00:00 2024-04-16T01:04:52.013 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:04:52.020 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:04:52.020 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:04:52.023 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:04:52.025 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:04:52.067 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:04:52.246 INFO:teuthology.orchestra.run.smithi133.stdout:(1/32): ceph-18.2.2-1221.ge3fb05d5.el8.x86_64.r 55 kB/s | 6.4 kB 00:00 2024-04-16T01:04:52.325 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:04:52.328 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:04:52.515 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/1 2024-04-16T01:04:52.663 INFO:teuthology.orchestra.run.smithi133.stdout:(2/32): ceph-mon-18.2.2-1221.ge3fb05d5.el8.x86_ 12 MB/s | 4.8 MB 00:00 2024-04-16T01:04:52.713 INFO:teuthology.orchestra.run.smithi133.stdout:(3/32): ceph-mds-18.2.2-1221.ge3fb05d5.el8.x86_ 3.9 MB/s | 2.3 MB 00:00 2024-04-16T01:04:52.736 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/1 2024-04-16T01:04:52.805 INFO:teuthology.orchestra.run.smithi133.stdout:(4/32): ceph-mgr-modules-core-18.2.2-1221.ge3fb 2.6 MB/s | 245 kB 00:00 2024-04-16T01:04:52.897 INFO:teuthology.orchestra.run.smithi133.stdout:(5/32): ceph-mgr-18.2.2-1221.ge3fb05d5.el8.x86_ 2.0 MB/s | 1.6 MB 00:00 2024-04-16T01:04:52.961 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/1 2024-04-16T01:04:53.189 INFO:teuthology.orchestra.run.smithi133.stdout:(6/32): python3-markupsafe-0.23-19.el8.x86_64.r 133 kB/s | 39 kB 00:00 2024-04-16T01:04:53.290 INFO:teuthology.orchestra.run.smithi133.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 324 kB/s | 157 kB 00:00 2024-04-16T01:04:53.319 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/1 2024-04-16T01:04:53.319 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:53.319 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:04:53.320 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:04:53.320 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:53.320 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:04:53.406 INFO:teuthology.orchestra.run.smithi133.stdout:(8/32): python3-pytz-2017.2-11.el8.noarch.rpm 489 kB/s | 57 kB 00:00 2024-04-16T01:04:53.432 INFO:teuthology.orchestra.run.smithi133.stdout:(9/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 427 kB/s | 103 kB 00:00 2024-04-16T01:04:53.458 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:04:53.588 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-immutable-object-cache 2024-04-16T01:04:53.599 INFO:teuthology.orchestra.run.smithi133.stdout:(10/32): ceph-osd-18.2.2-1221.ge3fb05d5.el8.x86 20 MB/s | 18 MB 00:00 2024-04-16T01:04:53.682 INFO:teuthology.orchestra.run.smithi133.stdout:(11/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.6 MB/s | 457 kB 00:00 2024-04-16T01:04:53.687 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-04-16T01:04:53.741 INFO:teuthology.orchestra.run.smithi133.stdout:(12/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 805 kB/s | 249 kB 00:00 2024-04-16T01:04:53.844 INFO:teuthology.orchestra.run.smithi133.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 674 kB/s | 109 kB 00:00 2024-04-16T01:04:53.875 INFO:teuthology.orchestra.run.smithi133.stdout:(14/32): python3-cryptography-3.2.1-7.el8.x86_6 2.3 MB/s | 641 kB 00:00 2024-04-16T01:04:53.900 INFO:teuthology.orchestra.run.smithi133.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 274 kB/s | 44 kB 00:00 2024-04-16T01:04:53.929 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-04-16T01:04:54.067 INFO:teuthology.orchestra.run.smithi133.stdout:(16/32): python3-cherrypy-18.4.0-1.el8.noarch.r 2.3 MB/s | 384 kB 00:00 2024-04-16T01:04:54.101 INFO:teuthology.orchestra.run.smithi133.stdout:(17/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 723 kB/s | 185 kB 00:00 2024-04-16T01:04:54.126 INFO:teuthology.orchestra.run.smithi133.stdout:(18/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 687 kB/s | 173 kB 00:00 2024-04-16T01:04:54.151 INFO:teuthology.orchestra.run.smithi133.stdout:(19/32): python3-jaraco-6.2-6.el8.noarch.rpm 132 kB/s | 11 kB 00:00 2024-04-16T01:04:54.177 INFO:teuthology.orchestra.run.smithi133.stdout:(20/32): python3-jaraco-functools-2.0-4.el8.noa 233 kB/s | 18 kB 00:00 2024-04-16T01:04:54.199 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-04-16T01:04:54.219 INFO:teuthology.orchestra.run.smithi133.stdout:(21/32): python3-logutils-0.3.5-11.el8.noarch.r 731 kB/s | 49 kB 00:00 2024-04-16T01:04:54.244 INFO:teuthology.orchestra.run.smithi133.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 639 kB/s | 59 kB 00:00 2024-04-16T01:04:54.269 INFO:teuthology.orchestra.run.smithi133.stdout:(23/32): python3-pecan-1.3.2-9.el8.noarch.rpm 3.0 MB/s | 283 kB 00:00 2024-04-16T01:04:54.294 INFO:teuthology.orchestra.run.smithi133.stdout:(24/32): python3-portend-2.6-1.el8.noarch.rpm 207 kB/s | 16 kB 00:00 2024-04-16T01:04:54.320 INFO:teuthology.orchestra.run.smithi133.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 249 kB/s | 19 kB 00:00 2024-04-16T01:04:54.327 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:23 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:04:54.345 INFO:teuthology.orchestra.run.smithi133.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 316 kB/s | 24 kB 00:00 2024-04-16T01:04:54.370 INFO:teuthology.orchestra.run.smithi133.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 387 kB/s | 29 kB 00:00 2024-04-16T01:04:54.396 INFO:teuthology.orchestra.run.smithi133.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 363 kB/s | 27 kB 00:00 2024-04-16T01:04:54.421 INFO:teuthology.orchestra.run.smithi133.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 3.3 MB/s | 255 kB 00:00 2024-04-16T01:04:54.456 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-04-16T01:04:54.471 INFO:teuthology.orchestra.run.smithi133.stdout:(30/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.4 MB/s | 251 kB 00:00 2024-04-16T01:04:54.496 INFO:teuthology.orchestra.run.smithi133.stdout:(31/32): python3-webtest-2.0.33-1.el8.noarch.rp 851 kB/s | 85 kB 00:00 2024-04-16T01:04:54.521 INFO:teuthology.orchestra.run.smithi133.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 228 kB/s | 23 kB 00:00 2024-04-16T01:04:54.523 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:04:54.523 INFO:teuthology.orchestra.run.smithi133.stdout:Total 11 MB/s | 31 MB 00:02 2024-04-16T01:04:54.606 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:04:54.645 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:04:54.645 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:04:54.712 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-04-16T01:04:54.901 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-04-16T01:04:54.957 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:04:54.960 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:04:55.118 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-04-16T01:04:55.288 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-04-16T01:04:55.539 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-04-16T01:04:55.809 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-04-16T01:04:55.953 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:04:55.953 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:04:55.953 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-16T01:04:55.954 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:04:55.954 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:04:55.954 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 166 k 2024-04-16T01:04:55.954 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:55.954 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:04:55.954 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:04:55.954 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-16T01:04:55.954 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:55.955 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 166 k 2024-04-16T01:04:55.955 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 503 k 2024-04-16T01:04:55.955 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:04:56.048 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-04-16T01:04:56.062 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:04:56.132 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-immutable-object-cache-18.2.2-1221.ge3fb05 935 kB/s | 166 kB 00:00 2024-04-16T01:04:56.133 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:04:56.133 INFO:teuthology.orchestra.run.smithi071.stdout:Total 926 kB/s | 166 kB 00:00 2024-04-16T01:04:56.133 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:04:56.144 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:04:56.144 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:04:56.191 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:04:56.194 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:04:56.329 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-04-16T01:04:56.402 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-04-16T01:04:56.656 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-04-16T01:04:56.703 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-04-16T01:04:56.880 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-04-16T01:04:56.949 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:04:56.967 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-04-16T01:04:57.173 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-04-16T01:04:57.189 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-04-16T01:04:57.355 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-04-16T01:04:57.439 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-04-16T01:04:57.506 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-04-16T01:04:57.665 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-16T01:04:57.700 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-04-16T01:04:57.886 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-04-16T01:04:58.024 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-04-16T01:04:58.087 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-04-16T01:04:58.278 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-04-16T01:04:58.325 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-04-16T01:04:58.403 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1221.ge3fb05d5. 1/1 2024-04-16T01:04:58.450 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-04-16T01:04:58.587 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-04-16T01:04:58.628 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-04-16T01:04:58.810 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-04-16T01:04:58.817 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1221.ge3fb05d5. 1/1 2024-04-16T01:04:58.903 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-04-16T01:04:59.146 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-04-16T01:04:59.194 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-04-16T01:04:59.201 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1221.ge3fb05d5. 1/1 2024-04-16T01:04:59.201 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:59.201 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:04:59.201 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:04:59.201 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:04:59.201 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:04:59.374 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-04-16T01:04:59.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr 2024-04-16T01:04:59.432 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-04-16T01:04:59.612 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-04-16T01:04:59.732 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-04-16T01:04:59.857 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-04-16T01:05:00.090 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-16T01:05:00.104 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-04-16T01:05:00.167 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:29 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:00.398 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-04-16T01:05:00.519 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1221.ge3fb05d5.el8. 27/32 2024-04-16T01:05:00.610 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-04-16T01:05:00.715 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 28/32 2024-04-16T01:05:00.765 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-04-16T01:05:00.993 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-04-16T01:05:01.236 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-04-16T01:05:01.465 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-04-16T01:05:01.690 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-04-16T01:05:01.739 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:05:01.788 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:05:01.789 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-16T01:05:01.790 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:05:01.905 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-dashboard 2024-04-16T01:05:01.987 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-04-16T01:05:02.292 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-04-16T01:05:02.348 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 28/32 2024-04-16T01:05:02.573 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-osd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 29/32 2024-04-16T01:05:02.630 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:31 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:02.692 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1221.ge3fb05d5.el8. 27/32 2024-04-16T01:05:02.871 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 28/32 2024-04-16T01:05:03.049 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-osd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 29/32 2024-04-16T01:05:03.281 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mon-2:18.2.2-1221.ge3fb05d5.el8.x86_64 30/32 2024-04-16T01:05:03.504 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mon-2:18.2.2-1221.ge3fb05d5.el8.x86_64 30/32 2024-04-16T01:05:03.698 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mds-2:18.2.2-1221.ge3fb05d5.el8.x86_64 31/32 2024-04-16T01:05:03.715 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mds-2:18.2.2-1221.ge3fb05d5.el8.x86_64 31/32 2024-04-16T01:05:03.830 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-2:18.2.2-1221.ge3fb05d5.el8.x86_64 32/32 2024-04-16T01:05:04.232 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-2:18.2.2-1221.ge3fb05d5.el8.x86_64 32/32 2024-04-16T01:05:04.232 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/32 2024-04-16T01:05:04.232 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mds-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/32 2024-04-16T01:05:04.232 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 3/32 2024-04-16T01:05:04.232 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mon-2:18.2.2-1221.ge3fb05d5.el8.x86_64 4/32 2024-04-16T01:05:04.232 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-osd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/32 2024-04-16T01:05:04.232 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1221.ge3fb05d5.el8. 6/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-04-16T01:05:04.233 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-04-16T01:05:04.234 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-04-16T01:05:04.234 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-04-16T01:05:04.234 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-04-16T01:05:04.234 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-04-16T01:05:04.234 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-04-16T01:05:04.234 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-04-16T01:05:04.235 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-04-16T01:05:04.235 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-04-16T01:05:04.235 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-04-16T01:05:04.235 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-04-16T01:05:04.235 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-04-16T01:05:04.235 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-04-16T01:05:04.266 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:05:04.267 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:04.267 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-16T01:05:04.267 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:04.267 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:05:04.268 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 3.5 M 2024-04-16T01:05:04.268 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-16T01:05:04.268 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 24 k 2024-04-16T01:05:04.268 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 15 k 2024-04-16T01:05:04.268 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-04-16T01:05:04.268 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-04-16T01:05:04.268 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:04.268 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:05:04.268 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:04.268 INFO:teuthology.orchestra.run.smithi071.stdout:Install 5 Packages 2024-04-16T01:05:04.268 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:04.269 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 3.8 M 2024-04-16T01:05:04.269 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 87 M 2024-04-16T01:05:04.269 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:05:04.526 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 28/32 2024-04-16T01:05:04.619 INFO:teuthology.orchestra.run.smithi071.stdout:(1/5): ceph-grafana-dashboards-18.2.2-1221.ge3f 157 kB/s | 24 kB 00:00 2024-04-16T01:05:04.635 INFO:teuthology.orchestra.run.smithi071.stdout:(2/5): ceph-prometheus-alerts-18.2.2-1221.ge3fb 86 kB/s | 15 kB 00:00 2024-04-16T01:05:04.754 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-osd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 29/32 2024-04-16T01:05:04.919 INFO:teuthology.orchestra.run.smithi071.stdout:(3/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 112 kB/s | 34 kB 00:00 2024-04-16T01:05:05.094 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-04-16T01:05:05.098 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:05.098 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:05:05.098 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-6.2-6.el8.noarch 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-04-16T01:05:05.099 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako-1.0.6-14.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend-2.6-1.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser-2.14-14.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz-2017.2-11.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-04-16T01:05:05.100 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-04-16T01:05:05.101 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-04-16T01:05:05.101 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-04-16T01:05:05.101 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-04-16T01:05:05.101 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:05.101 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:05:05.194 INFO:teuthology.orchestra.run.smithi071.stdout:(4/5): python3-routes-2.4.1-12.el8.noarch.rpm 352 kB/s | 196 kB 00:00 2024-04-16T01:05:05.234 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-osd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 29/32 2024-04-16T01:05:05.374 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-base 2024-04-16T01:05:05.404 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mon-2:18.2.2-1221.ge3fb05d5.el8.x86_64 30/32 2024-04-16T01:05:05.634 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mon-2:18.2.2-1221.ge3fb05d5.el8.x86_64 30/32 2024-04-16T01:05:05.812 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mds-2:18.2.2-1221.ge3fb05d5.el8.x86_64 31/32 2024-04-16T01:05:05.829 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mds-2:18.2.2-1221.ge3fb05d5.el8.x86_64 31/32 2024-04-16T01:05:05.961 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-2:18.2.2-1221.ge3fb05d5.el8.x86_64 32/32 2024-04-16T01:05:05.969 INFO:teuthology.orchestra.run.smithi071.stdout:(5/5): ceph-mgr-dashboard-18.2.2-1221.ge3fb05d5 2.3 MB/s | 3.5 MB 00:01 2024-04-16T01:05:05.972 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:05.972 INFO:teuthology.orchestra.run.smithi071.stdout:Total 2.2 MB/s | 3.8 MB 00:01 2024-04-16T01:05:05.972 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:05:05.980 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:05:05.981 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:05:06.071 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:05:06.074 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:05:06.113 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:35 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:06.308 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:05:06.385 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-2:18.2.2-1221.ge3fb05d5.el8.x86_64 32/32 2024-04-16T01:05:06.385 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/32 2024-04-16T01:05:06.385 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mds-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/32 2024-04-16T01:05:06.385 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 3/32 2024-04-16T01:05:06.385 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mon-2:18.2.2-1221.ge3fb05d5.el8.x86_64 4/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-osd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 5/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1221.ge3fb05d5.el8. 6/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-04-16T01:05:06.386 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-04-16T01:05:06.387 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-04-16T01:05:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-04-16T01:05:06.795 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-04-16T01:05:06.907 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1221.ge3fb05d5.el8.n 3/5 2024-04-16T01:05:07.217 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-04-16T01:05:07.217 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:07.217 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-04-16T01:05:07.218 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-6.2-6.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako-1.0.6-14.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend-2.6-1.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser-2.14-14.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz-2017.2-11.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-04-16T01:05:07.219 INFO:teuthology.orchestra.run.smithi133.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-04-16T01:05:07.220 INFO:teuthology.orchestra.run.smithi133.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-04-16T01:05:07.220 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-04-16T01:05:07.220 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-04-16T01:05:07.220 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-04-16T01:05:07.220 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-04-16T01:05:07.220 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:07.220 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:05:07.480 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-base 2024-04-16T01:05:07.691 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:05:07.740 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:05:07.741 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-16T01:05:07.741 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:05:07.859 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install cephadm 2024-04-16T01:05:08.055 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1221.ge3fb05d5.el8. 4/5 2024-04-16T01:05:08.223 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:37 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:08.294 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1221.ge3fb05d5.el8.noarc 5/5 2024-04-16T01:05:08.582 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1221.ge3fb05d5.el8.noarc 5/5 2024-04-16T01:05:08.582 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1221.ge3fb05d5.el8. 1/5 2024-04-16T01:05:08.583 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1221.ge3fb05d5.el8.noarc 2/5 2024-04-16T01:05:08.583 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1221.ge3fb05d5.el8.n 3/5 2024-04-16T01:05:08.583 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-04-16T01:05:08.592 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:37 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:08.989 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-04-16T01:05:08.989 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:08.989 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:05:08.989 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-grafana-dashboards-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:08.990 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:08.990 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-prometheus-alerts-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:08.990 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-04-16T01:05:08.990 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes-2.4.1-12.el8.noarch 2024-04-16T01:05:08.990 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:08.990 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:05:09.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-16T01:05:09.801 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-base-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:05:09.850 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:05:09.851 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-16T01:05:09.851 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:05:09.888 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:38 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:09.972 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install cephadm 2024-04-16T01:05:10.227 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:05:10.227 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:10.228 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-16T01:05:10.228 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:10.228 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:05:10.228 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 173 k 2024-04-16T01:05:10.228 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:10.228 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:05:10.228 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:10.228 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-16T01:05:10.228 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:10.228 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 173 k 2024-04-16T01:05:10.228 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 692 k 2024-04-16T01:05:10.228 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:05:10.704 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:39 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:11.127 INFO:teuthology.orchestra.run.smithi098.stdout:cephadm-18.2.2-1221.ge3fb05d5.el8.noarch.rpm 192 kB/s | 173 kB 00:00 2024-04-16T01:05:11.128 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:11.128 INFO:teuthology.orchestra.run.smithi098.stdout:Total 192 kB/s | 173 kB 00:00 2024-04-16T01:05:11.129 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:05:11.137 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:05:11.137 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:05:11.139 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:05:11.142 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:05:11.215 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:05:11.530 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:05:11.531 INFO:teuthology.orchestra.run.smithi071.stdout:============================================================================================ 2024-04-16T01:05:11.531 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-16T01:05:11.531 INFO:teuthology.orchestra.run.smithi071.stdout:============================================================================================ 2024-04-16T01:05:11.531 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:05:11.531 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 7.4 M 2024-04-16T01:05:11.531 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-16T01:05:11.531 INFO:teuthology.orchestra.run.smithi071.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2024-04-16T01:05:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2024-04-16T01:05:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-04-16T01:05:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-04-16T01:05:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-04-16T01:05:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-04-16T01:05:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-04-16T01:05:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:11.532 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:05:11.532 INFO:teuthology.orchestra.run.smithi071.stdout:============================================================================================ 2024-04-16T01:05:11.532 INFO:teuthology.orchestra.run.smithi071.stdout:Install 8 Packages 2024-04-16T01:05:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:11.533 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 36 M 2024-04-16T01:05:11.533 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 210 M 2024-04-16T01:05:11.533 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:05:11.742 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/1 2024-04-16T01:05:11.926 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/1 2024-04-16T01:05:12.156 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/1 2024-04-16T01:05:12.340 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:05:12.341 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:12.341 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-16T01:05:12.341 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:12.341 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:05:12.341 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 173 k 2024-04-16T01:05:12.341 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:12.341 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:05:12.342 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:12.342 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-16T01:05:12.342 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:12.342 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 173 k 2024-04-16T01:05:12.342 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 692 k 2024-04-16T01:05:12.342 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:05:12.534 INFO:teuthology.orchestra.run.smithi071.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 5.3 MB/s | 4.7 MB 00:00 2024-04-16T01:05:12.555 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/1 2024-04-16T01:05:12.555 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:12.555 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:05:12.556 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:12.556 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:12.556 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:05:12.626 INFO:teuthology.orchestra.run.smithi071.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 5.0 MB/s | 4.9 MB 00:00 2024-04-16T01:05:12.667 INFO:teuthology.orchestra.run.smithi133.stdout:cephadm-18.2.2-1221.ge3fb05d5.el8.noarch.rpm 531 kB/s | 173 kB 00:00 2024-04-16T01:05:12.668 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:12.668 INFO:teuthology.orchestra.run.smithi133.stdout:Total 529 kB/s | 173 kB 00:00 2024-04-16T01:05:12.668 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:05:12.676 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:05:12.676 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:05:12.678 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:05:12.681 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:05:12.726 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:05:12.734 INFO:teuthology.orchestra.run.smithi071.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.0 MB/s | 225 kB 00:00 2024-04-16T01:05:12.779 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-immutable-object-cache 2024-04-16T01:05:12.793 INFO:teuthology.orchestra.run.smithi071.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 14 MB/s | 3.7 MB 00:00 2024-04-16T01:05:13.027 INFO:teuthology.orchestra.run.smithi071.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.7 MB/s | 645 kB 00:00 2024-04-16T01:05:13.086 INFO:teuthology.orchestra.run.smithi071.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 2.9 MB/s | 172 kB 00:00 2024-04-16T01:05:13.214 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/1 2024-04-16T01:05:13.328 INFO:teuthology.orchestra.run.smithi071.stdout:(7/8): python3-scipy-1.0.0-21.module_el8+762+77 24 MB/s | 14 MB 00:00 2024-04-16T01:05:13.382 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/1 2024-04-16T01:05:13.527 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:42 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:13.603 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/1 2024-04-16T01:05:13.962 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/1 2024-04-16T01:05:13.962 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:13.962 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:05:13.962 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:13.962 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:13.962 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:05:14.204 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-immutable-object-cache 2024-04-16T01:05:14.412 INFO:teuthology.orchestra.run.smithi071.stdout:(8/8): ceph-mgr-diskprediction-local-18.2.2-122 2.7 MB/s | 7.4 MB 00:02 2024-04-16T01:05:14.414 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:14.414 INFO:teuthology.orchestra.run.smithi071.stdout:Total 12 MB/s | 36 MB 00:02 2024-04-16T01:05:14.647 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:05:14.666 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:05:14.666 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:05:14.946 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:43 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:15.039 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:05:15.042 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:05:15.153 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:05:15.154 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:15.154 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-04-16T01:05:15.154 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:15.154 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:05:15.154 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 166 k 2024-04-16T01:05:15.155 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:15.155 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:05:15.155 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:15.155 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-16T01:05:15.155 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:15.155 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 166 k 2024-04-16T01:05:15.155 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 503 k 2024-04-16T01:05:15.155 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:05:15.672 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:05:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-16T01:05:15.852 INFO:teuthology.orchestra.run.smithi098.stdout:ceph-immutable-object-cache-18.2.2-1221.ge3fb05 237 kB/s | 166 kB 00:00 2024-04-16T01:05:15.853 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:15.853 INFO:teuthology.orchestra.run.smithi098.stdout:Total 237 kB/s | 166 kB 00:00 2024-04-16T01:05:15.854 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:05:15.866 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:05:15.866 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:05:15.919 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:05:15.922 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:05:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-16T01:05:16.132 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-16T01:05:16.492 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:05:16.572 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:05:16.573 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:16.573 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-16T01:05:16.573 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:16.573 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:05:16.573 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 166 k 2024-04-16T01:05:16.573 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:16.573 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:05:16.573 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:16.574 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-16T01:05:16.574 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:16.574 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 166 k 2024-04-16T01:05:16.574 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 503 k 2024-04-16T01:05:16.574 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:05:16.688 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1221.ge3fb05d5. 1/1 2024-04-16T01:05:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-16T01:05:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-04-16T01:05:17.111 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1221.ge3fb05d5. 1/1 2024-04-16T01:05:17.435 INFO:teuthology.orchestra.run.smithi133.stdout:ceph-immutable-object-cache-18.2.2-1221.ge3fb05 192 kB/s | 166 kB 00:00 2024-04-16T01:05:17.436 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:17.436 INFO:teuthology.orchestra.run.smithi133.stdout:Total 192 kB/s | 166 kB 00:00 2024-04-16T01:05:17.436 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:05:17.450 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:05:17.450 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:05:17.486 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-04-16T01:05:17.502 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:05:17.506 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:05:17.525 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1221.ge3fb05d5. 1/1 2024-04-16T01:05:17.526 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:17.526 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:05:17.526 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:17.526 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:17.526 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:05:17.656 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-16T01:05:17.779 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr 2024-04-16T01:05:18.193 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:05:18.325 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-16T01:05:18.452 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1221.ge3fb05d5. 1/1 2024-04-16T01:05:18.511 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:47 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:18.676 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-04-16T01:05:18.893 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1221.ge3fb05d5. 1/1 2024-04-16T01:05:18.898 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-16T01:05:19.247 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1221.ge3fb05d5. 1/1 2024-04-16T01:05:19.248 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:19.248 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:05:19.248 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:19.248 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:19.248 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:05:19.464 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr 2024-04-16T01:05:20.103 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:05:20.152 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:05:20.153 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-16T01:05:20.153 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:05:20.203 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:49 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:20.267 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-dashboard 2024-04-16T01:05:20.650 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-16T01:05:20.986 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:49 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:21.791 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-mgr-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:05:21.840 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:05:21.841 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-16T01:05:21.841 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:05:21.857 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-04-16T01:05:21.963 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-dashboard 2024-04-16T01:05:22.030 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1221.ge3fb05d 8/8 2024-04-16T01:05:22.345 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1221.ge3fb05d 8/8 2024-04-16T01:05:22.345 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1221.ge3fb05d 1/8 2024-04-16T01:05:22.345 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-04-16T01:05:22.345 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-04-16T01:05:22.346 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-04-16T01:05:22.346 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-04-16T01:05:22.346 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-04-16T01:05:22.346 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2024-04-16T01:05:22.591 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:05:22.592 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:22.592 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-16T01:05:22.592 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:22.593 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:05:22.593 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 3.5 M 2024-04-16T01:05:22.593 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-16T01:05:22.593 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 24 k 2024-04-16T01:05:22.593 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 15 k 2024-04-16T01:05:22.593 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-04-16T01:05:22.593 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-04-16T01:05:22.593 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:22.593 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:05:22.593 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:22.593 INFO:teuthology.orchestra.run.smithi098.stdout:Install 5 Packages 2024-04-16T01:05:22.593 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:22.594 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 3.8 M 2024-04-16T01:05:22.594 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 87 M 2024-04-16T01:05:22.594 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:05:22.687 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:51 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:22.745 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2024-04-16T01:05:22.745 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:22.745 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:05:22.746 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:22.746 INFO:teuthology.orchestra.run.smithi071.stdout: libgfortran-8.5.0-21.el8.x86_64 2024-04-16T01:05:22.746 INFO:teuthology.orchestra.run.smithi071.stdout: libquadmath-8.5.0-21.el8.x86_64 2024-04-16T01:05:22.746 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-0.3.15-4.el8.x86_64 2024-04-16T01:05:22.746 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-04-16T01:05:22.746 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-04-16T01:05:22.746 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-04-16T01:05:22.746 INFO:teuthology.orchestra.run.smithi071.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-04-16T01:05:22.746 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:22.747 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:05:22.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-rook 2024-04-16T01:05:23.089 INFO:teuthology.orchestra.run.smithi098.stdout:(1/5): ceph-prometheus-alerts-18.2.2-1221.ge3fb 99 kB/s | 15 kB 00:00 2024-04-16T01:05:23.198 INFO:teuthology.orchestra.run.smithi098.stdout:(2/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 311 kB/s | 34 kB 00:00 2024-04-16T01:05:23.223 INFO:teuthology.orchestra.run.smithi098.stdout:(3/5): ceph-grafana-dashboards-18.2.2-1221.ge3f 86 kB/s | 24 kB 00:00 2024-04-16T01:05:23.315 INFO:teuthology.orchestra.run.smithi098.stdout:(4/5): python3-routes-2.4.1-12.el8.noarch.rpm 1.6 MB/s | 196 kB 00:00 2024-04-16T01:05:23.565 INFO:teuthology.orchestra.run.smithi098.stdout:(5/5): ceph-mgr-dashboard-18.2.2-1221.ge3fb05d5 5.6 MB/s | 3.5 MB 00:00 2024-04-16T01:05:23.568 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:23.568 INFO:teuthology.orchestra.run.smithi098.stdout:Total 3.9 MB/s | 3.8 MB 00:00 2024-04-16T01:05:23.568 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:05:23.576 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:05:23.576 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:05:23.588 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:52 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:23.655 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:05:23.658 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:05:23.888 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:05:24.092 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-04-16T01:05:24.294 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:05:24.295 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 3.5 M 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 24 k 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 15 k 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:24.296 INFO:teuthology.orchestra.run.smithi133.stdout:Install 5 Packages 2024-04-16T01:05:24.297 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:24.297 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 3.8 M 2024-04-16T01:05:24.297 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 87 M 2024-04-16T01:05:24.297 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:05:24.347 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-04-16T01:05:24.467 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1221.ge3fb05d5.el8.n 3/5 2024-04-16T01:05:24.824 INFO:teuthology.orchestra.run.smithi133.stdout:(1/5): ceph-grafana-dashboards-18.2.2-1221.ge3f 171 kB/s | 24 kB 00:00 2024-04-16T01:05:24.907 INFO:teuthology.orchestra.run.smithi133.stdout:(2/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 403 kB/s | 34 kB 00:00 2024-04-16T01:05:25.025 INFO:teuthology.orchestra.run.smithi133.stdout:(3/5): python3-routes-2.4.1-12.el8.noarch.rpm 1.6 MB/s | 196 kB 00:00 2024-04-16T01:05:25.158 INFO:teuthology.orchestra.run.smithi133.stdout:(4/5): ceph-prometheus-alerts-18.2.2-1221.ge3fb 31 kB/s | 15 kB 00:00 2024-04-16T01:05:25.201 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:05:25.203 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:25.203 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-16T01:05:25.203 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:25.203 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:05:25.203 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-rook noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 49 k 2024-04-16T01:05:25.203 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-16T01:05:25.203 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-04-16T01:05:25.203 INFO:teuthology.orchestra.run.smithi071.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-04-16T01:05:25.203 INFO:teuthology.orchestra.run.smithi071.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-04-16T01:05:25.203 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-04-16T01:05:25.203 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-04-16T01:05:25.203 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-04-16T01:05:25.204 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-04-16T01:05:25.204 INFO:teuthology.orchestra.run.smithi071.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-04-16T01:05:25.204 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-04-16T01:05:25.204 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-04-16T01:05:25.204 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-04-16T01:05:25.204 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-04-16T01:05:25.204 INFO:teuthology.orchestra.run.smithi071.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-04-16T01:05:25.204 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:25.204 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:05:25.204 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:25.204 INFO:teuthology.orchestra.run.smithi071.stdout:Install 14 Packages 2024-04-16T01:05:25.204 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:25.205 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 2.0 M 2024-04-16T01:05:25.205 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 25 M 2024-04-16T01:05:25.205 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:05:25.283 INFO:teuthology.orchestra.run.smithi133.stdout:(5/5): ceph-mgr-dashboard-18.2.2-1221.ge3fb05d5 5.9 MB/s | 3.5 MB 00:00 2024-04-16T01:05:25.286 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:25.286 INFO:teuthology.orchestra.run.smithi133.stdout:Total 3.8 MB/s | 3.8 MB 00:00 2024-04-16T01:05:25.286 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:05:25.293 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:05:25.293 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:05:25.374 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:05:25.376 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:05:25.609 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1221.ge3fb05d5.el8. 4/5 2024-04-16T01:05:25.616 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:05:25.814 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-04-16T01:05:25.851 INFO:teuthology.orchestra.run.smithi071.stdout:(1/14): ceph-mgr-rook-18.2.2-1221.ge3fb05d5.el8 296 kB/s | 49 kB 00:00 2024-04-16T01:05:25.861 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1221.ge3fb05d5.el8.noarc 5/5 2024-04-16T01:05:25.943 INFO:teuthology.orchestra.run.smithi071.stdout:(2/14): python3-jsonpointer-1.10-11.el8.noarch. 77 kB/s | 20 kB 00:00 2024-04-16T01:05:25.968 INFO:teuthology.orchestra.run.smithi071.stdout:(3/14): python3-jsonpatch-1.21-2.el8.noarch.rpm 94 kB/s | 27 kB 00:00 2024-04-16T01:05:26.086 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-04-16T01:05:26.102 INFO:teuthology.orchestra.run.smithi071.stdout:(4/14): python3-jwt-1.6.1-2.el8.noarch.rpm 319 kB/s | 43 kB 00:00 2024-04-16T01:05:26.165 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1221.ge3fb05d5.el8.noarc 5/5 2024-04-16T01:05:26.165 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1221.ge3fb05d5.el8. 1/5 2024-04-16T01:05:26.165 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1221.ge3fb05d5.el8.noarc 2/5 2024-04-16T01:05:26.165 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1221.ge3fb05d5.el8.n 3/5 2024-04-16T01:05:26.165 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-04-16T01:05:26.202 INFO:teuthology.orchestra.run.smithi071.stdout:(5/14): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.5 MB/s | 155 kB 00:00 2024-04-16T01:05:26.223 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1221.ge3fb05d5.el8.n 3/5 2024-04-16T01:05:26.227 INFO:teuthology.orchestra.run.smithi071.stdout:(6/14): python3-pyasn1-modules-0.3.7-6.el8.noar 387 kB/s | 110 kB 00:00 2024-04-16T01:05:26.253 INFO:teuthology.orchestra.run.smithi071.stdout:(7/14): python3-requests-oauthlib-1.0.0-1.el8.n 850 kB/s | 43 kB 00:00 2024-04-16T01:05:26.362 INFO:teuthology.orchestra.run.smithi071.stdout:(8/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 248 kB/s | 126 kB 00:00 2024-04-16T01:05:26.543 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-04-16T01:05:26.543 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:26.543 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:05:26.543 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-grafana-dashboards-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:26.543 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:26.543 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-prometheus-alerts-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:26.543 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-04-16T01:05:26.543 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes-2.4.1-12.el8.noarch 2024-04-16T01:05:26.544 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:26.544 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:05:26.645 INFO:teuthology.orchestra.run.smithi071.stdout:(9/14): python3-cachetools-3.1.1-4.el8.noarch.r 79 kB/s | 33 kB 00:00 2024-04-16T01:05:26.670 INFO:teuthology.orchestra.run.smithi071.stdout:(10/14): python3-certifi-2018.10.15-7.el8.noarc 39 kB/s | 16 kB 00:00 2024-04-16T01:05:26.672 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-16T01:05:26.878 INFO:teuthology.orchestra.run.smithi071.stdout:(11/14): python3-google-auth-1.1.1-10.el8.noarc 159 kB/s | 81 kB 00:00 2024-04-16T01:05:26.904 INFO:teuthology.orchestra.run.smithi071.stdout:(12/14): python3-rsa-4.9-2.el8.noarch.rpm 275 kB/s | 64 kB 00:00 2024-04-16T01:05:27.046 INFO:teuthology.orchestra.run.smithi071.stdout:(13/14): python3-websocket-client-0.56.0-5.el8. 367 kB/s | 61 kB 00:00 2024-04-16T01:05:27.229 INFO:teuthology.orchestra.run.smithi071.stdout:(14/14): python3-kubernetes-11.0.0-6.el8.noarch 2.0 MB/s | 1.2 MB 00:00 2024-04-16T01:05:27.233 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:27.233 INFO:teuthology.orchestra.run.smithi071.stdout:Total 996 kB/s | 2.0 MB 00:02 2024-04-16T01:05:27.297 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:05:27.313 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:05:27.313 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:05:27.367 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1221.ge3fb05d5.el8. 4/5 2024-04-16T01:05:27.402 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:56 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:27.403 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:05:27.406 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:05:27.641 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1221.ge3fb05d5.el8.noarc 5/5 2024-04-16T01:05:27.924 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1221.ge3fb05d5.el8.noarc 5/5 2024-04-16T01:05:27.924 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1221.ge3fb05d5.el8. 1/5 2024-04-16T01:05:27.924 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1221.ge3fb05d5.el8.noarc 2/5 2024-04-16T01:05:27.925 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1221.ge3fb05d5.el8.n 3/5 2024-04-16T01:05:27.925 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-04-16T01:05:27.939 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:05:28.131 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-04-16T01:05:28.306 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-04-16T01:05:28.306 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:28.306 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:05:28.306 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:28.306 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:28.307 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:28.307 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-04-16T01:05:28.307 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes-2.4.1-12.el8.noarch 2024-04-16T01:05:28.307 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:28.307 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:05:28.337 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/14 2024-04-16T01:05:28.437 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-16T01:05:28.573 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/14 2024-04-16T01:05:28.786 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/14 2024-04-16T01:05:28.976 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/14 2024-04-16T01:05:29.046 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:05:29.047 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 7.4 M 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:29.048 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:05:29.049 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2024-04-16T01:05:29.049 INFO:teuthology.orchestra.run.smithi098.stdout:Install 8 Packages 2024-04-16T01:05:29.049 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:29.049 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 36 M 2024-04-16T01:05:29.049 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 210 M 2024-04-16T01:05:29.049 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:05:29.172 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:58 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:29.207 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/14 2024-04-16T01:05:29.413 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/14 2024-04-16T01:05:29.657 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 8/14 2024-04-16T01:05:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 9/14 2024-04-16T01:05:30.115 INFO:teuthology.orchestra.run.smithi098.stdout:(1/8): ceph-mgr-diskprediction-local-18.2.2-122 9.2 MB/s | 7.4 MB 00:00 2024-04-16T01:05:30.457 INFO:teuthology.orchestra.run.smithi098.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 4.1 MB/s | 4.7 MB 00:01 2024-04-16T01:05:30.540 INFO:teuthology.orchestra.run.smithi098.stdout:(3/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 4.0 MB/s | 4.9 MB 00:01 2024-04-16T01:05:30.566 INFO:teuthology.orchestra.run.smithi098.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.0 MB/s | 225 kB 00:00 2024-04-16T01:05:30.808 INFO:teuthology.orchestra.run.smithi098.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.6 MB/s | 645 kB 00:00 2024-04-16T01:05:30.809 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:05:30.810 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================================ 2024-04-16T01:05:30.810 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-16T01:05:30.810 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================================ 2024-04-16T01:05:30.810 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:05:30.810 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 7.4 M 2024-04-16T01:05:30.810 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-16T01:05:30.810 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2024-04-16T01:05:30.811 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2024-04-16T01:05:30.811 INFO:teuthology.orchestra.run.smithi133.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-04-16T01:05:30.811 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-04-16T01:05:30.811 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-04-16T01:05:30.811 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-04-16T01:05:30.811 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-04-16T01:05:30.811 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:30.811 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:05:30.811 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================================ 2024-04-16T01:05:30.811 INFO:teuthology.orchestra.run.smithi133.stdout:Install 8 Packages 2024-04-16T01:05:30.811 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:30.812 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 36 M 2024-04-16T01:05:30.812 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 210 M 2024-04-16T01:05:30.812 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:05:30.883 INFO:teuthology.orchestra.run.smithi098.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 2.3 MB/s | 172 kB 00:00 2024-04-16T01:05:30.929 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 10/14 2024-04-16T01:05:31.100 INFO:teuthology.orchestra.run.smithi098.stdout:(7/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 3.8 MB/s | 3.7 MB 00:00 2024-04-16T01:05:31.145 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 11/14 2024-04-16T01:05:31.277 INFO:teuthology.orchestra.run.smithi098.stdout:(8/8): python3-scipy-1.0.0-21.module_el8+762+77 19 MB/s | 14 MB 00:00 2024-04-16T01:05:31.277 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:31.277 INFO:teuthology.orchestra.run.smithi098.stdout:Total 16 MB/s | 36 MB 00:02 2024-04-16T01:05:31.377 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 12/14 2024-04-16T01:05:31.508 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:05:31.527 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:05:31.527 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:05:31.598 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 13/14 2024-04-16T01:05:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-rook-2:18.2.2-1221.ge3fb05d5.el8.noarch 14/14 2024-04-16T01:05:31.790 INFO:teuthology.orchestra.run.smithi133.stdout:(1/8): ceph-mgr-diskprediction-local-18.2.2-122 13 MB/s | 7.4 MB 00:00 2024-04-16T01:05:31.911 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:05:31.914 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:05:32.065 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1221.ge3fb05d5.el8.noarch 14/14 2024-04-16T01:05:32.065 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/14 2024-04-16T01:05:32.065 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/14 2024-04-16T01:05:32.065 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/14 2024-04-16T01:05:32.065 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/14 2024-04-16T01:05:32.065 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/14 2024-04-16T01:05:32.065 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/14 2024-04-16T01:05:32.065 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 7/14 2024-04-16T01:05:32.065 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/14 2024-04-16T01:05:32.065 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 9/14 2024-04-16T01:05:32.066 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-04-16T01:05:32.066 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 11/14 2024-04-16T01:05:32.066 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 12/14 2024-04-16T01:05:32.066 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 13/14 2024-04-16T01:05:32.181 INFO:teuthology.orchestra.run.smithi133.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 4.9 MB/s | 4.7 MB 00:00 2024-04-16T01:05:32.248 INFO:teuthology.orchestra.run.smithi133.stdout:(3/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 4.7 MB/s | 4.9 MB 00:01 2024-04-16T01:05:32.290 INFO:teuthology.orchestra.run.smithi133.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.0 MB/s | 225 kB 00:00 2024-04-16T01:05:32.515 INFO:teuthology.orchestra.run.smithi133.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.8 MB/s | 645 kB 00:00 2024-04-16T01:05:32.544 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 14/14 2024-04-16T01:05:32.544 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:32.544 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:05:32.544 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-rook-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:32.544 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa-4.9-2.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-04-16T01:05:32.545 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:32.546 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:05:32.574 INFO:teuthology.orchestra.run.smithi133.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 2.9 MB/s | 172 kB 00:00 2024-04-16T01:05:32.672 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-cephadm 2024-04-16T01:05:32.707 INFO:teuthology.orchestra.run.smithi133.stdout:(7/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 4.1 MB/s | 3.7 MB 00:00 2024-04-16T01:05:32.850 INFO:teuthology.orchestra.run.smithi133.stdout:(8/8): python3-scipy-1.0.0-21.module_el8+762+77 24 MB/s | 14 MB 00:00 2024-04-16T01:05:32.850 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:32.850 INFO:teuthology.orchestra.run.smithi133.stdout:Total 18 MB/s | 36 MB 00:02 2024-04-16T01:05:33.079 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:05:33.098 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:05:33.098 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:05:33.393 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:02 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:33.483 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:05:33.486 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:05:33.666 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:05:33.818 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-16T01:05:33.953 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-16T01:05:34.118 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-16T01:05:34.279 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:05:34.697 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-16T01:05:34.782 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-16T01:05:34.910 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-04-16T01:05:34.923 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-16T01:05:35.036 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:05:35.037 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:35.037 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-16T01:05:35.037 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:35.037 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:05:35.037 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 138 k 2024-04-16T01:05:35.037 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-16T01:05:35.037 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-04-16T01:05:35.038 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-04-16T01:05:35.038 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-04-16T01:05:35.038 INFO:teuthology.orchestra.run.smithi071.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-04-16T01:05:35.038 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:35.038 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:05:35.038 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:35.038 INFO:teuthology.orchestra.run.smithi071.stdout:Install 5 Packages 2024-04-16T01:05:35.038 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:35.039 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 6.0 M 2024-04-16T01:05:35.039 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 26 M 2024-04-16T01:05:35.039 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:05:35.065 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-16T01:05:35.507 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-04-16T01:05:35.667 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-16T01:05:35.685 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-16T01:05:35.840 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-04-16T01:05:35.845 INFO:teuthology.orchestra.run.smithi071.stdout:(1/5): ceph-mgr-cephadm-18.2.2-1221.ge3fb05d5.e 477 kB/s | 138 kB 00:00 2024-04-16T01:05:36.278 INFO:teuthology.orchestra.run.smithi071.stdout:(2/5): python3-jinja2-2.10.1-4.el8.noarch.rpm 800 kB/s | 578 kB 00:00 2024-04-16T01:05:36.354 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-16T01:05:36.395 INFO:teuthology.orchestra.run.smithi071.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 865 kB/s | 476 kB 00:00 2024-04-16T01:05:36.468 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-04-16T01:05:36.520 INFO:teuthology.orchestra.run.smithi071.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 249 kB/s | 60 kB 00:00 2024-04-16T01:05:36.624 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-16T01:05:36.696 INFO:teuthology.orchestra.run.smithi071.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 4.2 MB/s | 4.8 MB 00:01 2024-04-16T01:05:36.696 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-04-16T01:05:36.698 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:36.699 INFO:teuthology.orchestra.run.smithi071.stdout:Total 3.6 MB/s | 6.0 MB 00:01 2024-04-16T01:05:36.752 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:05:36.763 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:05:36.763 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:05:36.871 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:05:36.874 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:05:36.984 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-16T01:05:37.140 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:05:37.299 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-16T01:05:37.484 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2024-04-16T01:05:37.634 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-04-16T01:05:37.848 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-16T01:05:38.458 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-04-16T01:05:38.735 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-16T01:05:38.822 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2024-04-16T01:05:39.060 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 4/5 2024-04-16T01:05:39.293 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 5/5 2024-04-16T01:05:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 5/5 2024-04-16T01:05:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/5 2024-04-16T01:05:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2024-04-16T01:05:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/5 2024-04-16T01:05:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-04-16T01:05:39.604 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-16T01:05:39.959 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-04-16T01:05:39.982 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2024-04-16T01:05:39.982 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:39.982 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:05:39.982 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:39.982 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-04-16T01:05:39.982 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel-2.5.1-7.el8.noarch 2024-04-16T01:05:39.982 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jinja2-2.10.1-4.el8.noarch 2024-04-16T01:05:39.982 INFO:teuthology.orchestra.run.smithi071.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-04-16T01:05:39.982 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:39.982 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:05:40.121 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-fuse 2024-04-16T01:05:40.150 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1221.ge3fb05d 8/8 2024-04-16T01:05:40.508 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1221.ge3fb05d 8/8 2024-04-16T01:05:40.508 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1221.ge3fb05d 1/8 2024-04-16T01:05:40.508 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-04-16T01:05:40.508 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-04-16T01:05:40.508 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-04-16T01:05:40.509 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-04-16T01:05:40.509 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-04-16T01:05:40.509 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2024-04-16T01:05:40.823 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-04-16T01:05:40.849 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:09 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:40.940 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2024-04-16T01:05:40.940 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:40.940 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:05:40.941 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:40.941 INFO:teuthology.orchestra.run.smithi098.stdout: libgfortran-8.5.0-21.el8.x86_64 2024-04-16T01:05:40.941 INFO:teuthology.orchestra.run.smithi098.stdout: libquadmath-8.5.0-21.el8.x86_64 2024-04-16T01:05:40.941 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-0.3.15-4.el8.x86_64 2024-04-16T01:05:40.941 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-04-16T01:05:40.941 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-04-16T01:05:40.941 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-04-16T01:05:40.941 INFO:teuthology.orchestra.run.smithi098.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-04-16T01:05:40.941 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:40.941 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:05:40.997 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1221.ge3fb05d 8/8 2024-04-16T01:05:41.062 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-rook 2024-04-16T01:05:41.297 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1221.ge3fb05d 8/8 2024-04-16T01:05:41.297 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1221.ge3fb05d 1/8 2024-04-16T01:05:41.297 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-04-16T01:05:41.297 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-04-16T01:05:41.297 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-04-16T01:05:41.297 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-04-16T01:05:41.297 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-04-16T01:05:41.298 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2024-04-16T01:05:41.735 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2024-04-16T01:05:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:41.736 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:05:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran-8.5.0-21.el8.x86_64 2024-04-16T01:05:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath-8.5.0-21.el8.x86_64 2024-04-16T01:05:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-0.3.15-4.el8.x86_64 2024-04-16T01:05:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-04-16T01:05:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-04-16T01:05:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-04-16T01:05:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-04-16T01:05:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:41.736 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:05:41.799 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:10 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:41.862 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-rook 2024-04-16T01:05:42.464 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:05:42.464 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:42.464 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-16T01:05:42.464 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:42.465 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:05:42.465 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-fuse x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 859 k 2024-04-16T01:05:42.465 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-16T01:05:42.465 INFO:teuthology.orchestra.run.smithi071.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-04-16T01:05:42.465 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:42.465 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:05:42.465 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:42.465 INFO:teuthology.orchestra.run.smithi071.stdout:Install 2 Packages 2024-04-16T01:05:42.465 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:42.466 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 942 k 2024-04-16T01:05:42.466 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 3.0 M 2024-04-16T01:05:42.466 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:05:42.586 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:11 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:42.645 INFO:teuthology.orchestra.run.smithi071.stdout:(1/2): fuse-2.9.7-19.el8.x86_64.rpm 679 kB/s | 83 kB 00:00 2024-04-16T01:05:43.006 INFO:teuthology.orchestra.run.smithi071.stdout:(2/2): ceph-fuse-18.2.2-1221.ge3fb05d5.el8.x86_ 1.7 MB/s | 859 kB 00:00 2024-04-16T01:05:43.006 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:43.007 INFO:teuthology.orchestra.run.smithi071.stdout:Total 1.7 MB/s | 942 kB 00:00 2024-04-16T01:05:43.017 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:05:43.039 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:05:43.039 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:05:43.125 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:05:43.128 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:05:43.305 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:05:43.430 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:05:43.432 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:43.432 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-16T01:05:43.432 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:43.432 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:05:43.432 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-rook noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 49 k 2024-04-16T01:05:43.432 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-16T01:05:43.432 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:43.433 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:05:43.434 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:43.434 INFO:teuthology.orchestra.run.smithi098.stdout:Install 14 Packages 2024-04-16T01:05:43.434 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:43.434 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 2.0 M 2024-04-16T01:05:43.434 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 25 M 2024-04-16T01:05:43.434 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:05:43.567 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-04-16T01:05:43.750 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/2 2024-04-16T01:05:43.958 INFO:teuthology.orchestra.run.smithi098.stdout:(1/14): ceph-mgr-rook-18.2.2-1221.ge3fb05d5.el8 243 kB/s | 49 kB 00:00 2024-04-16T01:05:44.017 INFO:teuthology.orchestra.run.smithi098.stdout:(2/14): python3-jsonpointer-1.10-11.el8.noarch. 76 kB/s | 20 kB 00:00 2024-04-16T01:05:44.042 INFO:teuthology.orchestra.run.smithi098.stdout:(3/14): python3-jsonpatch-1.21-2.el8.noarch.rpm 93 kB/s | 27 kB 00:00 2024-04-16T01:05:44.151 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/2 2024-04-16T01:05:44.151 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/2 2024-04-16T01:05:44.159 INFO:teuthology.orchestra.run.smithi098.stdout:(4/14): python3-jwt-1.6.1-2.el8.noarch.rpm 365 kB/s | 43 kB 00:00 2024-04-16T01:05:44.225 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:05:44.227 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:44.227 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-16T01:05:44.227 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:44.227 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:05:44.227 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 49 k 2024-04-16T01:05:44.227 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-16T01:05:44.227 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-04-16T01:05:44.227 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-04-16T01:05:44.227 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:44.228 INFO:teuthology.orchestra.run.smithi133.stdout:Install 14 Packages 2024-04-16T01:05:44.229 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:44.229 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 2.0 M 2024-04-16T01:05:44.229 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 25 M 2024-04-16T01:05:44.229 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:05:44.243 INFO:teuthology.orchestra.run.smithi098.stdout:(5/14): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.8 MB/s | 155 kB 00:00 2024-04-16T01:05:44.277 INFO:teuthology.orchestra.run.smithi098.stdout:(6/14): python3-pyasn1-modules-0.3.7-6.el8.noar 425 kB/s | 110 kB 00:00 2024-04-16T01:05:44.302 INFO:teuthology.orchestra.run.smithi098.stdout:(7/14): python3-requests-oauthlib-1.0.0-1.el8.n 725 kB/s | 43 kB 00:00 2024-04-16T01:05:44.411 INFO:teuthology.orchestra.run.smithi098.stdout:(8/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 279 kB/s | 126 kB 00:00 2024-04-16T01:05:44.514 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-04-16T01:05:44.515 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:44.515 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:05:44.515 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-04-16T01:05:44.515 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:44.515 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:05:44.528 INFO:teuthology.orchestra.run.smithi098.stdout:(9/14): python3-certifi-2018.10.15-7.el8.noarch 72 kB/s | 16 kB 00:00 2024-04-16T01:05:44.553 INFO:teuthology.orchestra.run.smithi098.stdout:(10/14): python3-cachetools-3.1.1-4.el8.noarch. 119 kB/s | 33 kB 00:00 2024-04-16T01:05:44.656 INFO:teuthology.orchestra.run.smithi133.stdout:(1/14): ceph-mgr-rook-18.2.2-1221.ge3fb05d5.el8 297 kB/s | 49 kB 00:00 2024-04-16T01:05:44.678 INFO:teuthology.orchestra.run.smithi098.stdout:(11/14): python3-rsa-4.9-2.el8.noarch.rpm 513 kB/s | 64 kB 00:00 2024-04-16T01:05:44.712 INFO:teuthology.orchestra.run.smithi098.stdout:(12/14): python3-google-auth-1.1.1-10.el8.noarc 271 kB/s | 81 kB 00:00 2024-04-16T01:05:44.740 INFO:teuthology.orchestra.run.smithi133.stdout:(2/14): python3-jsonpointer-1.10-11.el8.noarch. 80 kB/s | 20 kB 00:00 2024-04-16T01:05:44.758 INFO:teuthology.orchestra.run.smithi133.stdout:(3/14): python3-jsonpatch-1.21-2.el8.noarch.rpm 100 kB/s | 27 kB 00:00 2024-04-16T01:05:44.768 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-volume 2024-04-16T01:05:44.795 INFO:teuthology.orchestra.run.smithi098.stdout:(13/14): python3-websocket-client-0.56.0-5.el8. 524 kB/s | 61 kB 00:00 2024-04-16T01:05:44.857 INFO:teuthology.orchestra.run.smithi133.stdout:(4/14): python3-jwt-1.6.1-2.el8.noarch.rpm 427 kB/s | 43 kB 00:00 2024-04-16T01:05:44.896 INFO:teuthology.orchestra.run.smithi098.stdout:(14/14): python3-kubernetes-11.0.0-6.el8.noarch 3.2 MB/s | 1.2 MB 00:00 2024-04-16T01:05:44.899 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:44.899 INFO:teuthology.orchestra.run.smithi098.stdout:Total 1.3 MB/s | 2.0 MB 00:01 2024-04-16T01:05:44.941 INFO:teuthology.orchestra.run.smithi133.stdout:(5/14): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.8 MB/s | 155 kB 00:00 2024-04-16T01:05:44.963 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:05:44.979 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:05:44.979 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:05:44.983 INFO:teuthology.orchestra.run.smithi133.stdout:(6/14): python3-requests-oauthlib-1.0.0-1.el8.n 1.0 MB/s | 43 kB 00:00 2024-04-16T01:05:45.008 INFO:teuthology.orchestra.run.smithi133.stdout:(7/14): python3-pyasn1-modules-0.3.7-6.el8.noar 411 kB/s | 110 kB 00:00 2024-04-16T01:05:45.066 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:05:45.069 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:05:45.100 INFO:teuthology.orchestra.run.smithi133.stdout:(8/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 285 kB/s | 126 kB 00:00 2024-04-16T01:05:45.292 INFO:teuthology.orchestra.run.smithi133.stdout:(9/14): python3-certifi-2018.10.15-7.el8.noarch 57 kB/s | 16 kB 00:00 2024-04-16T01:05:45.317 INFO:teuthology.orchestra.run.smithi133.stdout:(10/14): python3-cachetools-3.1.1-4.el8.noarch. 99 kB/s | 33 kB 00:00 2024-04-16T01:05:45.508 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:14 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:45.534 INFO:teuthology.orchestra.run.smithi133.stdout:(11/14): python3-google-auth-1.1.1-10.el8.noarc 187 kB/s | 81 kB 00:00 2024-04-16T01:05:45.560 INFO:teuthology.orchestra.run.smithi133.stdout:(12/14): python3-rsa-4.9-2.el8.noarch.rpm 265 kB/s | 64 kB 00:00 2024-04-16T01:05:45.623 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:05:45.693 INFO:teuthology.orchestra.run.smithi133.stdout:(13/14): python3-websocket-client-0.56.0-5.el8. 386 kB/s | 61 kB 00:00 2024-04-16T01:05:45.843 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-04-16T01:05:45.893 INFO:teuthology.orchestra.run.smithi133.stdout:(14/14): python3-kubernetes-11.0.0-6.el8.noarch 1.9 MB/s | 1.2 MB 00:00 2024-04-16T01:05:45.894 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:45.895 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.2 MB/s | 2.0 MB 00:01 2024-04-16T01:05:45.959 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:05:45.975 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:05:45.975 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:05:46.063 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:05:46.066 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:05:46.074 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/14 2024-04-16T01:05:46.310 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/14 2024-04-16T01:05:46.565 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/14 2024-04-16T01:05:46.575 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:05:46.774 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-04-16T01:05:46.789 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/14 2024-04-16T01:05:46.971 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/14 2024-04-16T01:05:47.064 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/14 2024-04-16T01:05:47.141 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:05:47.142 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:47.142 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-16T01:05:47.142 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:47.142 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:05:47.142 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-volume noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 263 k 2024-04-16T01:05:47.142 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-16T01:05:47.143 INFO:teuthology.orchestra.run.smithi071.stdout: python3-packaging noarch 16.8-9.el8 powertools 48 k 2024-04-16T01:05:47.143 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:47.143 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:05:47.143 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:47.143 INFO:teuthology.orchestra.run.smithi071.stdout:Install 2 Packages 2024-04-16T01:05:47.143 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:47.143 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 311 k 2024-04-16T01:05:47.144 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 1.4 M 2024-04-16T01:05:47.144 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:05:47.215 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/14 2024-04-16T01:05:47.345 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/14 2024-04-16T01:05:47.444 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/14 2024-04-16T01:05:47.608 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 8/14 2024-04-16T01:05:47.640 INFO:teuthology.orchestra.run.smithi071.stdout:(1/2): python3-packaging-16.8-9.el8.noarch.rpm 155 kB/s | 48 kB 00:00 2024-04-16T01:05:47.702 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/14 2024-04-16T01:05:47.899 INFO:teuthology.orchestra.run.smithi071.stdout:(2/2): ceph-volume-18.2.2-1221.ge3fb05d5.el8.no 461 kB/s | 263 kB 00:00 2024-04-16T01:05:47.900 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:47.900 INFO:teuthology.orchestra.run.smithi071.stdout:Total 411 kB/s | 311 kB 00:00 2024-04-16T01:05:47.911 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:05:47.914 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 9/14 2024-04-16T01:05:47.922 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:05:47.922 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:05:47.941 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/14 2024-04-16T01:05:47.967 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:05:47.970 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:05:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:05:48.164 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/14 2024-04-16T01:05:48.401 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-04-16T01:05:48.440 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 8/14 2024-04-16T01:05:48.658 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-volume-2:18.2.2-1221.ge3fb05d5.el8.noarch 2/2 2024-04-16T01:05:48.666 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 9/14 2024-04-16T01:05:48.964 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 10/14 2024-04-16T01:05:49.072 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-volume-2:18.2.2-1221.ge3fb05d5.el8.noarch 2/2 2024-04-16T01:05:49.072 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-volume-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/2 2024-04-16T01:05:49.256 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 11/14 2024-04-16T01:05:49.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-04-16T01:05:49.465 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:49.465 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:05:49.465 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-volume-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:49.465 INFO:teuthology.orchestra.run.smithi071.stdout: python3-packaging-16.8-9.el8.noarch 2024-04-16T01:05:49.465 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:49.465 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:05:49.507 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 12/14 2024-04-16T01:05:49.675 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 10/14 2024-04-16T01:05:49.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librados-devel 2024-04-16T01:05:49.719 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 13/14 2024-04-16T01:05:49.916 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-rook-2:18.2.2-1221.ge3fb05d5.el8.noarch 14/14 2024-04-16T01:05:49.952 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 11/14 2024-04-16T01:05:50.170 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 12/14 2024-04-16T01:05:50.216 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1221.ge3fb05d5.el8.noarch 14/14 2024-04-16T01:05:50.216 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/14 2024-04-16T01:05:50.216 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/14 2024-04-16T01:05:50.216 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/14 2024-04-16T01:05:50.216 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/14 2024-04-16T01:05:50.216 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/14 2024-04-16T01:05:50.216 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/14 2024-04-16T01:05:50.217 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 7/14 2024-04-16T01:05:50.217 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/14 2024-04-16T01:05:50.217 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 9/14 2024-04-16T01:05:50.217 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-04-16T01:05:50.217 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 11/14 2024-04-16T01:05:50.217 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 12/14 2024-04-16T01:05:50.217 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 13/14 2024-04-16T01:05:50.365 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 13/14 2024-04-16T01:05:50.413 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:19 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:50.546 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-rook-2:18.2.2-1221.ge3fb05d5.el8.noarch 14/14 2024-04-16T01:05:50.705 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 14/14 2024-04-16T01:05:50.706 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:50.706 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:05:50.706 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-rook-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:50.706 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-04-16T01:05:50.706 INFO:teuthology.orchestra.run.smithi098.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-04-16T01:05:50.706 INFO:teuthology.orchestra.run.smithi098.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-04-16T01:05:50.706 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-04-16T01:05:50.706 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-04-16T01:05:50.706 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-04-16T01:05:50.706 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-04-16T01:05:50.706 INFO:teuthology.orchestra.run.smithi098.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-04-16T01:05:50.706 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-04-16T01:05:50.707 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-04-16T01:05:50.707 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-04-16T01:05:50.707 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa-4.9-2.el8.noarch 2024-04-16T01:05:50.707 INFO:teuthology.orchestra.run.smithi098.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-04-16T01:05:50.707 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:50.707 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:05:50.838 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1221.ge3fb05d5.el8.noarch 14/14 2024-04-16T01:05:50.838 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/14 2024-04-16T01:05:50.838 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/14 2024-04-16T01:05:50.838 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/14 2024-04-16T01:05:50.838 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/14 2024-04-16T01:05:50.838 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/14 2024-04-16T01:05:50.838 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/14 2024-04-16T01:05:50.838 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 7/14 2024-04-16T01:05:50.838 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/14 2024-04-16T01:05:50.838 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 9/14 2024-04-16T01:05:50.839 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-04-16T01:05:50.839 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 11/14 2024-04-16T01:05:50.839 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 12/14 2024-04-16T01:05:50.839 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 13/14 2024-04-16T01:05:50.840 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-cephadm 2024-04-16T01:05:51.302 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 14/14 2024-04-16T01:05:51.302 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-04-16T01:05:51.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa-4.9-2.el8.noarch 2024-04-16T01:05:51.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-04-16T01:05:51.304 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:51.304 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:05:51.428 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-cephadm 2024-04-16T01:05:51.566 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:20 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:52.078 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:05:52.079 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:52.079 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-16T01:05:52.079 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:52.079 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:05:52.079 INFO:teuthology.orchestra.run.smithi071.stdout: librados-devel x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 139 k 2024-04-16T01:05:52.080 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:52.080 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:05:52.080 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:52.080 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-16T01:05:52.080 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:52.080 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 139 k 2024-04-16T01:05:52.080 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 513 k 2024-04-16T01:05:52.080 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:05:52.155 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:21 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:52.890 INFO:teuthology.orchestra.run.smithi071.stdout:librados-devel-18.2.2-1221.ge3fb05d5.el8.x86_64 171 kB/s | 139 kB 00:00 2024-04-16T01:05:52.891 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:52.891 INFO:teuthology.orchestra.run.smithi071.stdout:Total 171 kB/s | 139 kB 00:00 2024-04-16T01:05:52.892 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:05:52.898 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:05:52.898 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:05:52.953 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:05:52.957 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:05:53.103 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:05:53.207 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 138 k 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:05:53.208 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:05:53.209 INFO:teuthology.orchestra.run.smithi098.stdout:Install 5 Packages 2024-04-16T01:05:53.209 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:53.209 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 6.0 M 2024-04-16T01:05:53.209 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 26 M 2024-04-16T01:05:53.209 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:05:53.281 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librados-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:05:53.550 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:05:53.806 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:05:53.806 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:53.806 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 138 k 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout:Install 5 Packages 2024-04-16T01:05:53.807 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:53.808 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 6.0 M 2024-04-16T01:05:53.808 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 26 M 2024-04-16T01:05:53.808 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:05:53.932 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:05:53.932 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:53.932 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:05:53.932 INFO:teuthology.orchestra.run.smithi071.stdout: librados-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:05:53.933 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:53.933 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:05:54.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install libcephfs2 2024-04-16T01:05:54.163 INFO:teuthology.orchestra.run.smithi098.stdout:(1/5): ceph-mgr-cephadm-18.2.2-1221.ge3fb05d5.e 252 kB/s | 138 kB 00:00 2024-04-16T01:05:54.397 INFO:teuthology.orchestra.run.smithi098.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 2.0 MB/s | 476 kB 00:00 2024-04-16T01:05:54.431 INFO:teuthology.orchestra.run.smithi098.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 1.8 MB/s | 60 kB 00:00 2024-04-16T01:05:54.548 INFO:teuthology.orchestra.run.smithi098.stdout:(4/5): python3-jinja2-2.10.1-4.el8.noarch.rpm 620 kB/s | 578 kB 00:00 2024-04-16T01:05:54.784 INFO:teuthology.orchestra.run.smithi133.stdout:(1/5): ceph-mgr-cephadm-18.2.2-1221.ge3fb05d5.e 196 kB/s | 138 kB 00:00 2024-04-16T01:05:54.859 INFO:teuthology.orchestra.run.smithi133.stdout:(2/5): python3-jinja2-2.10.1-4.el8.noarch.rpm 743 kB/s | 578 kB 00:00 2024-04-16T01:05:54.894 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:23 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:55.048 INFO:teuthology.orchestra.run.smithi098.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 3.3 MB/s | 4.8 MB 00:01 2024-04-16T01:05:55.049 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:55.049 INFO:teuthology.orchestra.run.smithi098.stdout:Total 3.3 MB/s | 6.0 MB 00:01 2024-04-16T01:05:55.059 INFO:teuthology.orchestra.run.smithi133.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 301 kB/s | 60 kB 00:00 2024-04-16T01:05:55.103 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:05:55.115 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:05:55.115 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:05:55.118 INFO:teuthology.orchestra.run.smithi133.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.4 MB/s | 476 kB 00:00 2024-04-16T01:05:55.219 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:05:55.222 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:05:55.360 INFO:teuthology.orchestra.run.smithi133.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 3.7 MB/s | 4.8 MB 00:01 2024-04-16T01:05:55.361 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:55.361 INFO:teuthology.orchestra.run.smithi133.stdout:Total 3.9 MB/s | 6.0 MB 00:01 2024-04-16T01:05:55.414 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:05:55.425 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:05:55.426 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:05:55.512 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:05:55.539 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:05:55.542 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:05:55.809 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:05:55.903 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2024-04-16T01:05:56.233 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2024-04-16T01:05:56.462 INFO:teuthology.orchestra.run.smithi071.stdout:Package libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:05:56.510 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:05:56.511 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-16T01:05:56.511 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:05:56.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install libcephfs-devel 2024-04-16T01:05:56.896 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-04-16T01:05:57.200 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-04-16T01:05:57.259 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2024-04-16T01:05:57.360 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:26 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:57.548 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 4/5 2024-04-16T01:05:57.549 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2024-04-16T01:05:57.824 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 5/5 2024-04-16T01:05:57.827 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 4/5 2024-04-16T01:05:58.036 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 5/5 2024-04-16T01:05:58.091 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 5/5 2024-04-16T01:05:58.092 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/5 2024-04-16T01:05:58.092 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2024-04-16T01:05:58.092 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/5 2024-04-16T01:05:58.092 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-04-16T01:05:58.321 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 5/5 2024-04-16T01:05:58.321 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/5 2024-04-16T01:05:58.321 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2024-04-16T01:05:58.321 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/5 2024-04-16T01:05:58.321 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-04-16T01:05:58.462 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2024-04-16T01:05:58.463 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:58.463 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:05:58.463 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:58.463 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-04-16T01:05:58.463 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel-2.5.1-7.el8.noarch 2024-04-16T01:05:58.463 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jinja2-2.10.1-4.el8.noarch 2024-04-16T01:05:58.464 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-04-16T01:05:58.464 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:05:58.464 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:05:58.578 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-fuse 2024-04-16T01:05:58.741 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2024-04-16T01:05:58.742 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:58.742 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:05:58.742 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:05:58.742 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-04-16T01:05:58.742 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel-2.5.1-7.el8.noarch 2024-04-16T01:05:58.742 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2-2.10.1-4.el8.noarch 2024-04-16T01:05:58.742 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-04-16T01:05:58.742 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:05:58.742 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:05:58.873 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-fuse 2024-04-16T01:05:58.977 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:05:58.978 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:58.978 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-16T01:05:58.978 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:58.978 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:05:58.978 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-devel x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 31 k 2024-04-16T01:05:58.978 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:58.978 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:05:58.978 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:05:58.979 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-16T01:05:58.979 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:05:58.979 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 31 k 2024-04-16T01:05:58.979 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 139 k 2024-04-16T01:05:58.979 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:05:59.142 INFO:teuthology.orchestra.run.smithi071.stdout:libcephfs-devel-18.2.2-1221.ge3fb05d5.el8.x86_6 190 kB/s | 31 kB 00:00 2024-04-16T01:05:59.142 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:05:59.143 INFO:teuthology.orchestra.run.smithi071.stdout:Total 189 kB/s | 31 kB 00:00 2024-04-16T01:05:59.143 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:05:59.146 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:05:59.146 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:05:59.174 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:05:59.177 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:05:59.240 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:05:59.305 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:28 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:59.455 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:05:59.601 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:28 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:05:59.706 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:00.042 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:00.042 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:00.043 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:06:00.043 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:00.043 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:00.043 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:06:00.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librados2 2024-04-16T01:06:00.902 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:29 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:00.929 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:00.929 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:00.929 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-16T01:06:00.929 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:00.930 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:06:00.930 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-fuse x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 859 k 2024-04-16T01:06:00.930 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-16T01:06:00.930 INFO:teuthology.orchestra.run.smithi098.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-04-16T01:06:00.930 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:00.930 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:06:00.930 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:00.930 INFO:teuthology.orchestra.run.smithi098.stdout:Install 2 Packages 2024-04-16T01:06:00.930 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:00.931 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 942 k 2024-04-16T01:06:00.931 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 3.0 M 2024-04-16T01:06:00.931 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:06:01.223 INFO:teuthology.orchestra.run.smithi098.stdout:(1/2): fuse-2.9.7-19.el8.x86_64.rpm 426 kB/s | 83 kB 00:00 2024-04-16T01:06:01.246 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:01.247 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:01.247 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-16T01:06:01.247 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:01.247 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:06:01.247 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 859 k 2024-04-16T01:06:01.247 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-16T01:06:01.248 INFO:teuthology.orchestra.run.smithi133.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-04-16T01:06:01.248 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:01.248 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:06:01.248 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:01.248 INFO:teuthology.orchestra.run.smithi133.stdout:Install 2 Packages 2024-04-16T01:06:01.248 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:01.249 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 942 k 2024-04-16T01:06:01.249 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 3.0 M 2024-04-16T01:06:01.250 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:06:01.724 INFO:teuthology.orchestra.run.smithi098.stdout:(2/2): ceph-fuse-18.2.2-1221.ge3fb05d5.el8.x86_ 1.2 MB/s | 859 kB 00:00 2024-04-16T01:06:01.775 INFO:teuthology.orchestra.run.smithi133.stdout:(1/2): fuse-2.9.7-19.el8.x86_64.rpm 192 kB/s | 83 kB 00:00 2024-04-16T01:06:01.776 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:01.776 INFO:teuthology.orchestra.run.smithi098.stdout:Total 1.2 MB/s | 942 kB 00:00 2024-04-16T01:06:01.776 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:06:01.776 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:06:01.776 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:06:01.844 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:06:01.848 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:06:02.022 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:06:02.297 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-04-16T01:06:02.477 INFO:teuthology.orchestra.run.smithi071.stdout:Package librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:02.523 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/2 2024-04-16T01:06:02.525 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:06:02.526 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-16T01:06:02.527 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:06:02.652 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librbd1 2024-04-16T01:06:02.910 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/2 2024-04-16T01:06:02.911 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/2 2024-04-16T01:06:02.943 INFO:teuthology.orchestra.run.smithi133.stdout:(2/2): ceph-fuse-18.2.2-1221.ge3fb05d5.el8.x86_ 526 kB/s | 859 kB 00:01 2024-04-16T01:06:02.944 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:02.944 INFO:teuthology.orchestra.run.smithi133.stdout:Total 555 kB/s | 942 kB 00:01 2024-04-16T01:06:02.957 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:06:02.980 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:06:02.980 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:06:03.072 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:06:03.076 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:06:03.250 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:06:03.274 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-04-16T01:06:03.274 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:03.275 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:06:03.275 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-04-16T01:06:03.275 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:03.275 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:03.393 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:32 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:03.485 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-volume 2024-04-16T01:06:03.526 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-04-16T01:06:03.710 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/2 2024-04-16T01:06:04.134 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2/2 2024-04-16T01:06:04.134 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/2 2024-04-16T01:06:04.225 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:33 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:04.514 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-04-16T01:06:04.514 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:04.514 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:06:04.514 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-04-16T01:06:04.514 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:04.514 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:04.762 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-volume 2024-04-16T01:06:04.962 INFO:teuthology.orchestra.run.smithi071.stdout:Package librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:05.012 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:06:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-16T01:06:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:06:05.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rados 2024-04-16T01:06:05.501 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:34 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:05.842 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:05.843 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:05.843 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-16T01:06:05.843 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:05.843 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:06:05.843 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-volume noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 263 k 2024-04-16T01:06:05.843 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-16T01:06:05.843 INFO:teuthology.orchestra.run.smithi098.stdout: python3-packaging noarch 16.8-9.el8 powertools 48 k 2024-04-16T01:06:05.843 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:05.843 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:06:05.843 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:05.843 INFO:teuthology.orchestra.run.smithi098.stdout:Install 2 Packages 2024-04-16T01:06:05.844 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:05.844 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 311 k 2024-04-16T01:06:05.844 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 1.4 M 2024-04-16T01:06:05.844 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:06:05.854 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:34 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:06.229 INFO:teuthology.orchestra.run.smithi098.stdout:(1/2): python3-packaging-16.8-9.el8.noarch.rpm 148 kB/s | 48 kB 00:00 2024-04-16T01:06:06.362 INFO:teuthology.orchestra.run.smithi098.stdout:(2/2): ceph-volume-18.2.2-1221.ge3fb05d5.el8.no 572 kB/s | 263 kB 00:00 2024-04-16T01:06:06.363 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:06.363 INFO:teuthology.orchestra.run.smithi098.stdout:Total 599 kB/s | 311 kB 00:00 2024-04-16T01:06:06.373 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:06:06.385 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:06:06.385 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:06:06.429 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:06:06.432 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:06:06.563 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:06:06.903 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-04-16T01:06:07.143 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:07.143 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:07.143 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-16T01:06:07.144 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:07.144 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:06:07.144 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume noarch 2:18.2.2-1221.ge3fb05d5.el8 ceph-noarch 263 k 2024-04-16T01:06:07.144 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-16T01:06:07.144 INFO:teuthology.orchestra.run.smithi133.stdout: python3-packaging noarch 16.8-9.el8 powertools 48 k 2024-04-16T01:06:07.144 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:07.144 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:06:07.144 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:07.144 INFO:teuthology.orchestra.run.smithi133.stdout:Install 2 Packages 2024-04-16T01:06:07.144 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:07.145 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 311 k 2024-04-16T01:06:07.145 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 1.4 M 2024-04-16T01:06:07.145 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:06:07.198 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-volume-2:18.2.2-1221.ge3fb05d5.el8.noarch 2/2 2024-04-16T01:06:07.449 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rados-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:07.500 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:06:07.501 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-16T01:06:07.501 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:06:07.611 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-volume-2:18.2.2-1221.ge3fb05d5.el8.noarch 2/2 2024-04-16T01:06:07.611 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-volume-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/2 2024-04-16T01:06:07.618 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rgw 2024-04-16T01:06:07.864 INFO:teuthology.orchestra.run.smithi133.stdout:(1/2): python3-packaging-16.8-9.el8.noarch.rpm 73 kB/s | 48 kB 00:00 2024-04-16T01:06:08.026 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-04-16T01:06:08.026 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:08.026 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:06:08.026 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-volume-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:06:08.026 INFO:teuthology.orchestra.run.smithi098.stdout: python3-packaging-16.8-9.el8.noarch 2024-04-16T01:06:08.026 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:08.026 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:08.080 INFO:teuthology.orchestra.run.smithi133.stdout:(2/2): ceph-volume-18.2.2-1221.ge3fb05d5.el8.no 299 kB/s | 263 kB 00:00 2024-04-16T01:06:08.081 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:08.081 INFO:teuthology.orchestra.run.smithi133.stdout:Total 332 kB/s | 311 kB 00:00 2024-04-16T01:06:08.093 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:06:08.106 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:06:08.106 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:06:08.185 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:06:08.188 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:06:08.253 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librados-devel 2024-04-16T01:06:08.343 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:37 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:08.968 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:06:08.990 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:37 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:09.288 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-04-16T01:06:09.585 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-volume-2:18.2.2-1221.ge3fb05d5.el8.noarch 2/2 2024-04-16T01:06:09.924 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:09.976 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:06:09.977 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-16T01:06:09.978 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:06:10.009 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-volume-2:18.2.2-1221.ge3fb05d5.el8.noarch 2/2 2024-04-16T01:06:10.009 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-volume-2:18.2.2-1221.ge3fb05d5.el8.noarch 1/2 2024-04-16T01:06:10.119 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-cephfs 2024-04-16T01:06:10.432 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-04-16T01:06:10.433 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:10.433 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:06:10.433 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume-2:18.2.2-1221.ge3fb05d5.el8.noarch 2024-04-16T01:06:10.433 INFO:teuthology.orchestra.run.smithi133.stdout: python3-packaging-16.8-9.el8.noarch 2024-04-16T01:06:10.433 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:10.433 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:10.617 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:10.618 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:10.618 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-04-16T01:06:10.618 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:10.618 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:06:10.618 INFO:teuthology.orchestra.run.smithi098.stdout: librados-devel x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 139 k 2024-04-16T01:06:10.618 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:10.618 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:06:10.619 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:10.619 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-16T01:06:10.619 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:10.619 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 139 k 2024-04-16T01:06:10.619 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 513 k 2024-04-16T01:06:10.619 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:06:10.659 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados-devel 2024-04-16T01:06:10.842 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:39 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:11.035 INFO:teuthology.orchestra.run.smithi098.stdout:librados-devel-18.2.2-1221.ge3fb05d5.el8.x86_64 334 kB/s | 139 kB 00:00 2024-04-16T01:06:11.036 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:11.036 INFO:teuthology.orchestra.run.smithi098.stdout:Total 332 kB/s | 139 kB 00:00 2024-04-16T01:06:11.036 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:06:11.042 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:06:11.043 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:06:11.094 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:06:11.097 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:06:11.395 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:40 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:11.690 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:06:12.396 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librados-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:12.423 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-cephfs-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:12.473 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:06:12.474 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-16T01:06:12.474 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:06:12.586 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rbd 2024-04-16T01:06:12.699 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:13.004 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:13.004 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:13.005 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-16T01:06:13.005 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:13.005 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:06:13.005 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 139 k 2024-04-16T01:06:13.005 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:13.005 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:06:13.005 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:13.005 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-16T01:06:13.005 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:13.006 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 139 k 2024-04-16T01:06:13.006 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 513 k 2024-04-16T01:06:13.006 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:06:13.091 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:13.091 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:13.091 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:06:13.091 INFO:teuthology.orchestra.run.smithi098.stdout: librados-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:13.091 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:13.091 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:13.295 INFO:teuthology.orchestra.run.smithi133.stdout:librados-devel-18.2.2-1221.ge3fb05d5.el8.x86_64 480 kB/s | 139 kB 00:00 2024-04-16T01:06:13.296 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:13.296 INFO:teuthology.orchestra.run.smithi133.stdout:Total 478 kB/s | 139 kB 00:00 2024-04-16T01:06:13.297 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:06:13.302 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:06:13.302 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:06:13.310 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:42 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:13.332 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install libcephfs2 2024-04-16T01:06:13.352 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:06:13.355 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:06:13.503 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:06:13.682 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librados-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:13.966 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:14.074 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:43 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:14.341 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:14.341 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:14.341 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:06:14.342 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:14.342 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:14.342 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:14.887 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:14.937 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:06:14.938 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-16T01:06:14.938 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:06:15.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-fuse 2024-04-16T01:06:15.358 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs2 2024-04-16T01:06:15.663 INFO:teuthology.orchestra.run.smithi098.stdout:Package libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:15.711 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:15.712 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-16T01:06:15.712 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:15.780 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:44 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:15.819 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install libcephfs-devel 2024-04-16T01:06:16.101 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:45 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:16.545 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:45 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:17.421 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:06:17.421 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:06:17.421 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-16T01:06:17.421 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:06:17.421 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:06:17.421 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-fuse x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 95 k 2024-04-16T01:06:17.421 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:17.421 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:06:17.422 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:06:17.422 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-16T01:06:17.422 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:17.422 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 95 k 2024-04-16T01:06:17.422 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 280 k 2024-04-16T01:06:17.422 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:06:17.606 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-fuse-18.2.2-1221.ge3fb05d5.el8.x86_64.rpm 520 kB/s | 95 kB 00:00 2024-04-16T01:06:17.606 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:17.607 INFO:teuthology.orchestra.run.smithi071.stdout:Total 515 kB/s | 95 kB 00:00 2024-04-16T01:06:17.607 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:06:17.617 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:06:17.618 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:06:17.667 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:06:17.669 INFO:teuthology.orchestra.run.smithi133.stdout:Package libcephfs2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:17.670 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:06:17.718 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:17.719 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-16T01:06:17.719 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:17.779 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:06:17.821 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs-devel 2024-04-16T01:06:17.967 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:18.179 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:18.180 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:18.180 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-04-16T01:06:18.180 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:18.180 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:06:18.180 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-devel x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 31 k 2024-04-16T01:06:18.180 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:18.180 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:06:18.180 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:18.180 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-16T01:06:18.180 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:18.181 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 31 k 2024-04-16T01:06:18.181 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 139 k 2024-04-16T01:06:18.181 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:06:18.267 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:18.401 INFO:teuthology.orchestra.run.smithi098.stdout:libcephfs-devel-18.2.2-1221.ge3fb05d5.el8.x86_6 141 kB/s | 31 kB 00:00 2024-04-16T01:06:18.402 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:18.402 INFO:teuthology.orchestra.run.smithi098.stdout:Total 140 kB/s | 31 kB 00:00 2024-04-16T01:06:18.402 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:06:18.405 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:06:18.405 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:06:18.428 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:06:18.431 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:06:18.491 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:06:18.547 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:47 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:18.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:18.667 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:18.667 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:06:18.667 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:18.667 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:18.667 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:06:18.711 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:18.885 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-mirror 2024-04-16T01:06:18.961 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:19.318 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:19.318 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:19.318 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:06:19.319 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:19.319 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:19.319 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:19.468 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librados2 2024-04-16T01:06:19.623 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:48 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:20.184 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:20.185 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:20.185 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-16T01:06:20.185 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:20.185 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:06:20.185 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 31 k 2024-04-16T01:06:20.185 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:20.185 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:06:20.186 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:20.186 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-16T01:06:20.186 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:20.186 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 31 k 2024-04-16T01:06:20.186 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 139 k 2024-04-16T01:06:20.186 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:06:20.203 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:49 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:20.407 INFO:teuthology.orchestra.run.smithi133.stdout:libcephfs-devel-18.2.2-1221.ge3fb05d5.el8.x86_6 140 kB/s | 31 kB 00:00 2024-04-16T01:06:20.408 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:20.408 INFO:teuthology.orchestra.run.smithi133.stdout:Total 139 kB/s | 31 kB 00:00 2024-04-16T01:06:20.408 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:06:20.411 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:06:20.411 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:06:20.435 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:06:20.438 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:06:20.494 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:06:21.081 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:21.263 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:06:21.263 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:06:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-16T01:06:21.264 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:06:21.264 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:06:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-mirror x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 3.5 M 2024-04-16T01:06:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:21.264 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:06:21.264 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:06:21.264 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-16T01:06:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:21.264 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 3.5 M 2024-04-16T01:06:21.264 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 16 M 2024-04-16T01:06:21.264 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:06:21.370 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:21.635 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-mirror-18.2.2-1221.ge3fb05d5.el8.x86_64.rpm 9.3 MB/s | 3.5 MB 00:00 2024-04-16T01:06:21.636 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:21.636 INFO:teuthology.orchestra.run.smithi071.stdout:Total 9.3 MB/s | 3.5 MB 00:00 2024-04-16T01:06:21.636 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:06:21.649 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:06:21.649 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:06:21.711 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:06:21.713 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:21.714 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:21.714 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:06:21.714 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:21.714 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:21.714 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:21.714 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:06:21.789 INFO:teuthology.orchestra.run.smithi098.stdout:Package librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:21.839 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:21.840 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados2 2024-04-16T01:06:21.841 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-16T01:06:21.841 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:21.966 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librbd1 2024-04-16T01:06:22.153 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:06:22.359 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-mirror-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:22.571 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:51 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:22.696 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:51 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:22.774 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:23.180 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-mirror-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:23.180 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:23.180 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:06:23.181 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-mirror-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:23.181 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:23.181 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:06:23.389 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-nbd 2024-04-16T01:06:24.126 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:53 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:24.180 INFO:teuthology.orchestra.run.smithi133.stdout:Package librados2-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:24.228 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:24.229 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-16T01:06:24.229 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:24.272 INFO:teuthology.orchestra.run.smithi098.stdout:Package librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:24.321 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:24.323 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-16T01:06:24.323 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:24.336 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librbd1 2024-04-16T01:06:24.418 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rados 2024-04-16T01:06:25.073 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:54 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:25.157 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:54 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:25.771 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-16T01:06:25.772 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:06:25.772 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-16T01:06:25.772 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:06:25.772 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-16T01:06:25.772 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-nbd x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 181 k 2024-04-16T01:06:25.772 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:25.772 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-16T01:06:25.772 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-16T01:06:25.772 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-16T01:06:25.773 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:25.773 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 181 k 2024-04-16T01:06:25.773 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 572 k 2024-04-16T01:06:25.773 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-16T01:06:26.054 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-nbd-18.2.2-1221.ge3fb05d5.el8.x86_64.rpm 645 kB/s | 181 kB 00:00 2024-04-16T01:06:26.055 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:26.055 INFO:teuthology.orchestra.run.smithi071.stdout:Total 642 kB/s | 181 kB 00:00 2024-04-16T01:06:26.055 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-16T01:06:26.066 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-16T01:06:26.066 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-16T01:06:26.117 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-16T01:06:26.120 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-16T01:06:26.231 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-16T01:06:26.432 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-nbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:26.639 INFO:teuthology.orchestra.run.smithi133.stdout:Package librbd1-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:26.688 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:26.689 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-16T01:06:26.689 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:26.712 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-nbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:26.739 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rados-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:26.788 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:26.789 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-16T01:06:26.789 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:26.794 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rados 2024-04-16T01:06:26.896 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rgw 2024-04-16T01:06:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-nbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:27.071 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-16T01:06:27.072 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-nbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:27.072 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:06:27.072 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-16T01:06:27.322 DEBUG:teuthology.parallel:result is None 2024-04-16T01:06:27.528 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:56 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:27.624 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:56 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:29.095 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rados-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:29.144 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:29.145 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-16T01:06:29.145 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:29.208 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:29.254 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rgw 2024-04-16T01:06:29.256 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:29.258 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-16T01:06:29.258 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:29.363 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-cephfs 2024-04-16T01:06:29.986 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:58 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:30.092 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:59 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:31.550 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rgw-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:31.601 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:31.602 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-16T01:06:31.602 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:31.683 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-cephfs-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:31.712 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-cephfs 2024-04-16T01:06:31.732 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:31.733 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-16T01:06:31.733 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:31.831 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rbd 2024-04-16T01:06:32.444 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:03:01 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:32.563 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:03:01 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:34.027 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-cephfs-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:34.075 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:34.076 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-16T01:06:34.076 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:34.124 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:34.173 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:34.174 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-16T01:06:34.174 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:34.185 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rbd 2024-04-16T01:06:34.272 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-fuse 2024-04-16T01:06:34.915 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:03:03 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:35.003 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:03:04 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:36.499 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 is already installed. 2024-04-16T01:06:36.548 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:36.549 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-16T01:06:36.549 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:36.644 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:36.645 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:36.645 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-16T01:06:36.645 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:36.645 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:06:36.646 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-fuse x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 95 k 2024-04-16T01:06:36.646 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:36.646 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:06:36.646 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:36.646 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-16T01:06:36.646 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:36.646 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 95 k 2024-04-16T01:06:36.646 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 280 k 2024-04-16T01:06:36.646 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:06:36.665 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-fuse 2024-04-16T01:06:36.861 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-fuse-18.2.2-1221.ge3fb05d5.el8.x86_64.rpm 442 kB/s | 95 kB 00:00 2024-04-16T01:06:36.862 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:36.862 INFO:teuthology.orchestra.run.smithi098.stdout:Total 439 kB/s | 95 kB 00:00 2024-04-16T01:06:36.862 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:06:36.872 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:06:36.873 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:06:36.923 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:06:36.926 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:06:37.033 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:06:37.226 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:37.411 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:03:06 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:37.538 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:37.905 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:37.906 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:37.906 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:06:37.906 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:37.906 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:37.906 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:38.126 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-mirror 2024-04-16T01:06:38.863 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:03:07 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:39.051 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:39.052 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-16T01:06:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:06:39.052 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 95 k 2024-04-16T01:06:39.052 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:06:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-16T01:06:39.052 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 95 k 2024-04-16T01:06:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 280 k 2024-04-16T01:06:39.053 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:06:39.346 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-fuse-18.2.2-1221.ge3fb05d5.el8.x86_64.rpm 325 kB/s | 95 kB 00:00 2024-04-16T01:06:39.347 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:39.347 INFO:teuthology.orchestra.run.smithi133.stdout:Total 323 kB/s | 95 kB 00:00 2024-04-16T01:06:39.347 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:06:39.358 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:06:39.358 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:06:39.408 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:06:39.411 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:06:39.518 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:06:39.720 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:40.031 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:40.408 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:40.408 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:40.408 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:06:40.408 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:40.408 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:40.408 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:40.497 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:40.498 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:40.498 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-04-16T01:06:40.498 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:40.498 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:06:40.498 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-mirror x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 3.5 M 2024-04-16T01:06:40.498 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:40.498 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:06:40.499 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:40.499 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-16T01:06:40.499 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:40.499 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 3.5 M 2024-04-16T01:06:40.499 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 16 M 2024-04-16T01:06:40.499 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:06:40.647 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-mirror 2024-04-16T01:06:40.853 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-mirror-18.2.2-1221.ge3fb05d5.el8.x86_64.rpm 9.8 MB/s | 3.5 MB 00:00 2024-04-16T01:06:40.853 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:40.853 INFO:teuthology.orchestra.run.smithi098.stdout:Total 9.7 MB/s | 3.5 MB 00:00 2024-04-16T01:06:40.854 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:06:40.866 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:06:40.866 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:06:40.927 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:06:40.930 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:06:41.372 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:06:41.388 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:03:10 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:41.585 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-mirror-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:42.002 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:42.420 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-mirror-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:42.420 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:42.420 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:06:42.420 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-mirror-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:42.421 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:42.421 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:42.621 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-nbd 2024-04-16T01:06:43.027 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:43.028 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:43.028 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-16T01:06:43.028 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:43.028 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:06:43.029 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 3.5 M 2024-04-16T01:06:43.029 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:43.029 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:06:43.029 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:43.029 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-16T01:06:43.029 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:43.029 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 3.5 M 2024-04-16T01:06:43.029 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 16 M 2024-04-16T01:06:43.029 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:06:43.367 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:03:12 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:43.390 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-mirror-18.2.2-1221.ge3fb05d5.el8.x86_64.rpm 9.6 MB/s | 3.5 MB 00:00 2024-04-16T01:06:43.391 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:43.391 INFO:teuthology.orchestra.run.smithi133.stdout:Total 9.5 MB/s | 3.5 MB 00:00 2024-04-16T01:06:43.391 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:06:43.403 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:06:43.404 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:06:43.464 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:06:43.468 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:06:43.906 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:06:44.095 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-mirror-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:44.544 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:44.916 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-mirror-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:44.916 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:44.916 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:06:44.916 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:44.916 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:44.916 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:45.004 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-16T01:06:45.005 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:45.005 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-16T01:06:45.006 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:45.006 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-16T01:06:45.006 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-nbd x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 181 k 2024-04-16T01:06:45.006 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:45.006 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-16T01:06:45.006 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-16T01:06:45.006 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-16T01:06:45.006 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:45.006 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 181 k 2024-04-16T01:06:45.006 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 572 k 2024-04-16T01:06:45.006 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-16T01:06:45.152 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-nbd 2024-04-16T01:06:45.223 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-nbd-18.2.2-1221.ge3fb05d5.el8.x86_64.rpm 838 kB/s | 181 kB 00:00 2024-04-16T01:06:45.224 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:45.224 INFO:teuthology.orchestra.run.smithi098.stdout:Total 833 kB/s | 181 kB 00:00 2024-04-16T01:06:45.224 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-16T01:06:45.235 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-16T01:06:45.235 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-16T01:06:45.286 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-16T01:06:45.288 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-16T01:06:45.402 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-16T01:06:45.633 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-nbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:45.898 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:03:14 ago on Tue 16 Apr 2024 01:03:31 AM UTC. 2024-04-16T01:06:45.918 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-nbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:46.291 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-nbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:46.292 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:46.292 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-16T01:06:46.292 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-nbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:46.292 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-16T01:06:46.292 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-16T01:06:46.583 DEBUG:teuthology.parallel:result is None 2024-04-16T01:06:47.538 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-16T01:06:47.539 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:47.539 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-16T01:06:47.539 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:47.540 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-16T01:06:47.540 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd x86_64 2:18.2.2-1221.ge3fb05d5.el8 ceph 181 k 2024-04-16T01:06:47.540 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:47.540 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-16T01:06:47.540 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-16T01:06:47.540 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-16T01:06:47.541 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:47.541 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 181 k 2024-04-16T01:06:47.541 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 572 k 2024-04-16T01:06:47.541 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-16T01:06:47.726 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-nbd-18.2.2-1221.ge3fb05d5.el8.x86_64.rpm 971 kB/s | 181 kB 00:00 2024-04-16T01:06:47.727 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:06:47.727 INFO:teuthology.orchestra.run.smithi133.stdout:Total 965 kB/s | 181 kB 00:00 2024-04-16T01:06:47.727 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-16T01:06:47.738 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-16T01:06:47.738 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-16T01:06:47.787 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-16T01:06:47.790 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-16T01:06:47.908 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-16T01:06:48.135 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-nbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:48.416 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-nbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:48.781 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-nbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 1/1 2024-04-16T01:06:48.781 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:48.781 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-16T01:06:48.781 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd-2:18.2.2-1221.ge3fb05d5.el8.x86_64 2024-04-16T01:06:48.781 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:06:48.781 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-16T01:06:49.064 DEBUG:teuthology.parallel:result is None 2024-04-16T01:06:49.065 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 2024-04-16T01:06:49.221 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-16T01:06:49.248 INFO:teuthology.orchestra.run.smithi071.stdout:18.2.2-1221.ge3fb05d5.el8 2024-04-16T01:06:49.248 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1221.ge3fb05d5.el8 2024-04-16T01:06:49.248 INFO:teuthology.task.install:The correct ceph version 18.2.2-1221.ge3fb05d5 is installed. 2024-04-16T01:06:49.250 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 2024-04-16T01:06:49.392 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-16T01:06:49.419 INFO:teuthology.orchestra.run.smithi098.stdout:18.2.2-1221.ge3fb05d5.el8 2024-04-16T01:06:49.419 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1221.ge3fb05d5.el8 2024-04-16T01:06:49.419 INFO:teuthology.task.install:The correct ceph version 18.2.2-1221.ge3fb05d5 is installed. 2024-04-16T01:06:49.421 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 2024-04-16T01:06:49.565 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-16T01:06:49.587 INFO:teuthology.orchestra.run.smithi133.stdout:18.2.2-1221.ge3fb05d5.el8 2024-04-16T01:06:49.587 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1221.ge3fb05d5.el8 2024-04-16T01:06:49.587 INFO:teuthology.task.install:The correct ceph version 18.2.2-1221.ge3fb05d5 is installed. 2024-04-16T01:06:49.589 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-16T01:06:49.589 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:06:49.589 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-16T01:06:49.623 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-16T01:06:49.623 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-16T01:06:49.657 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-16T01:06:49.657 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-16T01:06:49.684 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-16T01:06:49.684 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:06:49.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/daemon-helper 2024-04-16T01:06:49.715 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-16T01:06:49.784 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-16T01:06:49.784 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/daemon-helper 2024-04-16T01:06:49.816 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-16T01:06:49.887 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-16T01:06:49.887 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2024-04-16T01:06:49.914 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-16T01:06:49.980 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-16T01:06:49.980 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:06:49.980 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-16T01:06:50.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-16T01:06:50.079 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-16T01:06:50.079 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-16T01:06:50.109 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-16T01:06:50.178 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-16T01:06:50.178 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-16T01:06:50.205 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-16T01:06:50.272 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-16T01:06:50.273 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:06:50.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/stdin-killer 2024-04-16T01:06:50.302 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-16T01:06:50.374 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-16T01:06:50.374 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/stdin-killer 2024-04-16T01:06:50.404 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-16T01:06:50.472 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-16T01:06:50.472 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2024-04-16T01:06:50.498 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-16T01:06:50.566 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-16T01:06:50.664 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, '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\\)'], 'sha1': 'e3fb05d5e6da84b5c44db3f3051c4d242f9809c1'} 2024-04-16T01:06:50.664 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 2024-04-16T01:06:50.665 INFO:tasks.cephadm:Cluster fsid is 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:06:50.665 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-16T01:06:50.665 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.71', 'mon.b': '172.21.15.98', 'mon.c': '172.21.15.133'} 2024-04-16T01:06:50.665 INFO:tasks.cephadm:First mon is mon.a on smithi071 2024-04-16T01:06:50.665 INFO:tasks.cephadm:First mgr is a 2024-04-16T01:06:50.666 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-16T01:06:50.666 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-04-16T01:06:50.697 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2024-04-16T01:06:50.728 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-04-16T01:06:50.756 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-16T01:06:50.756 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 2024-04-16T01:06:50.927 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e3fb05d5e6da84b5c44db3f3051c4d242f9809c1', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/54893/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.2-1221-ge3fb05d5', 'node_name': '172.21.2.5+braggi05', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.2-1221.ge3fb05d5'}, 'url': 'https://4.chacra.ceph.com/r/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 20:52:58.503036', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'reef', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-16T01:06:51.070 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref reef, sha1 e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 2024-04-16T01:06:51.072 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/x86_64/flavors/default/cephadm 2024-04-16T01:06:51.072 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-16T01:06:51.880 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-rw-r--. 1 ubuntu ubuntu 703022 Apr 16 01:06 /home/ubuntu/cephtest/cephadm 2024-04-16T01:06:51.881 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-16T01:06:52.403 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-rw-r--. 1 ubuntu ubuntu 703022 Apr 16 01:06 /home/ubuntu/cephtest/cephadm 2024-04-16T01:06:52.403 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/reef/e3fb05d5e6da84b5c44db3f3051c4d242f9809c1/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-16T01:06:52.871 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-rw-r--. 1 ubuntu ubuntu 703022 Apr 16 01:06 /home/ubuntu/cephtest/cephadm 2024-04-16T01:06:52.872 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-16T01:06:52.895 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-16T01:06:52.917 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-16T01:06:52.951 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 on all hosts... 2024-04-16T01:06:52.951 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 pull 2024-04-16T01:06:52.954 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 pull 2024-04-16T01:06:52.960 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 pull 2024-04-16T01:06:54.060 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1... 2024-04-16T01:06:54.195 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1... 2024-04-16T01:06:54.267 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1... 2024-04-16T01:07:27.815 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-04-16T01:07:27.815 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph_version": "ceph version 18.2.2-1221-ge3fb05d5 (e3fb05d5e6da84b5c44db3f3051c4d242f9809c1) reef (stable)", 2024-04-16T01:07:27.815 INFO:teuthology.orchestra.run.smithi071.stdout: "image_id": "aa4d2281650a289361c9d357c9b9a75da908c6b769a679c7cb0b40af12301f38", 2024-04-16T01:07:27.816 INFO:teuthology.orchestra.run.smithi071.stdout: "repo_digests": [ 2024-04-16T01:07:27.816 INFO:teuthology.orchestra.run.smithi071.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:68779415073ff203e402b0379758fdddf51fc45e34dd0f039888aa95268c5315" 2024-04-16T01:07:27.816 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-04-16T01:07:27.816 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-04-16T01:07:29.839 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-04-16T01:07:29.839 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 18.2.2-1221-ge3fb05d5 (e3fb05d5e6da84b5c44db3f3051c4d242f9809c1) reef (stable)", 2024-04-16T01:07:29.839 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "aa4d2281650a289361c9d357c9b9a75da908c6b769a679c7cb0b40af12301f38", 2024-04-16T01:07:29.839 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digests": [ 2024-04-16T01:07:29.839 INFO:teuthology.orchestra.run.smithi133.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:68779415073ff203e402b0379758fdddf51fc45e34dd0f039888aa95268c5315" 2024-04-16T01:07:29.839 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-04-16T01:07:29.839 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-04-16T01:07:30.428 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-04-16T01:07:30.428 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph_version": "ceph version 18.2.2-1221-ge3fb05d5 (e3fb05d5e6da84b5c44db3f3051c4d242f9809c1) reef (stable)", 2024-04-16T01:07:30.428 INFO:teuthology.orchestra.run.smithi098.stdout: "image_id": "aa4d2281650a289361c9d357c9b9a75da908c6b769a679c7cb0b40af12301f38", 2024-04-16T01:07:30.428 INFO:teuthology.orchestra.run.smithi098.stdout: "repo_digests": [ 2024-04-16T01:07:30.428 INFO:teuthology.orchestra.run.smithi098.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:68779415073ff203e402b0379758fdddf51fc45e34dd0f039888aa95268c5315" 2024-04-16T01:07:30.428 INFO:teuthology.orchestra.run.smithi098.stdout: ] 2024-04-16T01:07:30.428 INFO:teuthology.orchestra.run.smithi098.stdout:} 2024-04-16T01:07:30.448 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2024-04-16T01:07:30.485 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2024-04-16T01:07:30.514 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-04-16T01:07:30.550 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2024-04-16T01:07:30.582 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2024-04-16T01:07:30.608 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-04-16T01:07:30.640 INFO:tasks.cephadm:Writing seed config... 2024-04-16T01:07:30.641 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-16T01:07:30.641 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-16T01:07:30.641 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-16T01:07:30.641 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-04-16T01:07:30.641 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-16T01:07:30.641 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-16T01:07:30.641 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-16T01:07:30.641 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-16T01:07:30.641 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-16T01:07:30.642 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:07:30.642 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-16T01:07:30.662 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 9b20f548-fb8d-11ee-bc8f-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-16T01:07:30.662 DEBUG:teuthology.orchestra.run.smithi071:mon.a> sudo journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.a.service 2024-04-16T01:07:30.704 DEBUG:teuthology.orchestra.run.smithi071:mgr.a> sudo journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mgr.a.service 2024-04-16T01:07:30.733 INFO:journalctl@ceph.mon.a.smithi071.stdout:-- Logs begin at Tue 2024-04-16 00:56:23 UTC. -- 2024-04-16T01:07:30.734 INFO:tasks.cephadm:Bootstrapping... 2024-04-16T01:07:30.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 -v bootstrap --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.71 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-16T01:07:30.761 INFO:journalctl@ceph.mgr.a.smithi071.stdout:-- Logs begin at Tue 2024-04-16 00:56:23 UTC. -- 2024-04-16T01:07:30.895 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-16T01:07:30.895 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1', '-v', 'bootstrap', '--fsid', '9b20f548-fb8d-11ee-bc8f-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.71', '--skip-admin-label'] 2024-04-16T01:07:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-16T01:07:30.928 INFO:teuthology.orchestra.run.smithi071.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-16T01:07:30.928 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying podman|docker is present... 2024-04-16T01:07:30.957 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-16T01:07:30.957 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying lvm2 is present... 2024-04-16T01:07:30.957 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying time synchronization is in place... 2024-04-16T01:07:30.964 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-16T01:07:30.964 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-16T01:07:30.970 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-16T01:07:30.970 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-04-16T01:07:30.976 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout enabled 2024-04-16T01:07:30.982 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout active 2024-04-16T01:07:30.982 INFO:teuthology.orchestra.run.smithi071.stdout:Unit chronyd.service is enabled and running 2024-04-16T01:07:30.982 INFO:teuthology.orchestra.run.smithi071.stdout:Repeating the final host check... 2024-04-16T01:07:31.018 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-16T01:07:31.018 INFO:teuthology.orchestra.run.smithi071.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-16T01:07:31.018 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl is present 2024-04-16T01:07:31.018 INFO:teuthology.orchestra.run.smithi071.stdout:lvcreate is present 2024-04-16T01:07:31.024 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-16T01:07:31.024 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-16T01:07:31.029 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-16T01:07:31.030 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-04-16T01:07:31.035 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout enabled 2024-04-16T01:07:31.041 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout active 2024-04-16T01:07:31.041 INFO:teuthology.orchestra.run.smithi071.stdout:Unit chronyd.service is enabled and running 2024-04-16T01:07:31.041 INFO:teuthology.orchestra.run.smithi071.stdout:Host looks OK 2024-04-16T01:07:31.041 INFO:teuthology.orchestra.run.smithi071.stdout:Cluster fsid: 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:07:31.041 INFO:teuthology.orchestra.run.smithi071.stdout:Acquiring lock 140641748658664 on /run/cephadm/9b20f548-fb8d-11ee-bc8f-c7b262605968.lock 2024-04-16T01:07:31.041 INFO:teuthology.orchestra.run.smithi071.stdout:Lock 140641748658664 acquired on /run/cephadm/9b20f548-fb8d-11ee-bc8f-c7b262605968.lock 2024-04-16T01:07:31.041 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying IP 172.21.15.71 port 3300 ... 2024-04-16T01:07:31.042 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying IP 172.21.15.71 port 6789 ... 2024-04-16T01:07:31.042 INFO:teuthology.orchestra.run.smithi071.stdout:Base mon IP(s) is [172.21.15.71:3300, 172.21.15.71:6789], mon addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-04-16T01:07:31.045 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2024-04-16T01:07:31.045 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2024-04-16T01:07:31.048 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-16T01:07:31.048 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-16T01:07:31.048 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2024-04-16T01:07:31.051 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-16T01:07:31.051 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-16T01:07:31.051 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-16T01:07:31.051 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-16T01:07:31.051 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d765/64 scope link 2024-04-16T01:07:31.051 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-16T01:07:31.052 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2024-04-16T01:07:31.052 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2024-04-16T01:07:31.052 INFO:teuthology.orchestra.run.smithi071.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-16T01:07:31.052 INFO:teuthology.orchestra.run.smithi071.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-16T01:07:31.053 INFO:teuthology.orchestra.run.smithi071.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1... 2024-04-16T01:07:31.450 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout aa4d2281650a289361c9d357c9b9a75da908c6b769a679c7cb0b40af12301f38 2024-04-16T01:07:31.450 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1... 2024-04-16T01:07:31.450 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Getting image source signatures 2024-04-16T01:07:31.450 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Copying blob sha256:50d9c13682a83e2bca7f047c5940f862ec68c49863b4f1a3cb1b201f135703a8 2024-04-16T01:07:31.450 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Copying blob sha256:9793b5b5582798bde394f4383d142e9f248a25e4ebfd72ee05ea9ec6251a877d 2024-04-16T01:07:31.450 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Copying config sha256:aa4d2281650a289361c9d357c9b9a75da908c6b769a679c7cb0b40af12301f38 2024-04-16T01:07:31.450 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-16T01:07:32.481 INFO:teuthology.orchestra.run.smithi071.stdout:ceph: stdout ceph version 18.2.2-1221-ge3fb05d5 (e3fb05d5e6da84b5c44db3f3051c4d242f9809c1) reef (stable) 2024-04-16T01:07:32.481 INFO:teuthology.orchestra.run.smithi071.stdout:Ceph version: ceph version 18.2.2-1221-ge3fb05d5 (e3fb05d5e6da84b5c44db3f3051c4d242f9809c1) reef (stable) 2024-04-16T01:07:32.482 INFO:teuthology.orchestra.run.smithi071.stdout:Extracting ceph user uid/gid from container image... 2024-04-16T01:07:33.441 INFO:teuthology.orchestra.run.smithi071.stdout:stat: stdout 167 167 2024-04-16T01:07:33.441 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial keys... 2024-04-16T01:07:34.331 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQBVzx1m/qdgMBAAQoU5Sd2+HLlMiX9mG6GO5Q== 2024-04-16T01:07:35.360 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQBWzx1mEag0KxAAe7xowP5xHOmdzdKteC0wzg== 2024-04-16T01:07:36.425 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQBXzx1mcXj/KBAA/EgEW4UboO00PT7S7VoHiQ== 2024-04-16T01:07:36.426 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial monmap... 2024-04-16T01:07:37.388 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-16T01:07:37.388 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2024-04-16T01:07:37.388 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:07:37.388 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-16T01:07:37.388 INFO:teuthology.orchestra.run.smithi071.stdout:monmaptool for a [v2:172.21.15.71:3300,v1:172.21.15.71:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-16T01:07:37.388 INFO:teuthology.orchestra.run.smithi071.stdout:setting min_mon_release = pacific 2024-04-16T01:07:37.388 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: set fsid to 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:07:37.388 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-16T01:07:37.389 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:07:37.389 INFO:teuthology.orchestra.run.smithi071.stdout:Creating mon... 2024-04-16T01:07:38.241 INFO:teuthology.orchestra.run.smithi071.stdout:create mon.a on 2024-04-16T01:07:38.366 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-16T01:07:38.452 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-16T01:07:38.568 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968.target → /etc/systemd/system/ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968.target. 2024-04-16T01:07:38.568 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968.target → /etc/systemd/system/ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968.target. 2024-04-16T01:07:38.740 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.a 2024-04-16T01:07:38.740 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.a.service: Unit ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.a.service not loaded. 2024-04-16T01:07:38.829 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968.target.wants/ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.a.service → /etc/systemd/system/ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@.service. 2024-04-16T01:07:39.354 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-16T01:07:39.354 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2024-04-16T01:07:39.363 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-16T01:07:39.363 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-04-16T01:07:39.363 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2024-04-16T01:07:39.364 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to enable service . firewalld.service is not available 2024-04-16T01:07:39.364 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mon to start... 2024-04-16T01:07:39.364 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mon... 2024-04-16T01:07:39.606 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:39 smithi071 ceph-mon[39198]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-16T01:07:40.503 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout cluster: 2024-04-16T01:07:40.503 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout id: 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:07:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-16T01:07:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-16T01:07:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout services: 2024-04-16T01:07:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.538849s) 2024-04-16T01:07:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-16T01:07:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-16T01:07:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-16T01:07:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout data: 2024-04-16T01:07:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-16T01:07:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-16T01:07:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-16T01:07:40.504 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout pgs: 2024-04-16T01:07:40.505 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-16T01:07:40.505 INFO:teuthology.orchestra.run.smithi071.stdout:mon is available 2024-04-16T01:07:40.505 INFO:teuthology.orchestra.run.smithi071.stdout:Assimilating anything we can from ceph.conf... 2024-04-16T01:07:40.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:40 smithi071 ceph-mon[39198]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-16T01:07:40.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:40 smithi071 ceph-mon[39198]: monmap e1: 1 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:07:40.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:40 smithi071 ceph-mon[39198]: fsmap 2024-04-16T01:07:40.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:40 smithi071 ceph-mon[39198]: osdmap e1: 0 total, 0 up, 0 in 2024-04-16T01:07:40.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:40 smithi071 ceph-mon[39198]: mgrmap e1: no daemons active 2024-04-16T01:07:40.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:40 smithi071 ceph-mon[39198]: from='client.? 172.21.15.71:0/1039010680' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-16T01:07:41.618 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-16T01:07:41.619 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [global] 2024-04-16T01:07:41.619 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout fsid = 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:07:41.619 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-04-16T01:07:41.619 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-16T01:07:41.619 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-16T01:07:41.620 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-16T01:07:41.620 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-16T01:07:41.620 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-16T01:07:41.620 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-16T01:07:41.620 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-04-16T01:07:41.620 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-16T01:07:41.620 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-16T01:07:41.620 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [osd] 2024-04-16T01:07:41.620 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-16T01:07:41.621 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-16T01:07:41.621 INFO:teuthology.orchestra.run.smithi071.stdout:Generating new minimal ceph.conf... 2024-04-16T01:07:41.621 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:41 smithi071 ceph-mon[39198]: from='client.? 172.21.15.71:0/729620608' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-16T01:07:41.621 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:41 smithi071 ceph-mon[39198]: from='client.? 172.21.15.71:0/729620608' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-16T01:07:42.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:42 smithi071 ceph-mon[39198]: from='client.? 172.21.15.71:0/4175267308' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:07:42.640 INFO:teuthology.orchestra.run.smithi071.stdout:Restarting the monitor... 2024-04-16T01:07:43.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:42 smithi071 systemd[1]: Stopping Ceph mon.a for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:07:43.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:42 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mon-a[39194]: 2024-04-16T01:07:42.865+0000 7f33d8316700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-16T01:07:43.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:42 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mon-a[39194]: 2024-04-16T01:07:42.865+0000 7f33d8316700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-16T01:07:43.753 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:43 smithi071 bash[39452]: ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mon-a 2024-04-16T01:07:44.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:43 smithi071 systemd[1]: ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.a.service: Succeeded. 2024-04-16T01:07:44.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:43 smithi071 systemd[1]: Stopped Ceph mon.a for 9b20f548-fb8d-11ee-bc8f-c7b262605968. 2024-04-16T01:07:44.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:43 smithi071 systemd[1]: Starting Ceph mon.a for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:07:44.264 INFO:teuthology.orchestra.run.smithi071.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-16T01:07:44.481 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: set uid:gid to 167:167 (ceph:ceph) 2024-04-16T01:07:44.481 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: ceph version 18.2.2-1221-ge3fb05d5 (e3fb05d5e6da84b5c44db3f3051c4d242f9809c1) reef (stable), process ceph-mon, pid 2 2024-04-16T01:07:44.481 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: pidfile_write: ignore empty --pid-file 2024-04-16T01:07:44.481 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: load: jerasure load: lrc 2024-04-16T01:07:44.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: RocksDB version: 7.9.2 2024-04-16T01:07:44.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Git sha 0 2024-04-16T01:07:44.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Compile date 2024-04-14 15:03:13 2024-04-16T01:07:44.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: DB SUMMARY 2024-04-16T01:07:44.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: DB Session ID: EETTCS86Y4XGHB2XZF6H 2024-04-16T01:07:44.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: CURRENT file: CURRENT 2024-04-16T01:07:44.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: IDENTITY file: IDENTITY 2024-04-16T01:07:44.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-16T01:07:44.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-16T01:07:44.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83702 ; 2024-04-16T01:07:44.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.error_if_exists: 0 2024-04-16T01:07:44.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.create_if_missing: 0 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.paranoid_checks: 1 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.env: 0x559f0a5a1820 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.fs: PosixFileSystem 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.info_log: 0x559f0cd8d520 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_file_opening_threads: 16 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.statistics: (nil) 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.use_fsync: 0 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_log_file_size: 0 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-16T01:07:44.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.keep_log_file_num: 1000 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.recycle_log_file_num: 0 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.allow_fallocate: 1 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.allow_mmap_reads: 0 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.allow_mmap_writes: 0 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.use_direct_reads: 0 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.create_missing_column_families: 0 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.db_log_dir: 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.wal_dir: 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-16T01:07:44.484 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.advise_random_on_open: 1 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.db_write_buffer_size: 0 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.write_buffer_manager: 0x559f0c002140 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.rate_limiter: (nil) 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.wal_recovery_mode: 2 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.enable_thread_tracking: 0 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.enable_pipelined_write: 0 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.unordered_write: 0 2024-04-16T01:07:44.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.row_cache: None 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.wal_filter: None 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.allow_ingest_behind: 0 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.two_write_queues: 0 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.manual_wal_flush: 0 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.wal_compression: 0 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.atomic_flush: 0 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-16T01:07:44.486 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.log_readahead_size: 0 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.best_efforts_recovery: 0 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.allow_data_in_errors: 0 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.db_host_id: __hostname__ 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_background_jobs: 2 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_background_compactions: -1 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_subcompactions: 1 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-16T01:07:44.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_total_wal_size: 0 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_open_files: -1 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bytes_per_sync: 0 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_readahead_size: 0 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_background_flushes: -1 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Compression algorithms supported: 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: kZSTD supported: 0 2024-04-16T01:07:44.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: kXpressCompression supported: 0 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: kLZ4HCCompression supported: 1 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: kZlibCompression supported: 1 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: kSnappyCompression supported: 1 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: kLZ4Compression supported: 1 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: kBZip2Compression supported: 0 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.merge_operator: 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_filter: None 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_filter_factory: None 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.sst_partitioner_factory: None 2024-04-16T01:07:44.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559f0cd8d620) 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: cache_index_and_filter_blocks: 1 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: pin_top_level_index_and_filter: 1 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: index_type: 0 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: data_block_index_type: 0 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: index_shortening: 1 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: checksum: 4 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: no_block_cache: 0 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache: 0x559f0c0a31f0 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache_name: BinnedLRUCache 2024-04-16T01:07:44.490 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache_options: 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: capacity : 536870912 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: num_shard_bits : 4 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: strict_capacity_limit : 0 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: high_pri_pool_ratio: 0.000 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache_compressed: (nil) 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: persistent_cache: (nil) 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_size: 4096 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_size_deviation: 10 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_restart_interval: 16 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: index_block_restart_interval: 1 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: metadata_block_size: 4096 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: partition_filters: 0 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: use_delta_encoding: 1 2024-04-16T01:07:44.491 INFO:journalctl@ceph.mon.a.smithi071.stdout: filter_policy: bloomfilter 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout: whole_key_filtering: 1 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout: verify_compression: 0 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout: read_amp_bytes_per_bit: 0 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout: format_version: 5 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout: enable_index_compression: 1 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_align: 0 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout: max_auto_readahead_size: 262144 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout: prepopulate_block_cache: 0 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout: initial_auto_readahead_size: 8192 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout: num_file_reads_for_auto_readahead: 2 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.write_buffer_size: 33554432 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_write_buffer_number: 2 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compression: NoCompression 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bottommost_compression: Disabled 2024-04-16T01:07:44.492 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.prefix_extractor: nullptr 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.num_levels: 7 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-16T01:07:44.493 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compression_opts.level: 32767 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compression_opts.strategy: 0 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compression_opts.enabled: false 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.target_file_size_base: 67108864 2024-04-16T01:07:44.494 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.arena_block_size: 1048576 2024-04-16T01:07:44.495 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-16T01:07:44.496 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-16T01:07:44.496 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.disable_auto_compactions: 0 2024-04-16T01:07:44.496 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-16T01:07:44.496 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-16T01:07:44.496 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-16T01:07:44.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-16T01:07:44.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-16T01:07:44.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-16T01:07:44.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-16T01:07:44.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-16T01:07:44.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-16T01:07:44.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-16T01:07:44.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.table_properties_collectors: 2024-04-16T01:07:44.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.inplace_update_support: 0 2024-04-16T01:07:44.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-16T01:07:44.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-16T01:07:44.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.bloom_locality: 0 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.max_successive_merges: 0 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.paranoid_file_checks: 0 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.force_consistency_checks: 1 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.report_bg_io_stats: 0 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.ttl: 2592000 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.enable_blob_files: false 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.min_blob_size: 0 2024-04-16T01:07:44.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.blob_file_size: 268435456 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.blob_file_starting_level: 0 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 35b9492f-2fb3-43e5-9c2b-9f589b2128c4 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713229664216850, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713229664217724, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80449, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 78636, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9896, "raw_average_key_size": 47, "raw_value_size": 72944, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 209, "num_filter_entries": 209, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713229664, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "35b9492f-2fb3-43e5-9c2b-9f589b2128c4", "db_session_id": "EETTCS86Y4XGHB2XZF6H", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713229664217778, "job": 1, "event": "recovery_finished"} 2024-04-16T01:07:44.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559f0c142000 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: DB pointer 0x559f0c130000 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** DB Stats ** 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** Compaction Stats [default] ** 2024-04-16T01:07:44.500 INFO:journalctl@ceph.mon.a.smithi071.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: L0 2/0 80.40 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: Sum 2/0 80.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** Compaction Stats [default] ** 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 135.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-16T01:07:44.501 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative compaction: 0.00 GB write, 27.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval compaction: 0.00 GB write, 27.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout: Block cache BinnedLRUCache@0x559f0c0a31f0#2 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: starting mon.a rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: mon.a@-1(???) e1 preinit fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:07:44.502 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: mon.a@-1(???).mds e1 new map 2024-04-16T01:07:44.503 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: mon.a@-1(???).mds e1 print_map 2024-04-16T01:07:44.503 INFO:journalctl@ceph.mon.a.smithi071.stdout: e1 2024-04-16T01:07:44.503 INFO:journalctl@ceph.mon.a.smithi071.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-16T01:07:44.503 INFO:journalctl@ceph.mon.a.smithi071.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-16T01:07:44.503 INFO:journalctl@ceph.mon.a.smithi071.stdout: legacy client fscid: -1 2024-04-16T01:07:44.503 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-04-16T01:07:44.503 INFO:journalctl@ceph.mon.a.smithi071.stdout: No filesystems configured 2024-04-16T01:07:44.503 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-16T01:07:44.503 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-16T01:07:44.503 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-16T01:07:44.503 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-16T01:07:44.503 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-16T01:07:44.504 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 bash[39572]: 04eb979b63c34c7247be1d5ae70d9a4290cb25aee023890070928d22f1a66d3f 2024-04-16T01:07:44.504 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 systemd[1]: Started Ceph mon.a for 9b20f548-fb8d-11ee-bc8f-c7b262605968. 2024-04-16T01:07:44.504 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-16T01:07:44.504 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: monmap e1: 1 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:07:44.504 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: fsmap 2024-04-16T01:07:44.504 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: osdmap e1: 0 total, 0 up, 0 in 2024-04-16T01:07:44.504 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:44 smithi071 ceph-mon[39590]: mgrmap e1: no daemons active 2024-04-16T01:07:45.244 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-16T01:07:45.267 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-16T01:07:45.267 INFO:teuthology.orchestra.run.smithi071.stdout:Creating mgr... 2024-04-16T01:07:45.267 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-16T01:07:45.268 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-16T01:07:45.463 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mgr.a 2024-04-16T01:07:45.464 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mgr.a.service: Unit ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mgr.a.service not loaded. 2024-04-16T01:07:45.551 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968.target.wants/ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@.service. 2024-04-16T01:07:45.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:45 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/2707198425' entity='client.admin' 2024-04-16T01:07:45.911 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:45 smithi071 systemd[1]: Starting Ceph mgr.a for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:07:46.102 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-16T01:07:46.102 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2024-04-16T01:07:46.110 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-16T01:07:46.110 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-04-16T01:07:46.110 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2024-04-16T01:07:46.110 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to enable service . firewalld.service is not available 2024-04-16T01:07:46.118 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-16T01:07:46.118 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2024-04-16T01:07:46.126 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-16T01:07:46.127 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-04-16T01:07:46.127 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2024-04-16T01:07:46.127 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-16T01:07:46.127 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr to start... 2024-04-16T01:07:46.127 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr... 2024-04-16T01:07:46.374 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:46 smithi071 bash[39801]: 29385941d74c91a3b9b723ddbab2a210ef7455b8c3d431b408c8b8764e1ba51c 2024-04-16T01:07:46.375 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:46 smithi071 systemd[1]: Started Ceph mgr.a for 9b20f548-fb8d-11ee-bc8f-c7b262605968. 2024-04-16T01:07:46.375 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:46 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:46.166+0000 7fcfafa34200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-16T01:07:46.375 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:46 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:46.332+0000 7fcfafa34200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-16T01:07:47.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:46 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/3340966001' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-16T01:07:47.054 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:46 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:46.670+0000 7fcfafa34200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-16T01:07:47.319 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "9b20f548-fb8d-11ee-bc8f-c7b262605968", 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-04-16T01:07:47.320 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-16T01:07:47.321 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-16T01:07:47.322 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-16T01:07:47.323 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-04-16T01:07:39.358372+0000", 2024-04-16T01:07:47.324 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-16T01:07:47.324 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:47.324 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-16T01:07:47.324 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-16T01:07:47.324 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (1/15)... 2024-04-16T01:07:47.425 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:47 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:47.181+0000 7fcfafa34200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-16T01:07:47.803 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:47 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:47.423+0000 7fcfafa34200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-16T01:07:48.303 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:47 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:47.852+0000 7fcfafa34200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-16T01:07:49.053 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:48 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:48.563+0000 7fcfafa34200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-16T01:07:49.053 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:48 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:48.649+0000 7fcfafa34200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-16T01:07:49.521 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:49 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:49.236+0000 7fcfafa34200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-16T01:07:49.521 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:49 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:49.320+0000 7fcfafa34200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-16T01:07:49.521 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:49 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:49.412+0000 7fcfafa34200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-16T01:07:49.803 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:49 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:49.642+0000 7fcfafa34200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-16T01:07:49.803 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:49 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:49.738+0000 7fcfafa34200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-16T01:07:50.167 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:49 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/3727170745' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-16T01:07:50.168 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:49 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:49.834+0000 7fcfafa34200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-16T01:07:50.168 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:50 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:50.070+0000 7fcfafa34200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-16T01:07:50.431 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:50 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:50.166+0000 7fcfafa34200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-16T01:07:50.432 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:50 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:50.352+0000 7fcfafa34200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-16T01:07:50.445 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-16T01:07:50.448 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-16T01:07:50.448 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "9b20f548-fb8d-11ee-bc8f-c7b262605968", 2024-04-16T01:07:50.448 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-04-16T01:07:50.448 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-16T01:07:50.448 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-16T01:07:50.448 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-16T01:07:50.448 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:50.449 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-16T01:07:50.450 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-16T01:07:50.450 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-16T01:07:50.450 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-16T01:07:50.450 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-16T01:07:50.450 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-16T01:07:50.453 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-16T01:07:50.453 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-16T01:07:50.454 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:50.455 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-16T01:07:50.456 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-16T01:07:50.456 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-04-16T01:07:39.358372+0000", 2024-04-16T01:07:50.456 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-16T01:07:50.456 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:07:50.456 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-16T01:07:50.456 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-16T01:07:50.456 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (2/15)... 2024-04-16T01:07:50.803 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:50 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:50.605+0000 7fcfafa34200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-16T01:07:51.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:51 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:51.178+0000 7fcfafa34200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-16T01:07:51.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:51 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:51.386+0000 7fcfafa34200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-16T01:07:52.053 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:51 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:51.578+0000 7fcfafa34200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-16T01:07:52.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:52.230+0000 7fcfafa34200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-16T01:07:52.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:52.424+0000 7fcfafa34200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-16T01:07:53.053 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:52.610+0000 7fcfafa34200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-16T01:07:53.053 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:07:52.725+0000 7fcfafa34200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-16T01:07:53.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: Activating manager daemon a 2024-04-16T01:07:53.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: mgrmap e2: a(active, starting, since 0.00288947s) 2024-04-16T01:07:53.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: from='mgr.14100 172.21.15.71:0/53128283' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-16T01:07:53.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: from='mgr.14100 172.21.15.71:0/53128283' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-16T01:07:53.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: from='mgr.14100 172.21.15.71:0/53128283' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-16T01:07:53.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: from='mgr.14100 172.21.15.71:0/53128283' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:07:53.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: from='mgr.14100 172.21.15.71:0/53128283' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-16T01:07:53.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: Manager daemon a is now available 2024-04-16T01:07:53.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: from='mgr.14100 172.21.15.71:0/53128283' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-16T01:07:53.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: from='mgr.14100 172.21.15.71:0/53128283' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-16T01:07:53.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: from='mgr.14100 172.21.15.71:0/53128283' entity='mgr.a' 2024-04-16T01:07:53.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: from='mgr.14100 172.21.15.71:0/53128283' entity='mgr.a' 2024-04-16T01:07:53.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:52 smithi071 ceph-mon[39590]: from='mgr.14100 172.21.15.71:0/53128283' entity='mgr.a' 2024-04-16T01:07:55.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:54 smithi071 ceph-mon[39590]: mgrmap e3: a(active, since 1.00698s) 2024-04-16T01:07:57.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:56 smithi071 ceph-mon[39590]: mgrmap e4: a(active, since 3s) 2024-04-16T01:07:57.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:07:56 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/2567574958' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-16T01:08:00.469 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-16T01:08:00.469 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-16T01:08:00.469 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "9b20f548-fb8d-11ee-bc8f-c7b262605968", 2024-04-16T01:08:00.469 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-04-16T01:08:00.469 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-16T01:08:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-04-16T01:08:00.471 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-16T01:08:00.471 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:08:00.471 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-16T01:08:00.471 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-16T01:08:00.471 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-16T01:08:00.471 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-16T01:08:00.471 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-16T01:08:00.471 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-16T01:08:00.471 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-16T01:08:00.471 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-16T01:08:00.471 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:08:00.471 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-16T01:08:00.472 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-04-16T01:07:39.358372+0000", 2024-04-16T01:08:00.473 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-16T01:08:00.474 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-16T01:08:00.474 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-16T01:08:00.474 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-16T01:08:00.474 INFO:teuthology.orchestra.run.smithi071.stdout:mgr is available 2024-04-16T01:08:01.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:01 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/3487532768' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-16T01:08:01.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:01 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/3487532768' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-16T01:08:01.828 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-16T01:08:01.828 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [global] 2024-04-16T01:08:01.828 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout fsid = 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:08:01.828 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-16T01:08:01.828 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-16T01:08:01.828 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-16T01:08:01.828 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-16T01:08:01.829 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-16T01:08:01.829 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-16T01:08:01.829 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-16T01:08:01.829 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-16T01:08:01.829 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [osd] 2024-04-16T01:08:01.829 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-16T01:08:01.829 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-16T01:08:01.829 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling cephadm module... 2024-04-16T01:08:02.930 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:02 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: ignoring --setuser ceph since I am not root 2024-04-16T01:08:02.930 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:02 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: ignoring --setgroup ceph since I am not root 2024-04-16T01:08:02.930 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:02 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:02.764+0000 7f0e7019d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-16T01:08:02.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:02 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/2141100981' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-16T01:08:03.252 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:02 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:02.928+0000 7f0e7019d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-16T01:08:03.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:03 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:03.256+0000 7f0e7019d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-16T01:08:03.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:03 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/2141100981' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-16T01:08:03.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:03 smithi071 ceph-mon[39590]: mgrmap e5: a(active, since 9s) 2024-04-16T01:08:03.941 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:03 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:03.764+0000 7f0e7019d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-16T01:08:04.279 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:04 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:04.012+0000 7f0e7019d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-16T01:08:04.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:04 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:04.451+0000 7f0e7019d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-16T01:08:04.591 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-16T01:08:04.591 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-16T01:08:04.591 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-16T01:08:04.591 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-16T01:08:04.591 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-16T01:08:04.591 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-16T01:08:04.591 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for the mgr to restart... 2024-04-16T01:08:04.591 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr epoch 5... 2024-04-16T01:08:05.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:04 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/2158689096' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-16T01:08:05.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:05 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:05.184+0000 7f0e7019d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-16T01:08:05.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:05 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:05.271+0000 7f0e7019d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-16T01:08:06.267 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:05 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:05.862+0000 7f0e7019d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-16T01:08:06.268 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:05 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:05.948+0000 7f0e7019d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-16T01:08:06.268 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:06 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:06.035+0000 7f0e7019d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-16T01:08:06.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:06 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:06.265+0000 7f0e7019d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-16T01:08:06.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:06 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:06.357+0000 7f0e7019d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-16T01:08:06.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:06 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:06.449+0000 7f0e7019d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-16T01:08:06.961 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:06 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:06.679+0000 7f0e7019d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-16T01:08:06.961 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:06 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:06.774+0000 7f0e7019d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-16T01:08:07.231 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:06 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:06.959+0000 7f0e7019d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-16T01:08:07.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:07 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:07.228+0000 7f0e7019d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-16T01:08:08.207 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:07 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:07.803+0000 7f0e7019d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-16T01:08:08.207 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:08 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:08.012+0000 7f0e7019d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-16T01:08:08.207 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:08 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:08.204+0000 7f0e7019d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-16T01:08:09.227 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:08 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:08.852+0000 7f0e7019d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-16T01:08:09.227 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:09.047+0000 7f0e7019d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-16T01:08:09.227 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:09.224+0000 7f0e7019d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-16T01:08:09.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:09.337+0000 7f0e7019d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-16T01:08:09.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: Active manager daemon a restarted 2024-04-16T01:08:09.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: Activating manager daemon a 2024-04-16T01:08:09.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: osdmap e2: 0 total, 0 up, 0 in 2024-04-16T01:08:09.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: mgrmap e6: a(active, starting, since 0.00311381s) 2024-04-16T01:08:09.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:08:09.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-16T01:08:09.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-16T01:08:09.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-16T01:08:09.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-16T01:08:09.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: Manager daemon a is now available 2024-04-16T01:08:09.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:09.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:09.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:08:09.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:09 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:08:10.726 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:10 smithi071 ceph-mon[39590]: Found migration_current of "None". Setting to last migration. 2024-04-16T01:08:10.726 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:10 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-16T01:08:10.726 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:10 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-16T01:08:10.727 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:10 smithi071 ceph-mon[39590]: mgrmap e7: a(active, since 1.00491s) 2024-04-16T01:08:10.997 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-16T01:08:10.997 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-16T01:08:10.997 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-16T01:08:10.997 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-16T01:08:10.997 INFO:teuthology.orchestra.run.smithi071.stdout:mgr epoch 5 is available 2024-04-16T01:08:10.997 INFO:teuthology.orchestra.run.smithi071.stdout:Setting orchestrator backend to cephadm... 2024-04-16T01:08:11.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:11 smithi071 ceph-mon[39590]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-16T01:08:11.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:11 smithi071 ceph-mon[39590]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-16T01:08:11.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:11 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:11.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:11 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:11.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:11 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:08:12.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:12 smithi071 ceph-mon[39590]: [16/Apr/2024:01:08:10] ENGINE Bus STARTING 2024-04-16T01:08:12.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:12 smithi071 ceph-mon[39590]: [16/Apr/2024:01:08:10] ENGINE Serving on https://172.21.15.71:7150 2024-04-16T01:08:12.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:12 smithi071 ceph-mon[39590]: [16/Apr/2024:01:08:10] ENGINE Serving on http://172.21.15.71:8765 2024-04-16T01:08:12.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:12 smithi071 ceph-mon[39590]: [16/Apr/2024:01:08:10] ENGINE Bus STARTED 2024-04-16T01:08:12.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:12 smithi071 ceph-mon[39590]: mgrmap e8: a(active, since 2s) 2024-04-16T01:08:12.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:12 smithi071 ceph-mon[39590]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:08:12.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:12 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:12.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:12 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:08:13.484 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-16T01:08:13.485 INFO:teuthology.orchestra.run.smithi071.stdout:Generating ssh key... 2024-04-16T01:08:14.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:13 smithi071 ceph-mon[39590]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:08:14.796 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: Generating public/private rsa key pair. 2024-04-16T01:08:14.796 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: Your identification has been saved in /tmp/tmpyd8qrl02/key. 2024-04-16T01:08:14.796 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: Your public key has been saved in /tmp/tmpyd8qrl02/key.pub. 2024-04-16T01:08:14.796 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: The key fingerprint is: 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: SHA256:HwmlJqMVK9d24E5y9shoOD5PNgkyC6Kv7Mf4xDOCJHk ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: The key's randomart image is: 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: +---[RSA 3072]----+ 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: | . . . | 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: | = + | 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: | . B @ . | 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: | . * & = . | 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: |=.E = o S + | 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: |*o.= + . . . | 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: |o.+=o = . | 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: |.oooo= . | 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: |o++. . | 2024-04-16T01:08:14.797 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:14 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: +----[SHA256]-----+ 2024-04-16T01:08:15.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:15 smithi071 ceph-mon[39590]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:08:15.670 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:15 smithi071 ceph-mon[39590]: Generating ssh key... 2024-04-16T01:08:15.670 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:15 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:15.670 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:15 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:16.206 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXaWgz4d/VYmctPSvDH6URXfMBsu8nEBX3p3bt6uGR5vxznSThvt0ACuQYCsZjlSKMBgIIzHRa41or05wXUKfeISAFASUsBADMb01VQPVRejPHxcwgwR9gmz+0yNGNXNOEvObTdD0h3z7NYHCJHOwPM+iueyLtlxM7DtjM3z/hnbRrXyJPMytSi3jpd4+7GB0CfmaFKAR0OT5qcct2heUzvPYDJhJao3NADN3haGNpfAiXXHyTjh2P2jbxmB2+5qDDnXf+ep9T3oElNJvLjHRFN7DbKSgjUL5ryLvSwr43if7c5CLtpOla8860wYnPbAiUGGlYIvyq0/rq5MBPSscP9/ljPm1Y2ldQE0OGq6emQQ/thPMpwAsHNu5DXLCFWjGsagTug3MsGjzbg9aN9JebUrcs/kw9QUPi8ZHuFZn544aLnloP3UKxcah+ElP3jasbpyB6kUsmeBr9KbQMd9YS3Mwyvhy3TxIjjH/MYT1uITtIgs+klYWFMb8yDSJMjjk= ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:08:16.206 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-16T01:08:16.206 INFO:teuthology.orchestra.run.smithi071.stdout:Adding key to root@localhost authorized_keys... 2024-04-16T01:08:16.206 INFO:teuthology.orchestra.run.smithi071.stdout:Adding host smithi071... 2024-04-16T01:08:17.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:16 smithi071 ceph-mon[39590]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:08:18.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:17 smithi071 ceph-mon[39590]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "addr": "172.21.15.71", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:08:18.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:17 smithi071 ceph-mon[39590]: Deploying cephadm binary to smithi071 2024-04-16T01:08:19.583 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Added host 'smithi071' with addr '172.21.15.71' 2024-04-16T01:08:19.584 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying unmanaged mon service... 2024-04-16T01:08:20.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:19 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:20.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:19 smithi071 ceph-mon[39590]: Added host smithi071 2024-04-16T01:08:20.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:19 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:08:21.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:21 smithi071 ceph-mon[39590]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:08:21.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:21 smithi071 ceph-mon[39590]: Saving service mon spec with placement count:5 2024-04-16T01:08:21.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:21 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:21.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:21 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:21.602 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-16T01:08:21.602 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying unmanaged mgr service... 2024-04-16T01:08:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:22 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:23.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:22 smithi071 ceph-mon[39590]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:08:23.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:22 smithi071 ceph-mon[39590]: Saving service mgr spec with placement count:2 2024-04-16T01:08:23.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:22 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:23.354 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-16T01:08:24.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:24 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:25.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:25 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/1007188434' entity='client.admin' 2024-04-16T01:08:25.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:25 smithi071 ceph-mon[39590]: from='mgr.14118 172.21.15.71:0/2528457531' entity='mgr.a' 2024-04-16T01:08:26.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:26 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/37849517' entity='client.admin' 2024-04-16T01:08:27.892 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling the dashboard module... 2024-04-16T01:08:28.978 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:28 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: ignoring --setuser ceph since I am not root 2024-04-16T01:08:28.978 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:28 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: ignoring --setgroup ceph since I am not root 2024-04-16T01:08:28.978 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:28 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:28.814+0000 7fd0fd3c1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-16T01:08:28.979 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:28 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/3416772637' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-16T01:08:29.292 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:28 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:28.977+0000 7fd0fd3c1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-16T01:08:29.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:29 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:29.306+0000 7fd0fd3c1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-16T01:08:30.053 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:29 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:29.809+0000 7fd0fd3c1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-16T01:08:30.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:29 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/3416772637' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-16T01:08:30.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:29 smithi071 ceph-mon[39590]: mgrmap e9: a(active, since 19s) 2024-04-16T01:08:30.503 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:30 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:30.057+0000 7fd0fd3c1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-16T01:08:30.613 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-16T01:08:30.614 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-16T01:08:30.614 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-16T01:08:30.614 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-16T01:08:30.614 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-16T01:08:30.614 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-16T01:08:30.614 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for the mgr to restart... 2024-04-16T01:08:30.614 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr epoch 9... 2024-04-16T01:08:30.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:30 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/826265527' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-16T01:08:30.803 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:30 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:30.501+0000 7fd0fd3c1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-16T01:08:31.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:31 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:31.232+0000 7fd0fd3c1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-16T01:08:31.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:31 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:31.318+0000 7fd0fd3c1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-16T01:08:32.303 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:31 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:31.908+0000 7fd0fd3c1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-16T01:08:32.303 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:31 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:31.992+0000 7fd0fd3c1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-16T01:08:32.303 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:32 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:32.079+0000 7fd0fd3c1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-16T01:08:32.716 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:32 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:32.302+0000 7fd0fd3c1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-16T01:08:32.716 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:32 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:32.394+0000 7fd0fd3c1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-16T01:08:32.716 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:32 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:32.487+0000 7fd0fd3c1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-16T01:08:32.717 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:32 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:32.714+0000 7fd0fd3c1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-16T01:08:32.996 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:32 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:32.810+0000 7fd0fd3c1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-16T01:08:33.303 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:32 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:32.993+0000 7fd0fd3c1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-16T01:08:33.303 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:33 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:33.242+0000 7fd0fd3c1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-16T01:08:34.218 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:33 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:33.815+0000 7fd0fd3c1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-16T01:08:34.219 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:34 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:34.024+0000 7fd0fd3c1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-16T01:08:34.219 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:34 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:34.216+0000 7fd0fd3c1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-16T01:08:35.242 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:34 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:34.866+0000 7fd0fd3c1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-16T01:08:35.242 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:35.061+0000 7fd0fd3c1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-16T01:08:35.553 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:35.239+0000 7fd0fd3c1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-16T01:08:35.554 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:08:35.353+0000 7fd0fd3c1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-16T01:08:35.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-mon[39590]: Active manager daemon a restarted 2024-04-16T01:08:35.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-mon[39590]: Activating manager daemon a 2024-04-16T01:08:35.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-mon[39590]: osdmap e3: 0 total, 0 up, 0 in 2024-04-16T01:08:35.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-mon[39590]: mgrmap e10: a(active, starting, since 0.00335071s) 2024-04-16T01:08:35.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:08:35.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-16T01:08:35.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-16T01:08:35.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-16T01:08:35.556 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-16T01:08:35.556 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-mon[39590]: Manager daemon a is now available 2024-04-16T01:08:35.556 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:35 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:08:36.727 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:36 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-16T01:08:36.728 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:36 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-16T01:08:36.728 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:36 smithi071 ceph-mon[39590]: mgrmap e11: a(active, since 1.00561s) 2024-04-16T01:08:36.989 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-16T01:08:36.989 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-16T01:08:36.989 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-16T01:08:36.989 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-16T01:08:36.989 INFO:teuthology.orchestra.run.smithi071.stdout:mgr epoch 9 is available 2024-04-16T01:08:36.989 INFO:teuthology.orchestra.run.smithi071.stdout:Generating a dashboard self-signed certificate... 2024-04-16T01:08:37.974 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:37 smithi071 ceph-mon[39590]: [16/Apr/2024:01:08:35] ENGINE Bus STARTING 2024-04-16T01:08:37.974 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:37 smithi071 ceph-mon[39590]: [16/Apr/2024:01:08:36] ENGINE Serving on http://172.21.15.71:8765 2024-04-16T01:08:37.975 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:37 smithi071 ceph-mon[39590]: [16/Apr/2024:01:08:36] ENGINE Serving on https://172.21.15.71:7150 2024-04-16T01:08:37.975 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:37 smithi071 ceph-mon[39590]: [16/Apr/2024:01:08:36] ENGINE Bus STARTED 2024-04-16T01:08:37.975 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:37 smithi071 ceph-mon[39590]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-16T01:08:37.975 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:37 smithi071 ceph-mon[39590]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-16T01:08:37.975 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:37 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:37.975 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:37 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:39.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:38 smithi071 ceph-mon[39590]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:08:39.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:38 smithi071 ceph-mon[39590]: mgrmap e12: a(active, since 2s) 2024-04-16T01:08:39.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:38 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:39.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:38 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:39.344 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-16T01:08:39.344 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial admin user... 2024-04-16T01:08:40.925 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$zhOqIeAMgG6VjE1mEjh2aODyYjuOTADKTYKGD9hJLWGKasarYRp0e", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713229720, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-16T01:08:40.925 INFO:teuthology.orchestra.run.smithi071.stdout:Fetching dashboard port number... 2024-04-16T01:08:41.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:41 smithi071 ceph-mon[39590]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:08:41.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:41 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:42.123 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 8443 2024-04-16T01:08:42.133 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-16T01:08:42.133 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2024-04-16T01:08:42.140 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-16T01:08:42.140 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-04-16T01:08:42.140 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2024-04-16T01:08:42.141 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-16T01:08:42.142 INFO:teuthology.orchestra.run.smithi071.stdout:Ceph Dashboard is now available at: 2024-04-16T01:08:42.142 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:08:42.142 INFO:teuthology.orchestra.run.smithi071.stdout: URL: https://smithi071.front.sepia.ceph.com:8443/ 2024-04-16T01:08:42.142 INFO:teuthology.orchestra.run.smithi071.stdout: User: admin 2024-04-16T01:08:42.143 INFO:teuthology.orchestra.run.smithi071.stdout: Password: vnxvbsa520 2024-04-16T01:08:42.143 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:08:42.143 INFO:teuthology.orchestra.run.smithi071.stdout:Saving cluster configuration to /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config directory 2024-04-16T01:08:42.143 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling autotune for osd_memory_target 2024-04-16T01:08:42.389 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:42 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/3769568506' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-16T01:08:43.416 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:43 smithi071 ceph-mon[39590]: mgrmap e13: a(active, since 6s) 2024-04-16T01:08:44.820 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-16T01:08:44.820 INFO:teuthology.orchestra.run.smithi071.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout:Or, if you are only running a single cluster on this host: 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: ceph telemetry on 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout:For more information see: 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-16T01:08:44.821 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:08:44.822 INFO:teuthology.orchestra.run.smithi071.stdout:Bootstrap complete. 2024-04-16T01:08:44.857 INFO:tasks.cephadm:Fetching config... 2024-04-16T01:08:44.857 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:08:44.857 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-16T01:08:44.876 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-16T01:08:44.876 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:08:44.876 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-16T01:08:44.935 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-16T01:08:44.935 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:08:44.935 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-16T01:08:45.002 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-16T01:08:45.003 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:08:45.003 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-16T01:08:45.061 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-16T01:08:45.062 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXaWgz4d/VYmctPSvDH6URXfMBsu8nEBX3p3bt6uGR5vxznSThvt0ACuQYCsZjlSKMBgIIzHRa41or05wXUKfeISAFASUsBADMb01VQPVRejPHxcwgwR9gmz+0yNGNXNOEvObTdD0h3z7NYHCJHOwPM+iueyLtlxM7DtjM3z/hnbRrXyJPMytSi3jpd4+7GB0CfmaFKAR0OT5qcct2heUzvPYDJhJao3NADN3haGNpfAiXXHyTjh2P2jbxmB2+5qDDnXf+ep9T3oElNJvLjHRFN7DbKSgjUL5ryLvSwr43if7c5CLtpOla8860wYnPbAiUGGlYIvyq0/rq5MBPSscP9/ljPm1Y2ldQE0OGq6emQQ/thPMpwAsHNu5DXLCFWjGsagTug3MsGjzbg9aN9JebUrcs/kw9QUPi8ZHuFZn544aLnloP3UKxcah+ElP3jasbpyB6kUsmeBr9KbQMd9YS3Mwyvhy3TxIjjH/MYT1uITtIgs+klYWFMb8yDSJMjjk= ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-16T01:08:45.137 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXaWgz4d/VYmctPSvDH6URXfMBsu8nEBX3p3bt6uGR5vxznSThvt0ACuQYCsZjlSKMBgIIzHRa41or05wXUKfeISAFASUsBADMb01VQPVRejPHxcwgwR9gmz+0yNGNXNOEvObTdD0h3z7NYHCJHOwPM+iueyLtlxM7DtjM3z/hnbRrXyJPMytSi3jpd4+7GB0CfmaFKAR0OT5qcct2heUzvPYDJhJao3NADN3haGNpfAiXXHyTjh2P2jbxmB2+5qDDnXf+ep9T3oElNJvLjHRFN7DbKSgjUL5ryLvSwr43if7c5CLtpOla8860wYnPbAiUGGlYIvyq0/rq5MBPSscP9/ljPm1Y2ldQE0OGq6emQQ/thPMpwAsHNu5DXLCFWjGsagTug3MsGjzbg9aN9JebUrcs/kw9QUPi8ZHuFZn544aLnloP3UKxcah+ElP3jasbpyB6kUsmeBr9KbQMd9YS3Mwyvhy3TxIjjH/MYT1uITtIgs+klYWFMb8yDSJMjjk= ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:08:45.148 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXaWgz4d/VYmctPSvDH6URXfMBsu8nEBX3p3bt6uGR5vxznSThvt0ACuQYCsZjlSKMBgIIzHRa41or05wXUKfeISAFASUsBADMb01VQPVRejPHxcwgwR9gmz+0yNGNXNOEvObTdD0h3z7NYHCJHOwPM+iueyLtlxM7DtjM3z/hnbRrXyJPMytSi3jpd4+7GB0CfmaFKAR0OT5qcct2heUzvPYDJhJao3NADN3haGNpfAiXXHyTjh2P2jbxmB2+5qDDnXf+ep9T3oElNJvLjHRFN7DbKSgjUL5ryLvSwr43if7c5CLtpOla8860wYnPbAiUGGlYIvyq0/rq5MBPSscP9/ljPm1Y2ldQE0OGq6emQQ/thPMpwAsHNu5DXLCFWjGsagTug3MsGjzbg9aN9JebUrcs/kw9QUPi8ZHuFZn544aLnloP3UKxcah+ElP3jasbpyB6kUsmeBr9KbQMd9YS3Mwyvhy3TxIjjH/MYT1uITtIgs+klYWFMb8yDSJMjjk= ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-16T01:08:45.193 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXaWgz4d/VYmctPSvDH6URXfMBsu8nEBX3p3bt6uGR5vxznSThvt0ACuQYCsZjlSKMBgIIzHRa41or05wXUKfeISAFASUsBADMb01VQPVRejPHxcwgwR9gmz+0yNGNXNOEvObTdD0h3z7NYHCJHOwPM+iueyLtlxM7DtjM3z/hnbRrXyJPMytSi3jpd4+7GB0CfmaFKAR0OT5qcct2heUzvPYDJhJao3NADN3haGNpfAiXXHyTjh2P2jbxmB2+5qDDnXf+ep9T3oElNJvLjHRFN7DbKSgjUL5ryLvSwr43if7c5CLtpOla8860wYnPbAiUGGlYIvyq0/rq5MBPSscP9/ljPm1Y2ldQE0OGq6emQQ/thPMpwAsHNu5DXLCFWjGsagTug3MsGjzbg9aN9JebUrcs/kw9QUPi8ZHuFZn544aLnloP3UKxcah+ElP3jasbpyB6kUsmeBr9KbQMd9YS3Mwyvhy3TxIjjH/MYT1uITtIgs+klYWFMb8yDSJMjjk= ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:08:45.205 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXaWgz4d/VYmctPSvDH6URXfMBsu8nEBX3p3bt6uGR5vxznSThvt0ACuQYCsZjlSKMBgIIzHRa41or05wXUKfeISAFASUsBADMb01VQPVRejPHxcwgwR9gmz+0yNGNXNOEvObTdD0h3z7NYHCJHOwPM+iueyLtlxM7DtjM3z/hnbRrXyJPMytSi3jpd4+7GB0CfmaFKAR0OT5qcct2heUzvPYDJhJao3NADN3haGNpfAiXXHyTjh2P2jbxmB2+5qDDnXf+ep9T3oElNJvLjHRFN7DbKSgjUL5ryLvSwr43if7c5CLtpOla8860wYnPbAiUGGlYIvyq0/rq5MBPSscP9/ljPm1Y2ldQE0OGq6emQQ/thPMpwAsHNu5DXLCFWjGsagTug3MsGjzbg9aN9JebUrcs/kw9QUPi8ZHuFZn544aLnloP3UKxcah+ElP3jasbpyB6kUsmeBr9KbQMd9YS3Mwyvhy3TxIjjH/MYT1uITtIgs+klYWFMb8yDSJMjjk= ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-16T01:08:45.249 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXaWgz4d/VYmctPSvDH6URXfMBsu8nEBX3p3bt6uGR5vxznSThvt0ACuQYCsZjlSKMBgIIzHRa41or05wXUKfeISAFASUsBADMb01VQPVRejPHxcwgwR9gmz+0yNGNXNOEvObTdD0h3z7NYHCJHOwPM+iueyLtlxM7DtjM3z/hnbRrXyJPMytSi3jpd4+7GB0CfmaFKAR0OT5qcct2heUzvPYDJhJao3NADN3haGNpfAiXXHyTjh2P2jbxmB2+5qDDnXf+ep9T3oElNJvLjHRFN7DbKSgjUL5ryLvSwr43if7c5CLtpOla8860wYnPbAiUGGlYIvyq0/rq5MBPSscP9/ljPm1Y2ldQE0OGq6emQQ/thPMpwAsHNu5DXLCFWjGsagTug3MsGjzbg9aN9JebUrcs/kw9QUPi8ZHuFZn544aLnloP3UKxcah+ElP3jasbpyB6kUsmeBr9KbQMd9YS3Mwyvhy3TxIjjH/MYT1uITtIgs+klYWFMb8yDSJMjjk= ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:08:45.261 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-16T01:08:45.501 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:08:45.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:45 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/1045321460' entity='client.admin' 2024-04-16T01:08:49.147 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-16T01:08:49.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-16T01:08:49.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:49 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/1241620874' entity='client.admin' 2024-04-16T01:08:49.590 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:08:50.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:50.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:50.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:08:50.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:50.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:08:50.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:52.237 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi098 2024-04-16T01:08:52.238 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-16T01:08:52.238 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.conf 2024-04-16T01:08:52.259 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-16T01:08:52.259 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-16T01:08:52.319 INFO:tasks.cephadm:Adding host smithi098 to orchestrator... 2024-04-16T01:08:52.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph orch host add smithi098 2024-04-16T01:08:52.534 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:08:52.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:52 smithi071 ceph-mon[39590]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:08:52.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:52 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:52.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:52 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:08:52.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:52 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:08:52.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:52 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:08:52.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:52 smithi071 ceph-mon[39590]: Updating smithi071:/etc/ceph/ceph.conf 2024-04-16T01:08:52.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:52 smithi071 ceph-mon[39590]: Updating smithi071:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:08:52.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:52 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:52.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:52 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:52.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:52 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:53.680 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:53 smithi071 ceph-mon[39590]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-04-16T01:08:53.680 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:53 smithi071 ceph-mon[39590]: Updating smithi071:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-16T01:08:55.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:54 smithi071 ceph-mon[39590]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:08:56.477 INFO:teuthology.orchestra.run.smithi071.stdout:Added host 'smithi098' with addr '172.21.15.98' 2024-04-16T01:08:56.734 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:56 smithi071 ceph-mon[39590]: Deploying cephadm binary to smithi098 2024-04-16T01:08:56.734 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:56 smithi071 ceph-mon[39590]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:08:57.124 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph orch host ls --format=json 2024-04-16T01:08:57.336 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:08:57.756 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:57 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:57.757 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:57 smithi071 ceph-mon[39590]: Added host smithi098 2024-04-16T01:08:57.757 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:57 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:08:57.757 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:57 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:57.757 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:57 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:58.756 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:58 smithi071 ceph-mon[39590]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:08:58.756 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:08:58 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:08:59.063 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:08:59.063 INFO:teuthology.orchestra.run.smithi071.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}] 2024-04-16T01:08:59.729 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi133 2024-04-16T01:08:59.729 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-16T01:08:59.729 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.conf 2024-04-16T01:08:59.751 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-16T01:08:59.751 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-16T01:08:59.813 INFO:tasks.cephadm:Adding host smithi133 to orchestrator... 2024-04-16T01:08:59.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph orch host add smithi133 2024-04-16T01:09:00.028 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:09:00.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:00 smithi071 ceph-mon[39590]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-16T01:09:00.745 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:00 smithi071 ceph-mon[39590]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:02.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:02.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:02.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:02.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:02.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:09:02.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:02.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:02.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: Updating smithi098:/etc/ceph/ceph.conf 2024-04-16T01:09:02.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: Updating smithi098:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:02.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:02.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-04-16T01:09:02.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: Updating smithi098:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-16T01:09:02.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:09:02.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:02.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:02.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:03.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:03 smithi071 ceph-mon[39590]: Deploying cephadm binary to smithi133 2024-04-16T01:09:03.857 INFO:teuthology.orchestra.run.smithi071.stdout:Added host 'smithi133' with addr '172.21.15.133' 2024-04-16T01:09:04.186 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:04 smithi071 ceph-mon[39590]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:04.186 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:04 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:04.186 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:04 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:04.444 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph orch host ls --format=json 2024-04-16T01:09:04.659 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:09:05.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:05 smithi071 ceph-mon[39590]: Added host smithi133 2024-04-16T01:09:05.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:05 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:05.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:05 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:06.513 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:09:06.513 INFO:teuthology.orchestra.run.smithi071.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}] 2024-04-16T01:09:06.538 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:06 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:06.539 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:06 smithi071 ceph-mon[39590]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:07.159 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-16T01:09:07.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph osd crush tunables default 2024-04-16T01:09:07.374 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:09:07.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:07 smithi071 ceph-mon[39590]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-16T01:09:08.480 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:08 smithi071 ceph-mon[39590]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:09.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:09.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:09.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:09.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:09.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:09:09.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:09.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:09.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-16T01:09:09.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: Updating smithi133:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:09.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:09.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:09.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:09.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:09 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/921828762' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-16T01:09:10.223 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2024-04-16T01:09:10.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:10 smithi071 ceph-mon[39590]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-16T01:09:10.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:10 smithi071 ceph-mon[39590]: Updating smithi133:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-16T01:09:10.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:10 smithi071 ceph-mon[39590]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:10.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:10 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/921828762' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-16T01:09:10.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:10 smithi071 ceph-mon[39590]: osdmap e4: 0 total, 0 up, 0 in 2024-04-16T01:09:10.904 INFO:tasks.cephadm:Adding mon.a on smithi071 2024-04-16T01:09:10.904 INFO:tasks.cephadm:Adding mon.b on smithi098 2024-04-16T01:09:10.904 INFO:tasks.cephadm:Adding mon.c on smithi133 2024-04-16T01:09:10.904 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph orch apply mon '3;smithi071:172.21.15.71=a;smithi098:172.21.15.98=b;smithi133:172.21.15.133=c' 2024-04-16T01:09:11.149 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:12.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:12 smithi071 ceph-mon[39590]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:12.821 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mon update... 2024-04-16T01:09:13.477 DEBUG:teuthology.orchestra.run.smithi098:mon.b> sudo journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.b.service 2024-04-16T01:09:13.480 DEBUG:teuthology.orchestra.run.smithi133:mon.c> sudo journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.c.service 2024-04-16T01:09:13.483 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-16T01:09:13.483 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-16T01:09:13.511 INFO:journalctl@ceph.mon.c.smithi133.stdout:-- Logs begin at Tue 2024-04-16 00:56:30 UTC. -- 2024-04-16T01:09:13.516 INFO:journalctl@ceph.mon.b.smithi098.stdout:-- Logs begin at Tue 2024-04-16 00:56:27 UTC. -- 2024-04-16T01:09:14.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:13 smithi071 ceph-mon[39590]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi071:172.21.15.71=a;smithi098:172.21.15.98=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:09:14.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:13 smithi071 ceph-mon[39590]: Saving service mon spec with placement smithi071:172.21.15.71=a;smithi098:172.21.15.98=b;smithi133:172.21.15.133=c;count:3 2024-04-16T01:09:14.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:13 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:14.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:13 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:14.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:13 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:14.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:13 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:14.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:13 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:14.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:13 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:14.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:13 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:14.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:13 smithi071 ceph-mon[39590]: Deploying daemon mon.c on smithi133 2024-04-16T01:09:14.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:13 smithi071 ceph-mon[39590]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:14.492 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:16.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:16 smithi071 ceph-mon[39590]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:17.385 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:09:17.385 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"9b20f548-fb8d-11ee-bc8f-c7b262605968","modified":"2024-04-16T01:07:36.725282Z","created":"2024-04-16T01:07:36.725282Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-16T01:09:17.388 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-04-16T01:09:17.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:17 smithi133 bash[44735]: e1dc6f264ad9669342ef719d168a346a64437c74a064cb050933b44a2539924b 2024-04-16T01:09:17.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:17 smithi133 systemd[1]: Started Ceph mon.c for 9b20f548-fb8d-11ee-bc8f-c7b262605968. 2024-04-16T01:09:17.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:17 smithi071 ceph-mon[39590]: from='client.? 172.21.15.133:0/3491982426' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:09:19.030 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-16T01:09:19.031 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-16T01:09:19.259 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.c/config 2024-04-16T01:09:22.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:22.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:09:22.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:22.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: mon.a calling monitor election 2024-04-16T01:09:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: mon.c calling monitor election 2024-04-16T01:09:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-16T01:09:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: monmap e2: 2 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:09:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: fsmap 2024-04-16T01:09:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: osdmap e4: 0 total, 0 up, 0 in 2024-04-16T01:09:22.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: mgrmap e13: a(active, since 47s) 2024-04-16T01:09:22.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: overall HEALTH_OK 2024-04-16T01:09:22.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:22.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:22.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:22.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:22.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:22 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:23.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:23.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:09:23.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:23.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: mon.a calling monitor election 2024-04-16T01:09:23.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: mon.c calling monitor election 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: monmap e2: 2 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: fsmap 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: osdmap e4: 0 total, 0 up, 0 in 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: mgrmap e13: a(active, since 47s) 2024-04-16T01:09:23.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: overall HEALTH_OK 2024-04-16T01:09:23.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:23.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:23.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:23.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:23.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:22 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:23.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:23 smithi133 ceph-mon[44777]: Deploying daemon mon.b on smithi098 2024-04-16T01:09:23.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:23 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:23.953 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:09:23.953 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":2,"fsid":"9b20f548-fb8d-11ee-bc8f-c7b262605968","modified":"2024-04-16T01:09:17.453992Z","created":"2024-04-16T01:07:36.725282Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-16T01:09:23.954 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 2 2024-04-16T01:09:24.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:23 smithi071 ceph-mon[39590]: Deploying daemon mon.b on smithi098 2024-04-16T01:09:24.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:23 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:24.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:24 smithi071 ceph-mon[39590]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:24.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:24 smithi071 ceph-mon[39590]: from='client.? 172.21.15.133:0/2762533241' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:09:24.803 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:09:24 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a[39816]: 2024-04-16T01:09:24.453+0000 7fd0bfe57700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-16T01:09:24.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:24 smithi133 ceph-mon[44777]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:24.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:24 smithi133 ceph-mon[44777]: from='client.? 172.21.15.133:0/2762533241' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:09:25.517 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-16T01:09:25.517 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-16T01:09:25.744 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.c/config 2024-04-16T01:09:25.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 systemd[1]: Starting Ceph mon.b for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:09:26.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: set uid:gid to 167:167 (ceph:ceph) 2024-04-16T01:09:26.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: ceph version 18.2.2-1221-ge3fb05d5 (e3fb05d5e6da84b5c44db3f3051c4d242f9809c1) reef (stable), process ceph-mon, pid 2 2024-04-16T01:09:26.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: pidfile_write: ignore empty --pid-file 2024-04-16T01:09:26.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: load: jerasure load: lrc 2024-04-16T01:09:26.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: RocksDB version: 7.9.2 2024-04-16T01:09:26.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Git sha 0 2024-04-16T01:09:26.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Compile date 2024-04-14 15:03:13 2024-04-16T01:09:26.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: DB SUMMARY 2024-04-16T01:09:26.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: DB Session ID: ZYELZ637XFY5RLZ4TV1V 2024-04-16T01:09:26.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: CURRENT file: CURRENT 2024-04-16T01:09:26.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: IDENTITY file: IDENTITY 2024-04-16T01:09:26.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-16T01:09:26.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-16T01:09:26.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.error_if_exists: 0 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.create_if_missing: 0 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.paranoid_checks: 1 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.env: 0x5596f1cd0820 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.fs: PosixFileSystem 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.info_log: 0x5596f45bd520 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_file_opening_threads: 16 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.statistics: (nil) 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.use_fsync: 0 2024-04-16T01:09:26.305 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_log_file_size: 0 2024-04-16T01:09:26.306 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-16T01:09:26.306 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-16T01:09:26.306 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.keep_log_file_num: 1000 2024-04-16T01:09:26.306 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.recycle_log_file_num: 0 2024-04-16T01:09:26.306 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.allow_fallocate: 1 2024-04-16T01:09:26.306 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.allow_mmap_reads: 0 2024-04-16T01:09:26.306 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.allow_mmap_writes: 0 2024-04-16T01:09:26.306 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.use_direct_reads: 0 2024-04-16T01:09:26.306 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-16T01:09:26.306 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.create_missing_column_families: 0 2024-04-16T01:09:26.306 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.db_log_dir: 2024-04-16T01:09:26.306 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.wal_dir: 2024-04-16T01:09:26.307 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-16T01:09:26.307 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-16T01:09:26.307 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-16T01:09:26.307 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-16T01:09:26.307 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-16T01:09:26.307 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-16T01:09:26.307 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.advise_random_on_open: 1 2024-04-16T01:09:26.307 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.db_write_buffer_size: 0 2024-04-16T01:09:26.307 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.write_buffer_manager: 0x5596f3832140 2024-04-16T01:09:26.307 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-16T01:09:26.307 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-16T01:09:26.307 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.rate_limiter: (nil) 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.wal_recovery_mode: 2 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.enable_thread_tracking: 0 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.enable_pipelined_write: 0 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.unordered_write: 0 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.row_cache: None 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.wal_filter: None 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-16T01:09:26.308 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.allow_ingest_behind: 0 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.two_write_queues: 0 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.manual_wal_flush: 0 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.wal_compression: 0 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.atomic_flush: 0 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.log_readahead_size: 0 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.best_efforts_recovery: 0 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-16T01:09:26.309 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.allow_data_in_errors: 0 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.db_host_id: __hostname__ 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_background_jobs: 2 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_background_compactions: -1 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_subcompactions: 1 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_total_wal_size: 0 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-16T01:09:26.310 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_open_files: -1 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bytes_per_sync: 0 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_readahead_size: 0 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_background_flushes: -1 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Compression algorithms supported: 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: kZSTD supported: 0 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: kXpressCompression supported: 0 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: kLZ4HCCompression supported: 1 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: kZlibCompression supported: 1 2024-04-16T01:09:26.311 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: kSnappyCompression supported: 1 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: kLZ4Compression supported: 1 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: kBZip2Compression supported: 0 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.merge_operator: 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_filter: None 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_filter_factory: None 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.sst_partitioner_factory: None 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-16T01:09:26.312 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5596f45bd620) 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout: cache_index_and_filter_blocks: 1 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout: pin_top_level_index_and_filter: 1 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout: index_type: 0 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout: data_block_index_type: 0 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout: index_shortening: 1 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout: checksum: 4 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout: no_block_cache: 0 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_cache: 0x5596f38d31f0 2024-04-16T01:09:26.313 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_cache_name: BinnedLRUCache 2024-04-16T01:09:26.314 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_cache_options: 2024-04-16T01:09:26.314 INFO:journalctl@ceph.mon.b.smithi098.stdout: capacity : 536870912 2024-04-16T01:09:26.314 INFO:journalctl@ceph.mon.b.smithi098.stdout: num_shard_bits : 4 2024-04-16T01:09:26.314 INFO:journalctl@ceph.mon.b.smithi098.stdout: strict_capacity_limit : 0 2024-04-16T01:09:26.314 INFO:journalctl@ceph.mon.b.smithi098.stdout: high_pri_pool_ratio: 0.000 2024-04-16T01:09:26.314 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_cache_compressed: (nil) 2024-04-16T01:09:26.314 INFO:journalctl@ceph.mon.b.smithi098.stdout: persistent_cache: (nil) 2024-04-16T01:09:26.314 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_size: 4096 2024-04-16T01:09:26.314 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_size_deviation: 10 2024-04-16T01:09:26.314 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_restart_interval: 16 2024-04-16T01:09:26.314 INFO:journalctl@ceph.mon.b.smithi098.stdout: index_block_restart_interval: 1 2024-04-16T01:09:26.314 INFO:journalctl@ceph.mon.b.smithi098.stdout: metadata_block_size: 4096 2024-04-16T01:09:26.315 INFO:journalctl@ceph.mon.b.smithi098.stdout: partition_filters: 0 2024-04-16T01:09:26.315 INFO:journalctl@ceph.mon.b.smithi098.stdout: use_delta_encoding: 1 2024-04-16T01:09:26.315 INFO:journalctl@ceph.mon.b.smithi098.stdout: filter_policy: bloomfilter 2024-04-16T01:09:26.315 INFO:journalctl@ceph.mon.b.smithi098.stdout: whole_key_filtering: 1 2024-04-16T01:09:26.315 INFO:journalctl@ceph.mon.b.smithi098.stdout: verify_compression: 0 2024-04-16T01:09:26.315 INFO:journalctl@ceph.mon.b.smithi098.stdout: read_amp_bytes_per_bit: 0 2024-04-16T01:09:26.315 INFO:journalctl@ceph.mon.b.smithi098.stdout: format_version: 5 2024-04-16T01:09:26.315 INFO:journalctl@ceph.mon.b.smithi098.stdout: enable_index_compression: 1 2024-04-16T01:09:26.315 INFO:journalctl@ceph.mon.b.smithi098.stdout: block_align: 0 2024-04-16T01:09:26.315 INFO:journalctl@ceph.mon.b.smithi098.stdout: max_auto_readahead_size: 262144 2024-04-16T01:09:26.315 INFO:journalctl@ceph.mon.b.smithi098.stdout: prepopulate_block_cache: 0 2024-04-16T01:09:26.315 INFO:journalctl@ceph.mon.b.smithi098.stdout: initial_auto_readahead_size: 8192 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout: num_file_reads_for_auto_readahead: 2 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.write_buffer_size: 33554432 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_write_buffer_number: 2 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compression: NoCompression 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bottommost_compression: Disabled 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.prefix_extractor: nullptr 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.num_levels: 7 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-16T01:09:26.316 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compression_opts.level: 32767 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compression_opts.strategy: 0 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-16T01:09:26.317 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compression_opts.enabled: false 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.target_file_size_base: 67108864 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-16T01:09:26.318 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.arena_block_size: 1048576 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.disable_auto_compactions: 0 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-16T01:09:26.319 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-16T01:09:26.320 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-16T01:09:26.321 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-16T01:09:26.321 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-16T01:09:26.321 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-16T01:09:26.321 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-16T01:09:26.321 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-16T01:09:26.321 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-16T01:09:26.321 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.table_properties_collectors: 2024-04-16T01:09:26.321 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.inplace_update_support: 0 2024-04-16T01:09:26.321 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-16T01:09:26.321 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-16T01:09:26.321 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-16T01:09:26.321 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.bloom_locality: 0 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.max_successive_merges: 0 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.paranoid_file_checks: 0 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.force_consistency_checks: 1 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.report_bg_io_stats: 0 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.ttl: 2592000 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.enable_blob_files: false 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.min_blob_size: 0 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.blob_file_size: 268435456 2024-04-16T01:09:26.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.blob_file_starting_level: 0 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ff0bdf2b-7593-4b27-8c20-f8bb21d469a3 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713229765982872, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713229765983288, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1747, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713229765, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ff0bdf2b-7593-4b27-8c20-f8bb21d469a3", "db_session_id": "ZYELZ637XFY5RLZ4TV1V", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-16T01:09:26.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713229765983364, "job": 1, "event": "recovery_finished"} 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5596f3972000 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: DB pointer 0x5596f3960000 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout: ** DB Stats ** 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-16T01:09:26.324 INFO:journalctl@ceph.mon.b.smithi098.stdout: 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: ** Compaction Stats [default] ** 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: L0 1/0 1.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: Sum 1/0 1.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: ** Compaction Stats [default] ** 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-16T01:09:26.325 INFO:journalctl@ceph.mon.b.smithi098.stdout: 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: Cumulative compaction: 0.00 GB write, 0.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: Interval compaction: 0.00 GB write, 0.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: Block cache BinnedLRUCache@0x5596f38d31f0#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: 2024-04-16T01:09:26.326 INFO:journalctl@ceph.mon.b.smithi098.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: using public_addr v2:172.21.15.98:0/0 -> [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: starting mon.b rank -1 at public addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] at bind addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:25 smithi098 ceph-mon[44639]: mon.b@-1(???) e0 preinit fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).mds e1 new map 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).mds e1 print_map 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout: e1 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout: legacy client fscid: -1 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout: 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout: No filesystems configured 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-16T01:09:26.327 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: Deploying cephadm binary to smithi133 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: Added host smithi133 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.328 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: Updating smithi133:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:26.329 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/921828762' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: Updating smithi133:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/921828762' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: osdmap e4: 0 total, 0 up, 0 in 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi071:172.21.15.71=a;smithi098:172.21.15.98=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: Saving service mon spec with placement smithi071:172.21.15.71=a;smithi098:172.21.15.98=b;smithi133:172.21.15.133=c;count:3 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.330 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: Deploying daemon mon.c on smithi133 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='client.? 172.21.15.133:0/3491982426' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.a calling monitor election 2024-04-16T01:09:26.331 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.c calling monitor election 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: monmap e2: 2 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: fsmap 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: osdmap e4: 0 total, 0 up, 0 in 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mgrmap e13: a(active, since 47s) 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: overall HEALTH_OK 2024-04-16T01:09:26.332 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.333 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.333 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:26.333 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:26.333 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:26.333 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: Deploying daemon mon.b on smithi098 2024-04-16T01:09:26.333 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:26.333 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:26.333 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: from='client.? 172.21.15.133:0/2762533241' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:09:26.333 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 ceph-mon[44639]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-16T01:09:26.333 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 bash[44620]: ea0e14e692a130b77d3e9131920a620d1fa6c5832e95d0bd2e763c9227406440 2024-04-16T01:09:26.333 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:26 smithi098 systemd[1]: Started Ceph mon.b for 9b20f548-fb8d-11ee-bc8f-c7b262605968. 2024-04-16T01:09:31.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:09:31.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: mon.a calling monitor election 2024-04-16T01:09:31.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: mon.c calling monitor election 2024-04-16T01:09:31.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:31.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:31.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: mon.b calling monitor election 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: fsmap 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: osdmap e4: 0 total, 0 up, 0 in 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: mgrmap e13: a(active, since 55s) 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: overall HEALTH_OK 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:31.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:31.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:09:31.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: mon.a calling monitor election 2024-04-16T01:09:31.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: mon.c calling monitor election 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: mon.b calling monitor election 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: fsmap 2024-04-16T01:09:31.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: osdmap e4: 0 total, 0 up, 0 in 2024-04-16T01:09:31.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: mgrmap e13: a(active, since 55s) 2024-04-16T01:09:31.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: overall HEALTH_OK 2024-04-16T01:09:31.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:31.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:31.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:31.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:31.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:09:31.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: mon.a calling monitor election 2024-04-16T01:09:31.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: mon.c calling monitor election 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: mon.b calling monitor election 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: fsmap 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: osdmap e4: 0 total, 0 up, 0 in 2024-04-16T01:09:31.555 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: mgrmap e13: a(active, since 55s) 2024-04-16T01:09:31.556 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: overall HEALTH_OK 2024-04-16T01:09:31.556 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:31.556 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:31.556 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:31.556 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:31.934 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-16T01:09:31.934 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":3,"fsid":"9b20f548-fb8d-11ee-bc8f-c7b262605968","modified":"2024-04-16T01:09:26.012740Z","created":"2024-04-16T01:07:36.725282Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-16T01:09:31.936 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 3 2024-04-16T01:09:32.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:32 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:32.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:32 smithi098 ceph-mon[44639]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:32.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:32 smithi098 ceph-mon[44639]: from='client.? 172.21.15.133:0/4189499961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:09:32.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:32 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:32.410 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:32 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:32.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:32 smithi133 ceph-mon[44777]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:32.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:32 smithi133 ceph-mon[44777]: from='client.? 172.21.15.133:0/4189499961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:09:32.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:32 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:32.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:32 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:32.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:32 smithi071 ceph-mon[39590]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:32.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:32 smithi071 ceph-mon[39590]: from='client.? 172.21.15.133:0/4189499961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:09:32.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:32 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:09:33.199 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-16T01:09:33.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph config generate-minimal-conf 2024-04-16T01:09:33.478 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.478 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.478 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.478 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.478 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:33.478 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:33.478 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: Updating smithi071:/etc/ceph/ceph.conf 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: Updating smithi098:/etc/ceph/ceph.conf 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: Updating smithi071:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: Updating smithi098:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: Updating smithi133:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.479 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.480 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.480 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.480 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:33.480 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:09:33.480 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:33.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: Updating smithi071:/etc/ceph/ceph.conf 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: Updating smithi098:/etc/ceph/ceph.conf 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: Updating smithi071:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: Updating smithi098:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: Updating smithi133:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:33.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:09:33.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:33.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:33.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:33.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: Updating smithi071:/etc/ceph/ceph.conf 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: Updating smithi098:/etc/ceph/ceph.conf 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: Updating smithi071:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: Updating smithi098:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: Updating smithi133:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:33.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:33.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:09:33.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:33.923 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:09:34.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:34 smithi098 ceph-mon[44639]: Reconfiguring mon.a (unknown last config time)... 2024-04-16T01:09:34.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:34 smithi098 ceph-mon[44639]: Reconfiguring daemon mon.a on smithi071 2024-04-16T01:09:34.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:34 smithi098 ceph-mon[44639]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:34.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:34 smithi071 ceph-mon[39590]: Reconfiguring mon.a (unknown last config time)... 2024-04-16T01:09:34.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:34 smithi071 ceph-mon[39590]: Reconfiguring daemon mon.a on smithi071 2024-04-16T01:09:34.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:34 smithi071 ceph-mon[39590]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:34 smithi133 ceph-mon[44777]: Reconfiguring mon.a (unknown last config time)... 2024-04-16T01:09:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:34 smithi133 ceph-mon[44777]: Reconfiguring daemon mon.a on smithi071 2024-04-16T01:09:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:34 smithi133 ceph-mon[44777]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:35.908 INFO:teuthology.orchestra.run.smithi071.stdout:# minimal ceph.conf for 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:09:35.908 INFO:teuthology.orchestra.run.smithi071.stdout:[global] 2024-04-16T01:09:35.908 INFO:teuthology.orchestra.run.smithi071.stdout: fsid = 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:09:35.908 INFO:teuthology.orchestra.run.smithi071.stdout: mon_host = [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-04-16T01:09:36.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:36 smithi098 ceph-mon[44639]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:36.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:36 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:36.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:36 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/2100813614' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:36.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:36 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:36.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:36 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:36.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:36 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:36.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:36 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:09:36.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:36 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:36.570 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-16T01:09:36.571 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:09:36.571 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.conf 2024-04-16T01:09:36.601 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:09:36.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-16T01:09:36.668 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-16T01:09:36.669 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.conf 2024-04-16T01:09:36.700 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-16T01:09:36.700 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-16T01:09:36.768 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-16T01:09:36.768 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-04-16T01:09:36.799 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:36 smithi133 ceph-mon[44777]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:36.799 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:36 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:36.799 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:36 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/2100813614' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:36.800 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:36 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:36.800 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:36 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:36.800 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:36 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:36.800 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:36 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:09:36.800 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:36 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:36 smithi071 ceph-mon[39590]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:36 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:36 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/2100813614' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:36 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:36.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:36 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:36.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:36 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:36.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:36 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:09:36.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:36 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:36.804 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-16T01:09:36.804 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-16T01:09:36.875 INFO:tasks.cephadm:Adding mgr.a on smithi071 2024-04-16T01:09:36.875 INFO:tasks.cephadm:Adding mgr.b on smithi098 2024-04-16T01:09:36.875 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph orch apply mgr '2;smithi071=a;smithi098=b' 2024-04-16T01:09:37.131 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.c/config 2024-04-16T01:09:37.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:37 smithi133 ceph-mon[44777]: Reconfiguring mon.b (monmap changed)... 2024-04-16T01:09:37.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:37 smithi133 ceph-mon[44777]: Reconfiguring daemon mon.b on smithi098 2024-04-16T01:09:37.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:37 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:37.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:37 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:37.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:37 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:37.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:37 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:09:37.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:37 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:37.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:37 smithi098 ceph-mon[44639]: Reconfiguring mon.b (monmap changed)... 2024-04-16T01:09:37.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:37 smithi098 ceph-mon[44639]: Reconfiguring daemon mon.b on smithi098 2024-04-16T01:09:37.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:37 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:37.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:37 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:37.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:37 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:37.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:37 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:09:37.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:37 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:37.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:37 smithi071 ceph-mon[39590]: Reconfiguring mon.b (monmap changed)... 2024-04-16T01:09:37.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:37 smithi071 ceph-mon[39590]: Reconfiguring daemon mon.b on smithi098 2024-04-16T01:09:37.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:37 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:37.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:37 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:37.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:37 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:09:37.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:37 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:09:37.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:37 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:38.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:38 smithi098 ceph-mon[44639]: Reconfiguring mon.c (monmap changed)... 2024-04-16T01:09:38.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:38 smithi098 ceph-mon[44639]: Reconfiguring daemon mon.c on smithi133 2024-04-16T01:09:38.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:38 smithi098 ceph-mon[44639]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:38.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:38 smithi071 ceph-mon[39590]: Reconfiguring mon.c (monmap changed)... 2024-04-16T01:09:38.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:38 smithi071 ceph-mon[39590]: Reconfiguring daemon mon.c on smithi133 2024-04-16T01:09:38.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:38 smithi071 ceph-mon[39590]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:38.907 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:38 smithi133 ceph-mon[44777]: Reconfiguring mon.c (monmap changed)... 2024-04-16T01:09:38.907 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:38 smithi133 ceph-mon[44777]: Reconfiguring daemon mon.c on smithi133 2024-04-16T01:09:38.907 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:38 smithi133 ceph-mon[44777]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:40.026 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mgr update... 2024-04-16T01:09:40.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:39 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:40.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:39 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:40.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:39 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:40.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:39 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:40.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:39 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:40.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:39 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:40.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:39 smithi098 ceph-mon[44639]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:40.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:39 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:40.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:39 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:40.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:39 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:40.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:39 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:40.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:39 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:40.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:39 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:40.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:39 smithi071 ceph-mon[39590]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:40.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:39 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:40.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:39 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:40.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:39 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:40.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:39 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:40.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:39 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:40.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:39 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:40.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:39 smithi133 ceph-mon[44777]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:40.719 DEBUG:teuthology.orchestra.run.smithi098:mgr.b> sudo journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mgr.b.service 2024-04-16T01:09:40.722 INFO:tasks.cephadm:Deploying OSDs... 2024-04-16T01:09:40.722 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-16T01:09:40.722 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-04-16T01:09:40.744 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-16T01:09:40.744 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2024-04-16T01:09:40.749 INFO:journalctl@ceph.mgr.b.smithi098.stdout:-- Logs begin at Tue 2024-04-16 00:56:27 UTC. -- 2024-04-16T01:09:40.804 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-16T01:09:40.804 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-16T01:09:40.804 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 166851 Links: 1 2024-04-16T01:09:40.804 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-16T01:09:40.804 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-04-16T01:09:40.805 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-04-16 01:08:48.170805335 +0000 2024-04-16T01:09:40.805 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-04-16 01:02:15.084944301 +0000 2024-04-16T01:09:40.805 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-04-16 01:02:15.084944301 +0000 2024-04-16T01:09:40.805 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-04-16T01:09:40.805 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-16T01:09:40.875 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-04-16T01:09:40.875 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-04-16T01:09:40.875 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000270272 s, 1.9 MB/s 2024-04-16T01:09:40.876 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-16T01:09:40.937 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2024-04-16T01:09:40.997 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-16T01:09:40.997 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-16T01:09:40.997 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 169245 Links: 1 2024-04-16T01:09:40.997 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-16T01:09:40.997 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-04-16T01:09:40.997 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-04-16 01:08:48.218805150 +0000 2024-04-16T01:09:40.998 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-04-16 01:02:15.424943388 +0000 2024-04-16T01:09:40.998 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-04-16 01:02:15.424943388 +0000 2024-04-16T01:09:40.998 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-04-16T01:09:40.998 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-16T01:09:41.066 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-04-16T01:09:41.066 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-04-16T01:09:41.066 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000308172 s, 1.7 MB/s 2024-04-16T01:09:41.067 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-16T01:09:41.127 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2024-04-16T01:09:41.186 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-16T01:09:41.186 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-16T01:09:41.186 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 167328 Links: 1 2024-04-16T01:09:41.187 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-16T01:09:41.187 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-04-16T01:09:41.187 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-04-16 01:08:48.265804970 +0000 2024-04-16T01:09:41.187 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-04-16 01:02:15.768942464 +0000 2024-04-16T01:09:41.187 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-04-16 01:02:15.768942464 +0000 2024-04-16T01:09:41.187 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-04-16T01:09:41.187 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-16T01:09:41.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:41 smithi071 ceph-mon[39590]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=a;smithi098=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:09:41.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:41 smithi071 ceph-mon[39590]: Saving service mgr spec with placement smithi071=a;smithi098=b;count:2 2024-04-16T01:09:41.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:41 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:41.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:41 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:41.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:41 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:41.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:41 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:41.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:41 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:41.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:41 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:09:41.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:41 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-16T01:09:41.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:41 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:09:41.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:41 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:41.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:41 smithi071 ceph-mon[39590]: Deploying daemon mgr.b on smithi098 2024-04-16T01:09:41.253 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-04-16T01:09:41.253 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-04-16T01:09:41.253 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000230002 s, 2.2 MB/s 2024-04-16T01:09:41.254 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-16T01:09:41.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:41 smithi098 ceph-mon[44639]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=a;smithi098=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:09:41.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:41 smithi098 ceph-mon[44639]: Saving service mgr spec with placement smithi071=a;smithi098=b;count:2 2024-04-16T01:09:41.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:41 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:41.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:41 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:41.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:41 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:41.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:41 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:41.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:41 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:41.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:41 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:09:41.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:41 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-16T01:09:41.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:41 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:09:41.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:41 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:41.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:41 smithi098 ceph-mon[44639]: Deploying daemon mgr.b on smithi098 2024-04-16T01:09:41.314 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2024-04-16T01:09:41.372 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-16T01:09:41.372 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-16T01:09:41.372 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 170379 Links: 1 2024-04-16T01:09:41.372 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-16T01:09:41.372 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-04-16T01:09:41.372 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-04-16 01:08:48.316804774 +0000 2024-04-16T01:09:41.372 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-04-16 01:02:16.109941549 +0000 2024-04-16T01:09:41.372 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-04-16 01:02:16.109941549 +0000 2024-04-16T01:09:41.372 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-04-16T01:09:41.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-16T01:09:41.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:41 smithi133 ceph-mon[44777]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=a;smithi098=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:09:41.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:41 smithi133 ceph-mon[44777]: Saving service mgr spec with placement smithi071=a;smithi098=b;count:2 2024-04-16T01:09:41.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:41 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:41.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:41 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:41.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:41 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:41.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:41 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:41.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:41 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:41.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:41 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:09:41.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:41 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-16T01:09:41.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:41 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:09:41.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:41 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:41.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:41 smithi133 ceph-mon[44777]: Deploying daemon mgr.b on smithi098 2024-04-16T01:09:41.437 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-04-16T01:09:41.437 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-04-16T01:09:41.437 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.00028501 s, 1.8 MB/s 2024-04-16T01:09:41.438 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-16T01:09:41.497 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-16T01:09:41.497 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2024-04-16T01:09:41.517 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-16T01:09:41.517 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2024-04-16T01:09:41.583 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-16T01:09:41.584 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-16T01:09:41.584 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 163572 Links: 1 2024-04-16T01:09:41.584 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-16T01:09:41.584 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-04-16T01:09:41.584 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-04-16 01:09:41.468031006 +0000 2024-04-16T01:09:41.584 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-04-16 01:02:15.077503898 +0000 2024-04-16T01:09:41.584 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-04-16 01:02:15.077503898 +0000 2024-04-16T01:09:41.584 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-04-16T01:09:41.584 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-16T01:09:41.654 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-04-16T01:09:41.654 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-04-16T01:09:41.655 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000255479 s, 2.0 MB/s 2024-04-16T01:09:41.655 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-16T01:09:41.715 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2024-04-16T01:09:41.773 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-16T01:09:41.773 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-16T01:09:41.773 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 168236 Links: 1 2024-04-16T01:09:41.773 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-16T01:09:41.773 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-04-16T01:09:41.774 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-04-16 01:09:41.606029168 +0000 2024-04-16T01:09:41.774 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-04-16 01:02:15.445499240 +0000 2024-04-16T01:09:41.774 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-04-16 01:02:15.445499240 +0000 2024-04-16T01:09:41.774 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-04-16T01:09:41.774 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-16T01:09:41.841 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-04-16T01:09:41.841 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-04-16T01:09:41.841 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000240082 s, 2.1 MB/s 2024-04-16T01:09:41.842 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-16T01:09:41.901 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2024-04-16T01:09:41.960 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-16T01:09:41.960 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-16T01:09:41.960 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 166680 Links: 1 2024-04-16T01:09:41.960 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-16T01:09:41.960 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-04-16T01:09:41.960 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-04-16 01:09:41.606029168 +0000 2024-04-16T01:09:41.960 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-04-16 01:02:15.803494709 +0000 2024-04-16T01:09:41.960 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-04-16 01:02:15.803494709 +0000 2024-04-16T01:09:41.960 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-04-16T01:09:41.960 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-16T01:09:41.982 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:41 smithi098 systemd[1]: Starting Ceph mgr.b for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:09:42.008 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-04-16T01:09:42.008 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-04-16T01:09:42.008 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000185381 s, 2.8 MB/s 2024-04-16T01:09:42.009 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-16T01:09:42.067 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2024-04-16T01:09:42.126 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-16T01:09:42.126 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-16T01:09:42.126 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 171041 Links: 1 2024-04-16T01:09:42.126 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-16T01:09:42.126 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-04-16T01:09:42.126 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-04-16 01:09:41.606029168 +0000 2024-04-16T01:09:42.126 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-04-16 01:02:16.140490443 +0000 2024-04-16T01:09:42.126 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-04-16 01:02:16.140490443 +0000 2024-04-16T01:09:42.127 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-04-16T01:09:42.127 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-16T01:09:42.194 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-04-16T01:09:42.194 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-04-16T01:09:42.194 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000235033 s, 2.2 MB/s 2024-04-16T01:09:42.195 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-16T01:09:42.254 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-16T01:09:42.254 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-04-16T01:09:42.277 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-16T01:09:42.277 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-04-16T01:09:42.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:42 smithi098 ceph-mon[44639]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:42.302 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:42 smithi098 ceph-mgr[46171]: -- 172.21.15.98:0/4277855546 <== mon.2 v2:172.21.15.98:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5561441b21a0 con 0x556144188c00 2024-04-16T01:09:42.303 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:42 smithi098 bash[46014]: 1d6915e591c25e99df3e2ee599369e2d8105e9770e9736130a45bd2e0b2279c1 2024-04-16T01:09:42.303 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:42 smithi098 systemd[1]: Started Ceph mgr.b for 9b20f548-fb8d-11ee-bc8f-c7b262605968. 2024-04-16T01:09:42.303 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:42 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:42.214+0000 7f1816aba200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-16T01:09:42.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:42 smithi071 ceph-mon[39590]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:42.338 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-16T01:09:42.338 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-16T01:09:42.339 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 164687 Links: 1 2024-04-16T01:09:42.339 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-16T01:09:42.339 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-04-16T01:09:42.339 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-16 01:09:16.191958505 +0000 2024-04-16T01:09:42.339 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-16 01:02:20.962668868 +0000 2024-04-16T01:09:42.339 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-16 01:02:20.962668868 +0000 2024-04-16T01:09:42.339 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-04-16T01:09:42.339 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-16T01:09:42.406 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:42 smithi133 ceph-mon[44777]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:42.409 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-16T01:09:42.409 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-16T01:09:42.409 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000225722 s, 2.3 MB/s 2024-04-16T01:09:42.411 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-16T01:09:42.470 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-04-16T01:09:42.528 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-16T01:09:42.528 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-16T01:09:42.528 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 164741 Links: 1 2024-04-16T01:09:42.528 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-16T01:09:42.529 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-04-16T01:09:42.529 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-16 01:09:16.191958505 +0000 2024-04-16T01:09:42.529 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-16 01:02:21.337661677 +0000 2024-04-16T01:09:42.529 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-16 01:02:21.337661677 +0000 2024-04-16T01:09:42.529 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-04-16T01:09:42.529 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-16T01:09:42.597 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-16T01:09:42.597 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-16T01:09:42.598 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000220476 s, 2.3 MB/s 2024-04-16T01:09:42.599 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-16T01:09:42.663 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-04-16T01:09:42.723 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-16T01:09:42.723 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-16T01:09:42.723 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 164793 Links: 1 2024-04-16T01:09:42.723 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-16T01:09:42.723 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-04-16T01:09:42.723 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-16 01:09:16.191958505 +0000 2024-04-16T01:09:42.723 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-16 01:02:21.687654964 +0000 2024-04-16T01:09:42.723 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-16 01:02:21.687654964 +0000 2024-04-16T01:09:42.723 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-04-16T01:09:42.723 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-16T01:09:42.746 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:42 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:42.385+0000 7f1816aba200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-16T01:09:42.792 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-16T01:09:42.792 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-16T01:09:42.792 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000188568 s, 2.7 MB/s 2024-04-16T01:09:42.793 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-16T01:09:42.858 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-04-16T01:09:42.923 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-16T01:09:42.923 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-16T01:09:42.923 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 168282 Links: 1 2024-04-16T01:09:42.923 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-16T01:09:42.923 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-04-16T01:09:42.923 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-16 01:09:16.192958486 +0000 2024-04-16T01:09:42.923 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-16 01:02:22.037648252 +0000 2024-04-16T01:09:42.923 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-16 01:02:22.037648252 +0000 2024-04-16T01:09:42.923 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-04-16T01:09:42.923 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-16T01:09:42.989 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-16T01:09:42.989 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-16T01:09:42.989 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000254414 s, 2.0 MB/s 2024-04-16T01:09:42.990 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-16T01:09:43.051 INFO:tasks.cephadm:Deploying osd.0 on smithi071 with /dev/vg_nvme/lv_4... 2024-04-16T01:09:43.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-16T01:09:43.052 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:42 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:42.745+0000 7f1816aba200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-16T01:09:43.279 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:09:43.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:43 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:43.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:43 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:43.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:43 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:43.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:43 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:43.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:43 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:43.506 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:43 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:43.506 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:43 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:43.506 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:43 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:43.506 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:43 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:43.506 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:43 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:43.506 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:43 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:43.264+0000 7f1816aba200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-16T01:09:43.507 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:43 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:43.504+0000 7f1816aba200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-16T01:09:43.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:43 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:43.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:43 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:43.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:43 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:43.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:43 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:43.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:43 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:44.302 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:43 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:43.952+0000 7f1816aba200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-16T01:09:44.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:44 smithi071 ceph-mon[39590]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:44.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:44 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:44.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:44 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:44.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:44 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:44.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:44 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:44.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:44 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:44.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:44 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:09:44.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:44 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:09:44.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:44 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:44 smithi133 ceph-mon[44777]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:44 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:44 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:44 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:44 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:44 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:44 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:09:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:44 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:09:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:44 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:45.052 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:44 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:44.654+0000 7f1816aba200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-16T01:09:45.053 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:44 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:44.739+0000 7f1816aba200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-16T01:09:45.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:44 smithi098 ceph-mon[44639]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:45.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:44 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:45.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:44 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:45.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:44 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:45.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:44 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:45.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:44 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:45.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:44 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:09:45.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:44 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:09:45.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:44 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:45.269 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-16T01:09:45.269 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-16T01:09:45.269 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10+0 records in 2024-04-16T01:09:45.269 INFO:teuthology.orchestra.run.smithi071.stderr:10+0 records out 2024-04-16T01:09:45.269 INFO:teuthology.orchestra.run.smithi071.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111484 s, 941 MB/s 2024-04-16T01:09:45.269 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping successful for: 2024-04-16T01:09:45.657 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:45 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:45.326+0000 7f1816aba200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-16T01:09:45.658 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:45 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:45.409+0000 7f1816aba200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-16T01:09:45.658 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:45 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:45.496+0000 7f1816aba200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-16T01:09:45.905 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:45 smithi071 ceph-mon[39590]: Reconfiguring mgr.a (unknown last config time)... 2024-04-16T01:09:45.905 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:45 smithi071 ceph-mon[39590]: Reconfiguring daemon mgr.a on smithi071 2024-04-16T01:09:45.905 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:45 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:45.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:45 smithi133 ceph-mon[44777]: Reconfiguring mgr.a (unknown last config time)... 2024-04-16T01:09:45.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:45 smithi133 ceph-mon[44777]: Reconfiguring daemon mgr.a on smithi071 2024-04-16T01:09:45.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:45 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:46.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:45 smithi098 ceph-mon[44639]: Reconfiguring mgr.a (unknown last config time)... 2024-04-16T01:09:46.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:45 smithi098 ceph-mon[44639]: Reconfiguring daemon mgr.a on smithi071 2024-04-16T01:09:46.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:45 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:46.053 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:45 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:45.721+0000 7f1816aba200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-16T01:09:46.053 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:45 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:45.811+0000 7f1816aba200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-16T01:09:46.053 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:45 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:45.903+0000 7f1816aba200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-16T01:09:46.207 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph orch daemon add osd smithi071:vg_nvme/lv_4 2024-04-16T01:09:46.409 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:46 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:46.130+0000 7f1816aba200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-16T01:09:46.409 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:46 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:46.224+0000 7f1816aba200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-16T01:09:46.660 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:46 smithi098 ceph-mon[44639]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:46.660 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:46 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:46.406+0000 7f1816aba200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-16T01:09:46.666 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:09:46.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:46 smithi133 ceph-mon[44777]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:46.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:46 smithi071 ceph-mon[39590]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:47.052 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:46 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:46.658+0000 7f1816aba200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-16T01:09:47.552 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:47 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:47.235+0000 7f1816aba200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-16T01:09:47.552 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:47 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:47.444+0000 7f1816aba200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-16T01:09:47.729 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:47.729 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:47.729 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:47.730 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:47.730 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:47.730 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:48.052 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:47 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:47.634+0000 7f1816aba200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-16T01:09:48.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:48.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:48.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:48.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:48.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:48.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:48.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:48.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:48.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:09:48.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:48.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:09:48.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:09:48.552 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:48 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:48.287+0000 7f1816aba200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-16T01:09:48.552 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:48 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:48.478+0000 7f1816aba200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-16T01:09:49.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:48 smithi071 ceph-mon[39590]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:49.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:48 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-16T01:09:49.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:48 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-16T01:09:49.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:48 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:49.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:48 smithi098 ceph-mon[44639]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:49.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:48 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-16T01:09:49.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:48 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-16T01:09:49.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:48 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:49.053 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:48 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:48.656+0000 7f1816aba200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-16T01:09:49.053 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:09:48 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b[46100]: 2024-04-16T01:09:48.770+0000 7f1816aba200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-16T01:09:49.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:48 smithi133 ceph-mon[44777]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:49.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:48 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-16T01:09:49.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:48 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-16T01:09:49.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:48 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:49.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:49 smithi071 ceph-mon[39590]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:09:49.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:49 smithi071 ceph-mon[39590]: Standby manager daemon b started 2024-04-16T01:09:49.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:49 smithi071 ceph-mon[39590]: from='mgr.? 172.21.15.98:0/154352373' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-16T01:09:49.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:49 smithi071 ceph-mon[39590]: from='mgr.? 172.21.15.98:0/154352373' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-16T01:09:49.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:49 smithi071 ceph-mon[39590]: from='mgr.? 172.21.15.98:0/154352373' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-16T01:09:49.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:49 smithi071 ceph-mon[39590]: from='mgr.? 172.21.15.98:0/154352373' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-16T01:09:50.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:49 smithi098 ceph-mon[44639]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:09:50.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:49 smithi098 ceph-mon[44639]: Standby manager daemon b started 2024-04-16T01:09:50.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:49 smithi098 ceph-mon[44639]: from='mgr.? 172.21.15.98:0/154352373' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-16T01:09:50.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:49 smithi098 ceph-mon[44639]: from='mgr.? 172.21.15.98:0/154352373' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-16T01:09:50.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:49 smithi098 ceph-mon[44639]: from='mgr.? 172.21.15.98:0/154352373' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-16T01:09:50.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:49 smithi098 ceph-mon[44639]: from='mgr.? 172.21.15.98:0/154352373' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-16T01:09:50.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:49 smithi133 ceph-mon[44777]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:09:50.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:49 smithi133 ceph-mon[44777]: Standby manager daemon b started 2024-04-16T01:09:50.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:49 smithi133 ceph-mon[44777]: from='mgr.? 172.21.15.98:0/154352373' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-16T01:09:50.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:49 smithi133 ceph-mon[44777]: from='mgr.? 172.21.15.98:0/154352373' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-16T01:09:50.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:49 smithi133 ceph-mon[44777]: from='mgr.? 172.21.15.98:0/154352373' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-16T01:09:50.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:49 smithi133 ceph-mon[44777]: from='mgr.? 172.21.15.98:0/154352373' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-16T01:09:51.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:50 smithi098 ceph-mon[44639]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:51.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:50 smithi098 ceph-mon[44639]: mgrmap e14: a(active, since 74s), standbys: b 2024-04-16T01:09:51.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:50 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-16T01:09:51.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:50 smithi071 ceph-mon[39590]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:51.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:50 smithi071 ceph-mon[39590]: mgrmap e14: a(active, since 74s), standbys: b 2024-04-16T01:09:51.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-16T01:09:51.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:50 smithi133 ceph-mon[44777]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:51.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:50 smithi133 ceph-mon[44777]: mgrmap e14: a(active, since 74s), standbys: b 2024-04-16T01:09:51.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:50 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-16T01:09:52.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:51 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/1156537587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "525605f9-8473-4a5a-bc65-6ed7cb18ebe8"}]: dispatch 2024-04-16T01:09:52.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:51 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/1156537587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "525605f9-8473-4a5a-bc65-6ed7cb18ebe8"}]': finished 2024-04-16T01:09:52.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:51 smithi098 ceph-mon[44639]: osdmap e5: 1 total, 0 up, 1 in 2024-04-16T01:09:52.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:51 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:09:52.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:51 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/1903549265' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-16T01:09:52.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:51 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/1156537587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "525605f9-8473-4a5a-bc65-6ed7cb18ebe8"}]: dispatch 2024-04-16T01:09:52.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:51 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/1156537587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "525605f9-8473-4a5a-bc65-6ed7cb18ebe8"}]': finished 2024-04-16T01:09:52.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:51 smithi071 ceph-mon[39590]: osdmap e5: 1 total, 0 up, 1 in 2024-04-16T01:09:52.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:51 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:09:52.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:51 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/1903549265' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-16T01:09:52.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:51 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/1156537587' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "525605f9-8473-4a5a-bc65-6ed7cb18ebe8"}]: dispatch 2024-04-16T01:09:52.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:51 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/1156537587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "525605f9-8473-4a5a-bc65-6ed7cb18ebe8"}]': finished 2024-04-16T01:09:52.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:51 smithi133 ceph-mon[44777]: osdmap e5: 1 total, 0 up, 1 in 2024-04-16T01:09:52.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:51 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:09:52.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:51 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/1903549265' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-16T01:09:53.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:52 smithi098 ceph-mon[44639]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:53.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:52 smithi071 ceph-mon[39590]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:53.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:52 smithi133 ceph-mon[44777]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:55.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:54 smithi098 ceph-mon[44639]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:55.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:54 smithi071 ceph-mon[39590]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:55.160 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:54 smithi133 ceph-mon[44777]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:56.957 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:56 smithi071 ceph-mon[39590]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:57.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:56 smithi098 ceph-mon[44639]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:57.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:56 smithi133 ceph-mon[44777]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:57.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:57 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-16T01:09:57.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:57 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:58.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:57 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-16T01:09:58.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:57 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:58.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:57 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-16T01:09:58.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:57 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:09:58.983 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:58 smithi071 ceph-mon[39590]: Deploying daemon osd.0 on smithi071 2024-04-16T01:09:58.983 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:09:58 smithi071 ceph-mon[39590]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:59.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:58 smithi098 ceph-mon[44639]: Deploying daemon osd.0 on smithi071 2024-04-16T01:09:59.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:09:58 smithi098 ceph-mon[44639]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:09:59.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:58 smithi133 ceph-mon[44777]: Deploying daemon osd.0 on smithi071 2024-04-16T01:09:59.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:09:58 smithi133 ceph-mon[44777]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:00.983 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:00 smithi071 ceph-mon[39590]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:00.983 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:00 smithi071 ceph-mon[39590]: overall HEALTH_OK 2024-04-16T01:10:01.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:00 smithi098 ceph-mon[44639]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:01.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:00 smithi098 ceph-mon[44639]: overall HEALTH_OK 2024-04-16T01:10:01.160 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:00 smithi133 ceph-mon[44777]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:01.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:00 smithi133 ceph-mon[44777]: overall HEALTH_OK 2024-04-16T01:10:02.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:02 smithi071 ceph-mon[39590]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:02.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:02.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:02.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:02 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:03.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:02 smithi098 ceph-mon[44639]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:03.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:02 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:03.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:02 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:03.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:02 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:03.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:02 smithi133 ceph-mon[44777]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:03.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:02 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:03.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:02 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:03.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:02 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:04.972 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:04 smithi071 ceph-mon[39590]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:04.972 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:04 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:04.972 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:04 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:04.972 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:04 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:04.973 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:04 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:04.973 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:04 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:05.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:04 smithi098 ceph-mon[44639]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:05.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:04 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:05.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:04 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:05.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:04 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:05.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:04 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:05.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:04 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:05.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:04 smithi133 ceph-mon[44777]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:05.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:04 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:05.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:04 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:05.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:04 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:05.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:04 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:05.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:04 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:05.781 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 0 on host 'smithi071' 2024-04-16T01:10:06.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:05 smithi098 ceph-mon[44639]: from='osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-16T01:10:06.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:05 smithi071 ceph-mon[39590]: from='osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-16T01:10:06.160 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:05 smithi133 ceph-mon[44777]: from='osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-16T01:10:06.409 DEBUG:teuthology.orchestra.run.smithi071:osd.0> sudo journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@osd.0.service 2024-04-16T01:10:06.411 INFO:tasks.cephadm:Deploying osd.1 on smithi098 with /dev/vg_nvme/lv_4... 2024-04-16T01:10:06.411 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-16T01:10:06.442 INFO:journalctl@ceph.osd.0.smithi071.stdout:-- Logs begin at Tue 2024-04-16 00:56:23 UTC. -- 2024-04-16T01:10:06.638 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.b/config 2024-04-16T01:10:07.020 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:06 smithi098 ceph-mon[44639]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:07.021 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:06 smithi098 ceph-mon[44639]: from='osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-16T01:10:07.021 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:06 smithi098 ceph-mon[44639]: osdmap e6: 1 total, 0 up, 1 in 2024-04-16T01:10:07.021 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:06 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:07.021 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:06 smithi098 ceph-mon[44639]: from='osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-04-16T01:10:07.021 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:06 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:07.021 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:06 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:07.021 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:06 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:07.053 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:10:06 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-0[56717]: 2024-04-16T01:10:06.709+0000 7f73b210b700 -1 osd.0 0 waiting for initial osdmap 2024-04-16T01:10:07.053 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:10:06 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-0[56717]: 2024-04-16T01:10:06.712+0000 7f73adf00700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-16T01:10:07.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:06 smithi071 ceph-mon[39590]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:07.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:06 smithi071 ceph-mon[39590]: from='osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-16T01:10:07.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:06 smithi071 ceph-mon[39590]: osdmap e6: 1 total, 0 up, 1 in 2024-04-16T01:10:07.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:06 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:07.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:06 smithi071 ceph-mon[39590]: from='osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-04-16T01:10:07.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:06 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:07.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:06 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:07.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:06 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:07.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:06 smithi133 ceph-mon[44777]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:07.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:06 smithi133 ceph-mon[44777]: from='osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-16T01:10:07.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:06 smithi133 ceph-mon[44777]: osdmap e6: 1 total, 0 up, 1 in 2024-04-16T01:10:07.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:06 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:07.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:06 smithi133 ceph-mon[44777]: from='osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-04-16T01:10:07.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:06 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:07.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:06 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:07.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:06 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:07.953 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:07 smithi098 ceph-mon[44639]: from='osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-04-16T01:10:07.953 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:07 smithi098 ceph-mon[44639]: osdmap e7: 1 total, 0 up, 1 in 2024-04-16T01:10:07.953 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:07 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:07.953 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:07 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:08.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:07 smithi071 ceph-mon[39590]: from='osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-04-16T01:10:08.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:07 smithi071 ceph-mon[39590]: osdmap e7: 1 total, 0 up, 1 in 2024-04-16T01:10:08.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:07 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:08.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:07 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:08.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:07 smithi133 ceph-mon[44777]: from='osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-04-16T01:10:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:07 smithi133 ceph-mon[44777]: osdmap e7: 1 total, 0 up, 1 in 2024-04-16T01:10:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:07 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:08.200 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:07 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:08.523 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-16T01:10:08.524 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-16T01:10:08.524 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2024-04-16T01:10:08.524 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2024-04-16T01:10:08.524 INFO:teuthology.orchestra.run.smithi098.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0110741 s, 947 MB/s 2024-04-16T01:10:08.524 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 2024-04-16T01:10:08.524 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2024-04-16T01:10:08.905 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:08 smithi098 ceph-mon[44639]: purged_snaps scrub starts 2024-04-16T01:10:08.905 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:08 smithi098 ceph-mon[44639]: purged_snaps scrub ok 2024-04-16T01:10:08.905 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:08 smithi098 ceph-mon[44639]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:08.905 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:08 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:08.905 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:08 smithi098 ceph-mon[44639]: osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497] boot 2024-04-16T01:10:08.905 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:08 smithi098 ceph-mon[44639]: osdmap e8: 1 total, 1 up, 1 in 2024-04-16T01:10:08.905 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:08 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:08.950 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:08 smithi071 ceph-mon[39590]: purged_snaps scrub starts 2024-04-16T01:10:08.950 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:08 smithi071 ceph-mon[39590]: purged_snaps scrub ok 2024-04-16T01:10:08.950 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:08 smithi071 ceph-mon[39590]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:08.950 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:08 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:08.950 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:08 smithi071 ceph-mon[39590]: osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497] boot 2024-04-16T01:10:08.950 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:08 smithi071 ceph-mon[39590]: osdmap e8: 1 total, 1 up, 1 in 2024-04-16T01:10:08.950 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:08 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:09.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:08 smithi133 ceph-mon[44777]: purged_snaps scrub starts 2024-04-16T01:10:09.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:08 smithi133 ceph-mon[44777]: purged_snaps scrub ok 2024-04-16T01:10:09.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:08 smithi133 ceph-mon[44777]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-16T01:10:09.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:08 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:09.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:08 smithi133 ceph-mon[44777]: osd.0 [v2:172.21.15.71:6802/846021497,v1:172.21.15.71:6803/846021497] boot 2024-04-16T01:10:09.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:08 smithi133 ceph-mon[44777]: osdmap e8: 1 total, 1 up, 1 in 2024-04-16T01:10:09.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:08 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-16T01:10:09.248 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph orch daemon add osd smithi098:vg_nvme/lv_4 2024-04-16T01:10:09.469 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.b/config 2024-04-16T01:10:10.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:09 smithi098 ceph-mon[44639]: osdmap e9: 1 total, 1 up, 1 in 2024-04-16T01:10:10.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:09 smithi098 ceph-mon[44639]: Detected new or changed devices on smithi071 2024-04-16T01:10:10.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:09 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:10.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:09 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:10.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:09 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:10:10.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:09 smithi098 ceph-mon[44639]: Adjusting osd_memory_target on smithi071 to 17122M 2024-04-16T01:10:10.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:09 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:10.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:09 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:10.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:09 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:10.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:09 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:10.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:09 smithi098 ceph-mon[44639]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:09 smithi071 ceph-mon[39590]: osdmap e9: 1 total, 1 up, 1 in 2024-04-16T01:10:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:09 smithi071 ceph-mon[39590]: Detected new or changed devices on smithi071 2024-04-16T01:10:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:10:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:09 smithi071 ceph-mon[39590]: Adjusting osd_memory_target on smithi071 to 17122M 2024-04-16T01:10:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:10.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:10.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:09 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:10.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:09 smithi071 ceph-mon[39590]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:10.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:09 smithi133 ceph-mon[44777]: osdmap e9: 1 total, 1 up, 1 in 2024-04-16T01:10:10.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:09 smithi133 ceph-mon[44777]: Detected new or changed devices on smithi071 2024-04-16T01:10:10.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:09 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:10.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:09 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:10.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:09 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:10:10.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:09 smithi133 ceph-mon[44777]: Adjusting osd_memory_target on smithi071 to 17122M 2024-04-16T01:10:10.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:09 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:10.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:09 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:10.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:09 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:10.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:09 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:10.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:09 smithi133 ceph-mon[44777]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:11.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:11 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-16T01:10:11.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:11 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-16T01:10:11.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:11 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:11.682 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:11 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-16T01:10:11.682 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:11 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-16T01:10:11.682 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:11 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:11.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:11 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-16T01:10:11.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:11 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-16T01:10:11.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:11 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:12.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:12 smithi133 ceph-mon[44777]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:10:12.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:12 smithi133 ceph-mon[44777]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:12.690 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:12 smithi098 ceph-mon[44639]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:10:12.690 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:12 smithi098 ceph-mon[44639]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:12.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:12 smithi071 ceph-mon[39590]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:10:12.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:12 smithi071 ceph-mon[39590]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:14.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:14 smithi098 ceph-mon[44639]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:14.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:14 smithi098 ceph-mon[44639]: from='client.? 172.21.15.98:0/3231210283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4b3c5952-8a2d-4eb3-9a33-ccb864bd57a4"}]: dispatch 2024-04-16T01:10:14.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:14 smithi098 ceph-mon[44639]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4b3c5952-8a2d-4eb3-9a33-ccb864bd57a4"}]: dispatch 2024-04-16T01:10:14.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:14 smithi098 ceph-mon[44639]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4b3c5952-8a2d-4eb3-9a33-ccb864bd57a4"}]': finished 2024-04-16T01:10:14.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:14 smithi098 ceph-mon[44639]: osdmap e10: 2 total, 1 up, 2 in 2024-04-16T01:10:14.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:14 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:14.804 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:14 smithi098 ceph-mon[44639]: from='client.? 172.21.15.98:0/112879482' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-16T01:10:14.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:14 smithi071 ceph-mon[39590]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:14.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:14 smithi071 ceph-mon[39590]: from='client.? 172.21.15.98:0/3231210283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4b3c5952-8a2d-4eb3-9a33-ccb864bd57a4"}]: dispatch 2024-04-16T01:10:14.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:14 smithi071 ceph-mon[39590]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4b3c5952-8a2d-4eb3-9a33-ccb864bd57a4"}]: dispatch 2024-04-16T01:10:14.805 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:14 smithi071 ceph-mon[39590]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4b3c5952-8a2d-4eb3-9a33-ccb864bd57a4"}]': finished 2024-04-16T01:10:14.805 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:14 smithi071 ceph-mon[39590]: osdmap e10: 2 total, 1 up, 2 in 2024-04-16T01:10:14.805 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:14 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:14.805 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:14 smithi071 ceph-mon[39590]: from='client.? 172.21.15.98:0/112879482' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-16T01:10:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:14 smithi133 ceph-mon[44777]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:14 smithi133 ceph-mon[44777]: from='client.? 172.21.15.98:0/3231210283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4b3c5952-8a2d-4eb3-9a33-ccb864bd57a4"}]: dispatch 2024-04-16T01:10:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:14 smithi133 ceph-mon[44777]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4b3c5952-8a2d-4eb3-9a33-ccb864bd57a4"}]: dispatch 2024-04-16T01:10:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:14 smithi133 ceph-mon[44777]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4b3c5952-8a2d-4eb3-9a33-ccb864bd57a4"}]': finished 2024-04-16T01:10:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:14 smithi133 ceph-mon[44777]: osdmap e10: 2 total, 1 up, 2 in 2024-04-16T01:10:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:14 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:14 smithi133 ceph-mon[44777]: from='client.? 172.21.15.98:0/112879482' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-16T01:10:16.766 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:16 smithi098 ceph-mon[44639]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:16.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:16 smithi071 ceph-mon[39590]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:16.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:16 smithi133 ceph-mon[44777]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:18.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:18 smithi098 ceph-mon[44639]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:18.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:18 smithi071 ceph-mon[39590]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:18.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:18 smithi133 ceph-mon[44777]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:20.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:20 smithi098 ceph-mon[44639]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:20.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:20 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-16T01:10:20.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:20 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:20.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:20 smithi098 ceph-mon[44639]: Deploying daemon osd.1 on smithi098 2024-04-16T01:10:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:20 smithi071 ceph-mon[39590]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:20 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-16T01:10:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:20 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:20 smithi071 ceph-mon[39590]: Deploying daemon osd.1 on smithi098 2024-04-16T01:10:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:20 smithi133 ceph-mon[44777]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:20 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-16T01:10:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:20 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:20 smithi133 ceph-mon[44777]: Deploying daemon osd.1 on smithi098 2024-04-16T01:10:22.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:22 smithi098 ceph-mon[44639]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:22.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:22 smithi071 ceph-mon[39590]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:22.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:22 smithi133 ceph-mon[44777]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:24.748 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:24 smithi098 ceph-mon[44639]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:24.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:24 smithi071 ceph-mon[39590]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:24.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:24 smithi133 ceph-mon[44777]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:26.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:25 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:26.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:25 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:26.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:25 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:26.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:25 smithi133 ceph-mon[44777]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:26.174 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:25 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:26.175 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:25 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:26.175 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:25 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:26.175 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:25 smithi098 ceph-mon[44639]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:26.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:25 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:26.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:25 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:26.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:25 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:26.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:25 smithi071 ceph-mon[39590]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:27.970 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 1 on host 'smithi098' 2024-04-16T01:10:28.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:28 smithi098 ceph-mon[44639]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:28.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:28 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:28.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:28 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:28.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:28 smithi098 ceph-mon[44639]: from='osd.1 [v2:172.21.15.98:6800/4061453841,v1:172.21.15.98:6801/4061453841]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-16T01:10:28.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:28 smithi098 ceph-mon[44639]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-16T01:10:28.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:28 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:28.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:28 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:28.616 DEBUG:teuthology.orchestra.run.smithi098:osd.1> sudo journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@osd.1.service 2024-04-16T01:10:28.621 INFO:tasks.cephadm:Deploying osd.2 on smithi133 with /dev/vg_nvme/lv_4... 2024-04-16T01:10:28.621 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-16T01:10:28.647 INFO:journalctl@ceph.osd.1.smithi098.stdout:-- Logs begin at Tue 2024-04-16 00:56:27 UTC. -- 2024-04-16T01:10:28.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:28 smithi071 ceph-mon[39590]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:28.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:28 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:28.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:28 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:28.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:28 smithi071 ceph-mon[39590]: from='osd.1 [v2:172.21.15.98:6800/4061453841,v1:172.21.15.98:6801/4061453841]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-16T01:10:28.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:28 smithi071 ceph-mon[39590]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-16T01:10:28.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:28 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:28.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:28 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:28.846 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.c/config 2024-04-16T01:10:28.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:28 smithi133 ceph-mon[44777]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:28.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:28 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:28.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:28 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:28.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:28 smithi133 ceph-mon[44777]: from='osd.1 [v2:172.21.15.98:6800/4061453841,v1:172.21.15.98:6801/4061453841]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-16T01:10:28.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:28 smithi133 ceph-mon[44777]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-16T01:10:28.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:28 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:28.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:28 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:29.958 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:29 smithi098 ceph-mon[44639]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-16T01:10:29.958 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:29 smithi098 ceph-mon[44639]: osdmap e11: 2 total, 1 up, 2 in 2024-04-16T01:10:29.958 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:29 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:29.959 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:29 smithi098 ceph-mon[44639]: from='osd.1 [v2:172.21.15.98:6800/4061453841,v1:172.21.15.98:6801/4061453841]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-16T01:10:29.959 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:29 smithi098 ceph-mon[44639]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-16T01:10:29.959 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:29 smithi098 ceph-mon[44639]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:30.108 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:29 smithi133 ceph-mon[44777]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-16T01:10:30.108 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:29 smithi133 ceph-mon[44777]: osdmap e11: 2 total, 1 up, 2 in 2024-04-16T01:10:30.109 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:29 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:30.109 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:29 smithi133 ceph-mon[44777]: from='osd.1 [v2:172.21.15.98:6800/4061453841,v1:172.21.15.98:6801/4061453841]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-16T01:10:30.109 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:29 smithi133 ceph-mon[44777]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-16T01:10:30.109 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:29 smithi133 ceph-mon[44777]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:30.302 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:10:29 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-1[49327]: 2024-04-16T01:10:29.955+0000 7f1105812700 -1 osd.1 0 waiting for initial osdmap 2024-04-16T01:10:30.302 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:10:29 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-1[49327]: 2024-04-16T01:10:29.958+0000 7f1101607700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-16T01:10:30.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:29 smithi071 ceph-mon[39590]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-16T01:10:30.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:29 smithi071 ceph-mon[39590]: osdmap e11: 2 total, 1 up, 2 in 2024-04-16T01:10:30.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:29 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:30.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:29 smithi071 ceph-mon[39590]: from='osd.1 [v2:172.21.15.98:6800/4061453841,v1:172.21.15.98:6801/4061453841]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-16T01:10:30.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:29 smithi071 ceph-mon[39590]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-16T01:10:30.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:29 smithi071 ceph-mon[39590]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-16T01:10:30.673 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-16T01:10:30.673 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-16T01:10:30.674 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-04-16T01:10:30.674 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-04-16T01:10:30.674 INFO:teuthology.orchestra.run.smithi133.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0109336 s, 959 MB/s 2024-04-16T01:10:30.674 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-04-16T01:10:31.257 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:30 smithi133 ceph-mon[44777]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-04-16T01:10:31.257 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:30 smithi133 ceph-mon[44777]: osdmap e12: 2 total, 1 up, 2 in 2024-04-16T01:10:31.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:30 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:31.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:30 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:31.277 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2024-04-16T01:10:31.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:30 smithi098 ceph-mon[44639]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-04-16T01:10:31.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:30 smithi098 ceph-mon[44639]: osdmap e12: 2 total, 1 up, 2 in 2024-04-16T01:10:31.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:30 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:31.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:30 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:31.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:30 smithi071 ceph-mon[39590]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-04-16T01:10:31.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:30 smithi071 ceph-mon[39590]: osdmap e12: 2 total, 1 up, 2 in 2024-04-16T01:10:31.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:30 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:31.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:30 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:31.495 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.c/config 2024-04-16T01:10:32.257 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: purged_snaps scrub starts 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: purged_snaps scrub ok 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: osd.1 [v2:172.21.15.98:6800/4061453841,v1:172.21.15.98:6801/4061453841] boot 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: osdmap e13: 2 total, 2 up, 2 in 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: Detected new or changed devices on smithi098 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: Adjusting osd_memory_target on smithi098 to 17122M 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:32.258 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:32.259 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.259 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:32.259 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:32.259 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:32.259 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:31 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: purged_snaps scrub starts 2024-04-16T01:10:32.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: purged_snaps scrub ok 2024-04-16T01:10:32.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: osd.1 [v2:172.21.15.98:6800/4061453841,v1:172.21.15.98:6801/4061453841] boot 2024-04-16T01:10:32.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: osdmap e13: 2 total, 2 up, 2 in 2024-04-16T01:10:32.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:32.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:32.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: Detected new or changed devices on smithi098 2024-04-16T01:10:32.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:10:32.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: Adjusting osd_memory_target on smithi098 to 17122M 2024-04-16T01:10:32.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:32.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:32.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:32.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:32.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:32.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:31 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: purged_snaps scrub starts 2024-04-16T01:10:32.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: purged_snaps scrub ok 2024-04-16T01:10:32.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: osd.1 [v2:172.21.15.98:6800/4061453841,v1:172.21.15.98:6801/4061453841] boot 2024-04-16T01:10:32.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: osdmap e13: 2 total, 2 up, 2 in 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: Detected new or changed devices on smithi098 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: Adjusting osd_memory_target on smithi098 to 17122M 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:32.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:32.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:31 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:33.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:32 smithi133 ceph-mon[44777]: osdmap e14: 2 total, 2 up, 2 in 2024-04-16T01:10:33.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:32 smithi098 ceph-mon[44639]: osdmap e14: 2 total, 2 up, 2 in 2024-04-16T01:10:33.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:32 smithi071 ceph-mon[39590]: osdmap e14: 2 total, 2 up, 2 in 2024-04-16T01:10:34.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:33 smithi098 ceph-mon[44639]: from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:10:34.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-16T01:10:34.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-16T01:10:34.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:33 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:34.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:33 smithi098 ceph-mon[44639]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:34.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:33 smithi071 ceph-mon[39590]: from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:10:34.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-16T01:10:34.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-16T01:10:34.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:33 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:34.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:33 smithi071 ceph-mon[39590]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:34.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:33 smithi133 ceph-mon[44777]: from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:10:34.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-16T01:10:34.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-16T01:10:34.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:33 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:34.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:33 smithi133 ceph-mon[44777]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:36.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:36 smithi098 ceph-mon[44639]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:36.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:36 smithi098 ceph-mon[44639]: from='client.? 172.21.15.133:0/1544572620' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92fa4741-9e06-4862-8ddc-19ca4a8ba8ad"}]: dispatch 2024-04-16T01:10:36.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:36 smithi098 ceph-mon[44639]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92fa4741-9e06-4862-8ddc-19ca4a8ba8ad"}]: dispatch 2024-04-16T01:10:36.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:36 smithi098 ceph-mon[44639]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92fa4741-9e06-4862-8ddc-19ca4a8ba8ad"}]': finished 2024-04-16T01:10:36.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:36 smithi098 ceph-mon[44639]: osdmap e15: 3 total, 2 up, 3 in 2024-04-16T01:10:36.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:36 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:36.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:36 smithi098 ceph-mon[44639]: from='client.? 172.21.15.133:0/2411587493' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-16T01:10:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:36 smithi071 ceph-mon[39590]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:36 smithi071 ceph-mon[39590]: from='client.? 172.21.15.133:0/1544572620' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92fa4741-9e06-4862-8ddc-19ca4a8ba8ad"}]: dispatch 2024-04-16T01:10:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:36 smithi071 ceph-mon[39590]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92fa4741-9e06-4862-8ddc-19ca4a8ba8ad"}]: dispatch 2024-04-16T01:10:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:36 smithi071 ceph-mon[39590]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92fa4741-9e06-4862-8ddc-19ca4a8ba8ad"}]': finished 2024-04-16T01:10:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:36 smithi071 ceph-mon[39590]: osdmap e15: 3 total, 2 up, 3 in 2024-04-16T01:10:36.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:36 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:36.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:36 smithi071 ceph-mon[39590]: from='client.? 172.21.15.133:0/2411587493' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-16T01:10:36.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:36 smithi133 ceph-mon[44777]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:36.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:36 smithi133 ceph-mon[44777]: from='client.? 172.21.15.133:0/1544572620' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92fa4741-9e06-4862-8ddc-19ca4a8ba8ad"}]: dispatch 2024-04-16T01:10:36.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:36 smithi133 ceph-mon[44777]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92fa4741-9e06-4862-8ddc-19ca4a8ba8ad"}]: dispatch 2024-04-16T01:10:36.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:36 smithi133 ceph-mon[44777]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92fa4741-9e06-4862-8ddc-19ca4a8ba8ad"}]': finished 2024-04-16T01:10:36.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:36 smithi133 ceph-mon[44777]: osdmap e15: 3 total, 2 up, 3 in 2024-04-16T01:10:36.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:36 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:36.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:36 smithi133 ceph-mon[44777]: from='client.? 172.21.15.133:0/2411587493' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-16T01:10:38.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:38 smithi133 ceph-mon[44777]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:38.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:38 smithi098 ceph-mon[44639]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:38.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:38 smithi071 ceph-mon[39590]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:40.701 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:40 smithi133 ceph-mon[44777]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:40.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:40 smithi098 ceph-mon[44639]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:40.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:40 smithi071 ceph-mon[39590]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:42.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:42 smithi133 ceph-mon[44777]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:42.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:42 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-16T01:10:42.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:42 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:42.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:42 smithi098 ceph-mon[44639]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:42.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:42 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-16T01:10:42.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:42 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:42.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:42 smithi071 ceph-mon[39590]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:42.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:42 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-16T01:10:42.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:42 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:43.620 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:43 smithi133 ceph-mon[44777]: Deploying daemon osd.2 on smithi133 2024-04-16T01:10:43.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:43 smithi098 ceph-mon[44639]: Deploying daemon osd.2 on smithi133 2024-04-16T01:10:43.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:43 smithi071 ceph-mon[39590]: Deploying daemon osd.2 on smithi133 2024-04-16T01:10:44.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:44 smithi133 ceph-mon[44777]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:44 smithi098 ceph-mon[44639]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:44.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:44 smithi071 ceph-mon[39590]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:46.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:46 smithi098 ceph-mon[44639]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:46.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:46 smithi071 ceph-mon[39590]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:46.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:46 smithi133 ceph-mon[44777]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:47.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:47.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:47.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:47.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:47.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:47.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:47.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:47.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:47.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:48.749 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:48 smithi133 ceph-mon[44777]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:48.750 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:48 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:48.750 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:48 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:48.750 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:48 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:48.750 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:48 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:48.750 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:48 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:49.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:48 smithi098 ceph-mon[44639]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:49.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:48 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:49.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:48 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:49.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:48 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:49.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:48 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:49.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:48 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:49.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:48 smithi071 ceph-mon[39590]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:49.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:48 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:49.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:48 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:49.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:48 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:49.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:48 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:49.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:48 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:50.100 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 2 on host 'smithi133' 2024-04-16T01:10:50.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:50 smithi133 ceph-mon[44777]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:50.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:50 smithi133 ceph-mon[44777]: from='osd.2 [v2:172.21.15.133:6800/904602500,v1:172.21.15.133:6801/904602500]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-16T01:10:50.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:50 smithi133 ceph-mon[44777]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-16T01:10:50.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:50 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:50.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:50 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:50.768 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:50 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:50.789 DEBUG:teuthology.orchestra.run.smithi133:osd.2> sudo journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@osd.2.service 2024-04-16T01:10:50.792 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-16T01:10:50.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-16T01:10:50.822 INFO:journalctl@ceph.osd.2.smithi133.stdout:-- Logs begin at Tue 2024-04-16 00:56:30 UTC. -- 2024-04-16T01:10:50.824 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:50 smithi071 ceph-mon[39590]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:50.824 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:50 smithi071 ceph-mon[39590]: from='osd.2 [v2:172.21.15.133:6800/904602500,v1:172.21.15.133:6801/904602500]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-16T01:10:50.824 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:50 smithi071 ceph-mon[39590]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-16T01:10:50.825 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:50.825 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:50.825 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:51.020 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:10:51.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:50 smithi098 ceph-mon[44639]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:51.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:50 smithi098 ceph-mon[44639]: from='osd.2 [v2:172.21.15.133:6800/904602500,v1:172.21.15.133:6801/904602500]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-16T01:10:51.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:50 smithi098 ceph-mon[44639]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-16T01:10:51.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:50 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:51.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:50 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:51.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:50 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:10:51.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:51 smithi133 ceph-mon[44777]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-16T01:10:51.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:51 smithi133 ceph-mon[44777]: osdmap e16: 3 total, 2 up, 3 in 2024-04-16T01:10:51.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:51 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:51.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:51 smithi133 ceph-mon[44777]: from='osd.2 [v2:172.21.15.133:6800/904602500,v1:172.21.15.133:6801/904602500]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-16T01:10:51.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:51 smithi133 ceph-mon[44777]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-16T01:10:51.985 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:51 smithi071 ceph-mon[39590]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-16T01:10:51.985 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:51 smithi071 ceph-mon[39590]: osdmap e16: 3 total, 2 up, 3 in 2024-04-16T01:10:51.985 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:51 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:51.985 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:51 smithi071 ceph-mon[39590]: from='osd.2 [v2:172.21.15.133:6800/904602500,v1:172.21.15.133:6801/904602500]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-16T01:10:51.985 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:51 smithi071 ceph-mon[39590]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-16T01:10:52.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:51 smithi098 ceph-mon[44639]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-16T01:10:52.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:51 smithi098 ceph-mon[44639]: osdmap e16: 3 total, 2 up, 3 in 2024-04-16T01:10:52.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:51 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:52.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:51 smithi098 ceph-mon[44639]: from='osd.2 [v2:172.21.15.133:6800/904602500,v1:172.21.15.133:6801/904602500]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-16T01:10:52.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:51 smithi098 ceph-mon[44639]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-16T01:10:52.411 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:10:52 smithi133 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-2[49395]: 2024-04-16T01:10:52.025+0000 7f0903c97700 -1 osd.2 0 waiting for initial osdmap 2024-04-16T01:10:52.411 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:10:52 smithi133 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-2[49395]: 2024-04-16T01:10:52.030+0000 7f08fba84700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-16T01:10:52.663 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:10:52.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:52 smithi133 ceph-mon[44777]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:52.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:52 smithi133 ceph-mon[44777]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-16T01:10:52.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:52 smithi133 ceph-mon[44777]: osdmap e17: 3 total, 2 up, 3 in 2024-04-16T01:10:52.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:52 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:52.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:52 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:52.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:52 smithi133 ceph-mon[44777]: from='osd.2 ' entity='osd.2' 2024-04-16T01:10:53.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:52 smithi098 ceph-mon[44639]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:53.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:52 smithi098 ceph-mon[44639]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-16T01:10:53.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:52 smithi098 ceph-mon[44639]: osdmap e17: 3 total, 2 up, 3 in 2024-04-16T01:10:53.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:52 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:53.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:52 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:53.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:52 smithi098 ceph-mon[44639]: from='osd.2 ' entity='osd.2' 2024-04-16T01:10:53.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:52 smithi071 ceph-mon[39590]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:53.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:52 smithi071 ceph-mon[39590]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-16T01:10:53.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:52 smithi071 ceph-mon[39590]: osdmap e17: 3 total, 2 up, 3 in 2024-04-16T01:10:53.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:52 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:53.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:52 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:53.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:52 smithi071 ceph-mon[39590]: from='osd.2 ' entity='osd.2' 2024-04-16T01:10:53.343 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1713229830,"num_in_osds":3,"osd_in_since":1713229835,"num_remapped_pgs":0} 2024-04-16T01:10:54.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:53 smithi098 ceph-mon[44639]: purged_snaps scrub starts 2024-04-16T01:10:54.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:53 smithi098 ceph-mon[44639]: purged_snaps scrub ok 2024-04-16T01:10:54.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:53 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:54.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:53 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/2585654353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-16T01:10:54.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:53 smithi098 ceph-mon[44639]: osd.2 [v2:172.21.15.133:6800/904602500,v1:172.21.15.133:6801/904602500] boot 2024-04-16T01:10:54.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:53 smithi098 ceph-mon[44639]: osdmap e18: 3 total, 3 up, 3 in 2024-04-16T01:10:54.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:53 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:54.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:53 smithi071 ceph-mon[39590]: purged_snaps scrub starts 2024-04-16T01:10:54.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:53 smithi071 ceph-mon[39590]: purged_snaps scrub ok 2024-04-16T01:10:54.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:53 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:54.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:53 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/2585654353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-16T01:10:54.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:53 smithi071 ceph-mon[39590]: osd.2 [v2:172.21.15.133:6800/904602500,v1:172.21.15.133:6801/904602500] boot 2024-04-16T01:10:54.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:53 smithi071 ceph-mon[39590]: osdmap e18: 3 total, 3 up, 3 in 2024-04-16T01:10:54.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:53 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:54.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:53 smithi133 ceph-mon[44777]: purged_snaps scrub starts 2024-04-16T01:10:54.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:53 smithi133 ceph-mon[44777]: purged_snaps scrub ok 2024-04-16T01:10:54.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:53 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:54.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:53 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/2585654353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-16T01:10:54.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:53 smithi133 ceph-mon[44777]: osd.2 [v2:172.21.15.133:6800/904602500,v1:172.21.15.133:6801/904602500] boot 2024-04-16T01:10:54.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:53 smithi133 ceph-mon[44777]: osdmap e18: 3 total, 3 up, 3 in 2024-04-16T01:10:54.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:53 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-16T01:10:54.344 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-16T01:10:54.561 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:10:55.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:55.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-16T01:10:55.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: Detected new or changed devices on smithi133 2024-04-16T01:10:55.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:55.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:55.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:10:55.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: Adjusting osd_memory_target on smithi133 to 21218M 2024-04-16T01:10:55.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:55.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:55.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:55.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:55.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-16T01:10:55.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: osdmap e19: 3 total, 3 up, 3 in 2024-04-16T01:10:55.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:54 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-16T01:10:55.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:55.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-16T01:10:55.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: Detected new or changed devices on smithi133 2024-04-16T01:10:55.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:55.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:55.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:10:55.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: Adjusting osd_memory_target on smithi133 to 21218M 2024-04-16T01:10:55.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:55.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:55.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:55.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:55.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-16T01:10:55.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: osdmap e19: 3 total, 3 up, 3 in 2024-04-16T01:10:55.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:54 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-16T01:10:55.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-16T01:10:55.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-16T01:10:55.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: Detected new or changed devices on smithi133 2024-04-16T01:10:55.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:55.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:55.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-16T01:10:55.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: Adjusting osd_memory_target on smithi133 to 21218M 2024-04-16T01:10:55.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:55.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:10:55.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:10:55.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:55.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-16T01:10:55.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: osdmap e19: 3 total, 3 up, 3 in 2024-04-16T01:10:55.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:54 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-16T01:10:55.614 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:10:55 smithi071 sudo[61599]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-16T01:10:55.614 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:10:55 smithi071 sudo[61599]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-16T01:10:55.614 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:10:55 smithi071 sudo[61599]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-16T01:10:55.614 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:10:55 smithi071 sudo[61599]: pam_unix(sudo:session): session closed for user root 2024-04-16T01:10:55.912 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:10:55 smithi071 sudo[61602]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-16T01:10:55.913 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:10:55 smithi071 sudo[61602]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-16T01:10:55.913 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:10:55 smithi071 sudo[61602]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-16T01:10:55.913 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:10:55 smithi071 sudo[61602]: pam_unix(sudo:session): session closed for user root 2024-04-16T01:10:56.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:56 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-16T01:10:56.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:56 smithi098 ceph-mon[44639]: osdmap e20: 3 total, 3 up, 3 in 2024-04-16T01:10:56.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:56 smithi098 ceph-mon[44639]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:10:56.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:56 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:56.303 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:10:55 smithi098 sudo[54218]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-16T01:10:56.303 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:10:55 smithi098 sudo[54218]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-16T01:10:56.303 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:10:55 smithi098 sudo[54218]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-16T01:10:56.303 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:10:55 smithi098 sudo[54218]: pam_unix(sudo:session): session closed for user root 2024-04-16T01:10:56.304 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:10:56 smithi098 sudo[54221]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-16T01:10:56.304 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:10:56 smithi098 sudo[54221]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-16T01:10:56.304 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:10:56 smithi098 sudo[54221]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-16T01:10:56.304 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:10:56 smithi098 sudo[54221]: pam_unix(sudo:session): session closed for user root 2024-04-16T01:10:56.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:56 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-16T01:10:56.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:56 smithi071 ceph-mon[39590]: osdmap e20: 3 total, 3 up, 3 in 2024-04-16T01:10:56.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:56 smithi071 ceph-mon[39590]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:10:56.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:56 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:56.367 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:10:56.376 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:56 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-16T01:10:56.376 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:56 smithi133 ceph-mon[44777]: osdmap e20: 3 total, 3 up, 3 in 2024-04-16T01:10:56.376 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:56 smithi133 ceph-mon[44777]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:10:56.376 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:56 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:56.661 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:10:56 smithi133 sudo[53590]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-16T01:10:56.661 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:10:56 smithi133 sudo[53590]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-16T01:10:56.661 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:10:56 smithi133 sudo[53590]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-16T01:10:56.662 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:10:56 smithi133 sudo[53590]: pam_unix(sudo:session): session closed for user root 2024-04-16T01:10:56.662 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:10:56 smithi133 sudo[53593]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-16T01:10:56.662 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:10:56 smithi133 sudo[53593]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-16T01:10:56.662 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:10:56 smithi133 sudo[53593]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-16T01:10:56.662 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:10:56 smithi133 sudo[53593]: pam_unix(sudo:session): session closed for user root 2024-04-16T01:10:56.953 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:56 smithi071 sudo[61672]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-16T01:10:56.953 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:56 smithi071 sudo[61672]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-16T01:10:56.953 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:56 smithi071 sudo[61672]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-16T01:10:56.953 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:56 smithi071 sudo[61672]: pam_unix(sudo:session): session closed for user root 2024-04-16T01:10:56.954 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1713229853,"num_in_osds":3,"osd_in_since":1713229835,"num_remapped_pgs":0} 2024-04-16T01:10:56.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph osd dump --format=json 2024-04-16T01:10:57.176 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:10:57.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:57 smithi071 sudo[61726]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-16T01:10:57.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:57 smithi071 sudo[61726]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-16T01:10:57.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:57 smithi071 sudo[61726]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-16T01:10:57.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:57 smithi071 sudo[61726]: pam_unix(sudo:session): session closed for user root 2024-04-16T01:10:57.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:57 smithi071 ceph-mon[39590]: osdmap e21: 3 total, 3 up, 3 in 2024-04-16T01:10:57.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:57 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:57.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:57 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/1032859184' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-16T01:10:57.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:57 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:57.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:57 smithi071 ceph-mon[39590]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-16T01:10:57.410 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 ceph-mon[44777]: osdmap e21: 3 total, 3 up, 3 in 2024-04-16T01:10:57.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:57.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/1032859184' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-16T01:10:57.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:57.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 ceph-mon[44777]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-16T01:10:57.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 sudo[53596]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-16T01:10:57.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 sudo[53596]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-16T01:10:57.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 sudo[53596]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-16T01:10:57.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 sudo[53596]: pam_unix(sudo:session): session closed for user root 2024-04-16T01:10:57.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:57 smithi098 ceph-mon[44639]: osdmap e21: 3 total, 3 up, 3 in 2024-04-16T01:10:57.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:57 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:57.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:57 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/1032859184' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-16T01:10:57.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:57 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:10:57.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:57 smithi098 ceph-mon[44639]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-16T01:10:57.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 sudo[53599]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-16T01:10:57.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 sudo[53599]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-16T01:10:57.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 sudo[53599]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-16T01:10:57.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:57 smithi133 sudo[53599]: pam_unix(sudo:session): session closed for user root 2024-04-16T01:10:58.144 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:57 smithi098 sudo[54224]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-16T01:10:58.144 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:57 smithi098 sudo[54224]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-16T01:10:58.144 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:57 smithi098 sudo[54224]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-16T01:10:58.145 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:57 smithi098 sudo[54224]: pam_unix(sudo:session): session closed for user root 2024-04-16T01:10:58.145 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 sudo[54227]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-16T01:10:58.145 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 sudo[54227]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-16T01:10:58.145 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 sudo[54227]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-16T01:10:58.145 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 sudo[54227]: pam_unix(sudo:session): session closed for user root 2024-04-16T01:10:58.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-16T01:10:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:10:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:10:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:10:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-16T01:10:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-16T01:10:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:10:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:10:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:10:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:10:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-16T01:10:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-16T01:10:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:10:58.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:10:58.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:10:58.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:58 smithi071 ceph-mon[39590]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-16T01:10:58.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-16T01:10:58.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:10:58.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:10:58.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:10:58.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-16T01:10:58.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-16T01:10:58.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:10:58.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:10:58.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:10:58.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:10:58.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-16T01:10:58.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-16T01:10:58.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:10:58.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:10:58.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:10:58.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:58 smithi133 ceph-mon[44777]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-16T01:10:58.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:10:58.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:10:58.554 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:58 smithi098 ceph-mon[44639]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-16T01:10:59.041 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:10:59.042 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":21,"fsid":"9b20f548-fb8d-11ee-bc8f-c7b262605968","created":"2024-04-16T01:07:39.357554+0000","modified":"2024-04-16T01:10:56.042117+0000","last_up_change":"2024-04-16T01:10:53.028197+0000","last_in_change":"2024-04-16T01:10:35.523493+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-16T01:10:53.679138+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":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"525605f9-8473-4a5a-bc65-6ed7cb18ebe8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":846021497},{"type":"v1","addr":"172.21.15.71:6803","nonce":846021497}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":846021497},{"type":"v1","addr":"172.21.15.71:6805","nonce":846021497}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":846021497},{"type":"v1","addr":"172.21.15.71:6809","nonce":846021497}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":846021497},{"type":"v1","addr":"172.21.15.71:6807","nonce":846021497}]},"public_addr":"172.21.15.71:6803/846021497","cluster_addr":"172.21.15.71:6805/846021497","heartbeat_back_addr":"172.21.15.71:6809/846021497","heartbeat_front_addr":"172.21.15.71:6807/846021497","state":["exists","up"]},{"osd":1,"uuid":"4b3c5952-8a2d-4eb3-9a33-ccb864bd57a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":4061453841},{"type":"v1","addr":"172.21.15.98:6801","nonce":4061453841}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":4061453841},{"type":"v1","addr":"172.21.15.98:6803","nonce":4061453841}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":4061453841},{"type":"v1","addr":"172.21.15.98:6807","nonce":4061453841}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":4061453841},{"type":"v1","addr":"172.21.15.98:6805","nonce":4061453841}]},"public_addr":"172.21.15.98:6801/4061453841","cluster_addr":"172.21.15.98:6803/4061453841","heartbeat_back_addr":"172.21.15.98:6807/4061453841","heartbeat_front_addr":"172.21.15.98:6805/4061453841","state":["exists","up"]},{"osd":2,"uuid":"92fa4741-9e06-4862-8ddc-19ca4a8ba8ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":904602500},{"type":"v1","addr":"172.21.15.133:6801","nonce":904602500}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":904602500},{"type":"v1","addr":"172.21.15.133:6803","nonce":904602500}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":904602500},{"type":"v1","addr":"172.21.15.133:6807","nonce":904602500}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":904602500},{"type":"v1","addr":"172.21.15.133:6805","nonce":904602500}]},"public_addr":"172.21.15.133:6801/904602500","cluster_addr":"172.21.15.133:6803/904602500","heartbeat_back_addr":"172.21.15.133:6807/904602500","heartbeat_front_addr":"172.21.15.133:6805/904602500","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-16T01:10:06.267452+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-16T01:10:28.966345+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-16T01:10:50.659274+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/2480597166":"2024-04-17T01:08:35.368099+0000","172.21.15.71:6801/3854808199":"2024-04-17T01:08:35.368099+0000","172.21.15.71:6800/3854808199":"2024-04-17T01:08:35.368099+0000","172.21.15.71:0/718906481":"2024-04-17T01:08:35.368099+0000","172.21.15.71:0/234221263":"2024-04-17T01:08:09.351470+0000","172.21.15.71:0/1926102032":"2024-04-17T01:08:09.351470+0000","172.21.15.71:0/2830054394":"2024-04-17T01:08:09.351470+0000","172.21.15.71:6800/288204014":"2024-04-17T01:08:09.351470+0000","172.21.15.71:6801/288204014":"2024-04-17T01:08:09.351470+0000","172.21.15.71:0/1716618339":"2024-04-17T01:08:35.368099+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","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}} 2024-04-16T01:10:59.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:10:59 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/3767427749' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-16T01:10:59.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:10:59 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/3767427749' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-16T01:10:59.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:10:59 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/3767427749' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-16T01:10:59.684 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-16T01:10:53.679138+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': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-04-16T01:10:59.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-16T01:10:59.897 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:00.410 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:00 smithi133 ceph-mon[44777]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:00.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:00 smithi098 ceph-mon[44639]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:00.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:00 smithi071 ceph-mon[39590]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:01.645 INFO:teuthology.orchestra.run.smithi071.stdout:pg_num: 1 2024-04-16T01:11:02.350 INFO:tasks.cephadm:Setting up client nodes... 2024-04-16T01:11:02.350 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-16T01:11:02.350 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-16T01:11:02.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph mgr dump --format=json 2024-04-16T01:11:02.572 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:02.774 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:02 smithi071 ceph-mon[39590]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 5.1 KiB/s rd, 245 KiB/s wr, 16 op/s 2024-04-16T01:11:02.774 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:02 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/908036468' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-16T01:11:02.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:02 smithi098 ceph-mon[44639]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 5.1 KiB/s rd, 245 KiB/s wr, 16 op/s 2024-04-16T01:11:02.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:02 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/908036468' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-16T01:11:02.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:02 smithi133 ceph-mon[44777]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 5.1 KiB/s rd, 245 KiB/s wr, 16 op/s 2024-04-16T01:11:02.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:02 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/908036468' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-16T01:11:04.364 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:11:04.720 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:04 smithi071 ceph-mon[39590]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.7 KiB/s rd, 178 KiB/s wr, 11 op/s 2024-04-16T01:11:04.720 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:04 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/4294088673' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-16T01:11:04.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:04 smithi098 ceph-mon[44639]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.7 KiB/s rd, 178 KiB/s wr, 11 op/s 2024-04-16T01:11:04.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:04 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/4294088673' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-16T01:11:04.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:04 smithi133 ceph-mon[44777]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.7 KiB/s rd, 178 KiB/s wr, 11 op/s 2024-04-16T01:11:04.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:04 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/4294088673' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-16T01:11:05.020 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":1301176210},{"type":"v1","addr":"172.21.15.71:6801","nonce":1301176210}]},"active_addr":"172.21.15.71:6801/1301176210","active_change":"2024-04-16T01:08:35.368201+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540138322906710015,"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":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = 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":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","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.25.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_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","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:9.4.7","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":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","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:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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.43.0","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_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","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":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","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":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","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_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"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":"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":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"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":[]},"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":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","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":"rgw","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":"rook","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":[]},"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":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"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":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","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":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"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":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = 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":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","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.25.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_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","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:9.4.7","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":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","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:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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.43.0","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_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","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":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","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":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","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_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"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":"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":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"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":[]},"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":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","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":"rgw","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":"rook","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":[]},"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":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"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":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","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":{"dashboard":"https://172.21.15.71:8443/"},"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"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":2445813782}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":2843813857}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":3307963893}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":1892508239}]}]} 2024-04-16T01:11:05.027 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-16T01:11:05.027 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-16T01:11:05.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph osd dump --format=json 2024-04-16T01:11:05.242 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:06.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:06 smithi071 ceph-mon[39590]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 140 KiB/s wr, 9 op/s 2024-04-16T01:11:06.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:06 smithi098 ceph-mon[44639]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 140 KiB/s wr, 9 op/s 2024-04-16T01:11:06.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:06 smithi133 ceph-mon[44777]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 140 KiB/s wr, 9 op/s 2024-04-16T01:11:07.043 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:11:07.044 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":21,"fsid":"9b20f548-fb8d-11ee-bc8f-c7b262605968","created":"2024-04-16T01:07:39.357554+0000","modified":"2024-04-16T01:10:56.042117+0000","last_up_change":"2024-04-16T01:10:53.028197+0000","last_in_change":"2024-04-16T01:10:35.523493+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-16T01:10:53.679138+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":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"525605f9-8473-4a5a-bc65-6ed7cb18ebe8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":846021497},{"type":"v1","addr":"172.21.15.71:6803","nonce":846021497}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":846021497},{"type":"v1","addr":"172.21.15.71:6805","nonce":846021497}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":846021497},{"type":"v1","addr":"172.21.15.71:6809","nonce":846021497}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":846021497},{"type":"v1","addr":"172.21.15.71:6807","nonce":846021497}]},"public_addr":"172.21.15.71:6803/846021497","cluster_addr":"172.21.15.71:6805/846021497","heartbeat_back_addr":"172.21.15.71:6809/846021497","heartbeat_front_addr":"172.21.15.71:6807/846021497","state":["exists","up"]},{"osd":1,"uuid":"4b3c5952-8a2d-4eb3-9a33-ccb864bd57a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":4061453841},{"type":"v1","addr":"172.21.15.98:6801","nonce":4061453841}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":4061453841},{"type":"v1","addr":"172.21.15.98:6803","nonce":4061453841}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":4061453841},{"type":"v1","addr":"172.21.15.98:6807","nonce":4061453841}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":4061453841},{"type":"v1","addr":"172.21.15.98:6805","nonce":4061453841}]},"public_addr":"172.21.15.98:6801/4061453841","cluster_addr":"172.21.15.98:6803/4061453841","heartbeat_back_addr":"172.21.15.98:6807/4061453841","heartbeat_front_addr":"172.21.15.98:6805/4061453841","state":["exists","up"]},{"osd":2,"uuid":"92fa4741-9e06-4862-8ddc-19ca4a8ba8ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":904602500},{"type":"v1","addr":"172.21.15.133:6801","nonce":904602500}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":904602500},{"type":"v1","addr":"172.21.15.133:6803","nonce":904602500}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":904602500},{"type":"v1","addr":"172.21.15.133:6807","nonce":904602500}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":904602500},{"type":"v1","addr":"172.21.15.133:6805","nonce":904602500}]},"public_addr":"172.21.15.133:6801/904602500","cluster_addr":"172.21.15.133:6803/904602500","heartbeat_back_addr":"172.21.15.133:6807/904602500","heartbeat_front_addr":"172.21.15.133:6805/904602500","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-16T01:10:06.267452+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-16T01:10:28.966345+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-16T01:10:50.659274+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/2480597166":"2024-04-17T01:08:35.368099+0000","172.21.15.71:6801/3854808199":"2024-04-17T01:08:35.368099+0000","172.21.15.71:6800/3854808199":"2024-04-17T01:08:35.368099+0000","172.21.15.71:0/718906481":"2024-04-17T01:08:35.368099+0000","172.21.15.71:0/234221263":"2024-04-17T01:08:09.351470+0000","172.21.15.71:0/1926102032":"2024-04-17T01:08:09.351470+0000","172.21.15.71:0/2830054394":"2024-04-17T01:08:09.351470+0000","172.21.15.71:6800/288204014":"2024-04-17T01:08:09.351470+0000","172.21.15.71:6801/288204014":"2024-04-17T01:08:09.351470+0000","172.21.15.71:0/1716618339":"2024-04-17T01:08:35.368099+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","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}} 2024-04-16T01:11:07.669 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-16T01:11:07.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph osd dump --format=json 2024-04-16T01:11:07.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:07 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/973192488' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-16T01:11:07.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:07 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/973192488' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-16T01:11:07.886 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:07.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:07 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/973192488' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-16T01:11:08.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:08 smithi098 ceph-mon[44639]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 115 KiB/s wr, 7 op/s 2024-04-16T01:11:08.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:08 smithi071 ceph-mon[39590]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 115 KiB/s wr, 7 op/s 2024-04-16T01:11:08.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:08 smithi133 ceph-mon[44777]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 115 KiB/s wr, 7 op/s 2024-04-16T01:11:09.616 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:11:09.673 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":21,"fsid":"9b20f548-fb8d-11ee-bc8f-c7b262605968","created":"2024-04-16T01:07:39.357554+0000","modified":"2024-04-16T01:10:56.042117+0000","last_up_change":"2024-04-16T01:10:53.028197+0000","last_in_change":"2024-04-16T01:10:35.523493+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-16T01:10:53.679138+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":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"525605f9-8473-4a5a-bc65-6ed7cb18ebe8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":846021497},{"type":"v1","addr":"172.21.15.71:6803","nonce":846021497}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":846021497},{"type":"v1","addr":"172.21.15.71:6805","nonce":846021497}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":846021497},{"type":"v1","addr":"172.21.15.71:6809","nonce":846021497}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":846021497},{"type":"v1","addr":"172.21.15.71:6807","nonce":846021497}]},"public_addr":"172.21.15.71:6803/846021497","cluster_addr":"172.21.15.71:6805/846021497","heartbeat_back_addr":"172.21.15.71:6809/846021497","heartbeat_front_addr":"172.21.15.71:6807/846021497","state":["exists","up"]},{"osd":1,"uuid":"4b3c5952-8a2d-4eb3-9a33-ccb864bd57a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":4061453841},{"type":"v1","addr":"172.21.15.98:6801","nonce":4061453841}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":4061453841},{"type":"v1","addr":"172.21.15.98:6803","nonce":4061453841}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":4061453841},{"type":"v1","addr":"172.21.15.98:6807","nonce":4061453841}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":4061453841},{"type":"v1","addr":"172.21.15.98:6805","nonce":4061453841}]},"public_addr":"172.21.15.98:6801/4061453841","cluster_addr":"172.21.15.98:6803/4061453841","heartbeat_back_addr":"172.21.15.98:6807/4061453841","heartbeat_front_addr":"172.21.15.98:6805/4061453841","state":["exists","up"]},{"osd":2,"uuid":"92fa4741-9e06-4862-8ddc-19ca4a8ba8ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":904602500},{"type":"v1","addr":"172.21.15.133:6801","nonce":904602500}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":904602500},{"type":"v1","addr":"172.21.15.133:6803","nonce":904602500}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":904602500},{"type":"v1","addr":"172.21.15.133:6807","nonce":904602500}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":904602500},{"type":"v1","addr":"172.21.15.133:6805","nonce":904602500}]},"public_addr":"172.21.15.133:6801/904602500","cluster_addr":"172.21.15.133:6803/904602500","heartbeat_back_addr":"172.21.15.133:6807/904602500","heartbeat_front_addr":"172.21.15.133:6805/904602500","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-16T01:10:06.267452+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-16T01:10:28.966345+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-16T01:10:50.659274+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/2480597166":"2024-04-17T01:08:35.368099+0000","172.21.15.71:6801/3854808199":"2024-04-17T01:08:35.368099+0000","172.21.15.71:6800/3854808199":"2024-04-17T01:08:35.368099+0000","172.21.15.71:0/718906481":"2024-04-17T01:08:35.368099+0000","172.21.15.71:0/234221263":"2024-04-17T01:08:09.351470+0000","172.21.15.71:0/1926102032":"2024-04-17T01:08:09.351470+0000","172.21.15.71:0/2830054394":"2024-04-17T01:08:09.351470+0000","172.21.15.71:6800/288204014":"2024-04-17T01:08:09.351470+0000","172.21.15.71:6801/288204014":"2024-04-17T01:08:09.351470+0000","172.21.15.71:0/1716618339":"2024-04-17T01:08:35.368099+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","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}} 2024-04-16T01:11:10.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-16T01:11:10.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-16T01:11:10.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-16T01:11:10.599 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:10.600 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:10.605 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:10.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:10 smithi098 ceph-mon[44639]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-16T01:11:10.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:10 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/1540062795' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-16T01:11:10.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:10 smithi071 ceph-mon[39590]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-16T01:11:10.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:10 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/1540062795' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-16T01:11:10.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:10 smithi133 ceph-mon[44777]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-16T01:11:10.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:10 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/1540062795' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-16T01:11:12.764 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:12 smithi071 ceph-mon[39590]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-16T01:11:12.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:12 smithi098 ceph-mon[44639]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-16T01:11:12.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:12 smithi133 ceph-mon[44777]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-16T01:11:14.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:14 smithi071 ceph-mon[39590]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:14.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:14 smithi098 ceph-mon[44639]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:14 smithi133 ceph-mon[44777]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:15.141 INFO:teuthology.orchestra.run.smithi071.stdout:77309411336 2024-04-16T01:11:15.142 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-16T01:11:15.671 INFO:teuthology.orchestra.run.smithi071.stdout:55834574858 2024-04-16T01:11:15.672 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-16T01:11:16.082 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:16.083 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:16.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:16 smithi098 ceph-mon[44639]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:16.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:16 smithi071 ceph-mon[39590]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:16.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:16 smithi133 ceph-mon[44777]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:17.066 INFO:teuthology.orchestra.run.smithi071.stdout:34359738385 2024-04-16T01:11:17.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-16T01:11:18.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:18 smithi098 ceph-mon[44639]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:18.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:18 smithi071 ceph-mon[39590]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:18.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:18 smithi133 ceph-mon[44777]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:19.717 INFO:teuthology.orchestra.run.smithi071.stdout:77309411337 2024-04-16T01:11:19.722 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:19.815 INFO:teuthology.orchestra.run.smithi071.stdout:55834574859 2024-04-16T01:11:20.719 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:20 smithi071 ceph-mon[39590]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:20.719 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:20 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/119386966' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-16T01:11:20.719 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:20 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/1720936473' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-16T01:11:20.738 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411336 got 77309411337 for osd.2 2024-04-16T01:11:20.738 DEBUG:teuthology.parallel:result is None 2024-04-16T01:11:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:20 smithi098 ceph-mon[44639]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:20 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/119386966' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-16T01:11:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:20 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/1720936473' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-16T01:11:20.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:20 smithi133 ceph-mon[44777]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:20 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/119386966' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-16T01:11:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:20 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/1720936473' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-16T01:11:21.107 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574858 got 55834574859 for osd.1 2024-04-16T01:11:21.108 DEBUG:teuthology.parallel:result is None 2024-04-16T01:11:22.602 INFO:teuthology.orchestra.run.smithi071.stdout:34359738386 2024-04-16T01:11:22.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:22 smithi098 ceph-mon[44639]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:22.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:22 smithi071 ceph-mon[39590]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:22.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:22 smithi133 ceph-mon[44777]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:23.338 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738386 for osd.0 2024-04-16T01:11:23.338 DEBUG:teuthology.parallel:result is None 2024-04-16T01:11:23.339 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-16T01:11:23.339 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph pg dump --format=json 2024-04-16T01:11:23.555 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:23.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:23 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/1618887030' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-16T01:11:23.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:23 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/1618887030' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-16T01:11:23.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:23 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/1618887030' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-16T01:11:24.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:24 smithi071 ceph-mon[39590]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:24.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:24 smithi098 ceph-mon[44639]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:24.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:24 smithi133 ceph-mon[44777]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:25.298 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:11:25.301 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-04-16T01:11:25.961 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":95,"stamp":"2024-04-16T01:11:23.397794+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":89284,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85115,"kb_avail":281146172,"statfs":{"total":287985106944,"available":287893680128,"internally_reserved":0,"allocated":2322432,"data_stored":1935402,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4782,"internal_metadata":87158098},"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":"12.002069"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":184,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-16T01:10:58.108093+0000","last_change":"2024-04-16T01:10:55.045259+0000","last_active":"2024-04-16T01:10:58.108093+0000","last_peered":"2024-04-16T01:10:58.108093+0000","last_clean":"2024-04-16T01:10:58.108093+0000","last_became_active":"2024-04-16T01:10:55.044949+0000","last_became_peered":"2024-04-16T01:10:55.044949+0000","last_unstale":"2024-04-16T01:10:58.108093+0000","last_undegraded":"2024-04-16T01:10:58.108093+0000","last_fullsized":"2024-04-16T01:10:58.108093+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-16T01:10:54.031926+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-16T01:10:54.031926+0000","last_clean_scrub_stamp":"2024-04-16T01:10:54.031926+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"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 @ 2024-04-17T07:43:49.363307+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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,2,0],"acting":[1,2,0],"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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32492,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93712660,"statfs":{"total":95995035648,"available":95961763840,"internally_reserved":0,"allocated":774144,"data_stored":645134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[0,1],"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.58799999999999997}]},{"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.54700000000000004}]}]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[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":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.41399999999999998}]},{"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.40000000000000002}]}]},{"osd":1,"up_from":13,"seq":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.374}]},{"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.55800000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-16T01:11:25.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph pg dump --format=json 2024-04-16T01:11:26.176 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:26.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:26 smithi098 ceph-mon[44639]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-16T01:11:26.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:26 smithi098 ceph-mon[44639]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:26.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:26 smithi071 ceph-mon[39590]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-16T01:11:26.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:26 smithi071 ceph-mon[39590]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:26.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:26 smithi133 ceph-mon[44777]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-16T01:11:26.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:26 smithi133 ceph-mon[44777]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:28.026 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:11:28.028 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-04-16T01:11:28.639 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:28 smithi071 ceph-mon[39590]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:28.660 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":97,"stamp":"2024-04-16T01:11:27.398408+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":89284,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85115,"kb_avail":281146172,"statfs":{"total":287985106944,"available":287893680128,"internally_reserved":0,"allocated":2322432,"data_stored":1935402,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4782,"internal_metadata":87158098},"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":"12.002001"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":184,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-16T01:10:58.108093+0000","last_change":"2024-04-16T01:10:55.045259+0000","last_active":"2024-04-16T01:10:58.108093+0000","last_peered":"2024-04-16T01:10:58.108093+0000","last_clean":"2024-04-16T01:10:58.108093+0000","last_became_active":"2024-04-16T01:10:55.044949+0000","last_became_peered":"2024-04-16T01:10:55.044949+0000","last_unstale":"2024-04-16T01:10:58.108093+0000","last_undegraded":"2024-04-16T01:10:58.108093+0000","last_fullsized":"2024-04-16T01:10:58.108093+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-16T01:10:54.031926+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-16T01:10:54.031926+0000","last_clean_scrub_stamp":"2024-04-16T01:10:54.031926+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"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 @ 2024-04-17T07:43:49.363307+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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,2,0],"acting":[1,2,0],"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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32492,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93712660,"statfs":{"total":95995035648,"available":95961763840,"internally_reserved":0,"allocated":774144,"data_stored":645134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[0,1],"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.432}]},{"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.47599999999999998}]}]},{"osd":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[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":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.40600000000000003}]},{"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.46400000000000002}]}]},{"osd":1,"up_from":13,"seq":55834574861,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39500000000000002}]},{"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.49199999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-16T01:11:28.660 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-16T01:11:28.660 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-16T01:11:28.660 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-16T01:11:28.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph health --format=json 2024-04-16T01:11:28.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:28 smithi098 ceph-mon[44639]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:28.877 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:28.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:28 smithi133 ceph-mon[44777]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:29.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:29 smithi098 ceph-mon[44639]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-16T01:11:29.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:29 smithi071 ceph-mon[39590]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-16T01:11:29.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:29 smithi133 ceph-mon[44777]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-16T01:11:30.699 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:11:30.699 INFO:teuthology.orchestra.run.smithi071.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-16T01:11:30.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:30 smithi098 ceph-mon[44639]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:30.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:30 smithi071 ceph-mon[39590]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:30.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:30 smithi133 ceph-mon[44777]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:31.398 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-16T01:11:31.398 INFO:tasks.cephadm:Setup complete, yielding 2024-04-16T01:11:31.399 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-04-16T01:11:31.410 INFO:tasks.cephadm:Applying spec(s): placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 2024-04-16T01:11:31.410 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- ceph orch apply -i - 2024-04-16T01:11:31.626 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:31.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:31 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/281902839' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-16T01:11:31.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:31 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/281902839' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-16T01:11:31.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:31 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/281902839' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-16T01:11:32.602 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:32 smithi071 ceph-mon[39590]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:32.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:32 smithi098 ceph-mon[44639]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:32.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:32 smithi133 ceph-mon[44777]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:33.293 INFO:teuthology.orchestra.run.smithi071.stdout:Scheduled mon update... 2024-04-16T01:11:33.904 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-16T01:11:33.913 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-04-16T01:11:33.914 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e3fb05d5e6da84b5c44db3f3051c4d242f9809c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 -- bash -c 'set -ex 2024-04-16T01:11:33.914 DEBUG:teuthology.orchestra.run.smithi071:> # since we don'"'"'t know the real hostnames before the test, the next 2024-04-16T01:11:33.914 DEBUG:teuthology.orchestra.run.smithi071:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-04-16T01:11:33.914 DEBUG:teuthology.orchestra.run.smithi071:> # the actual names cephadm knows the host by within the mon spec 2024-04-16T01:11:33.914 DEBUG:teuthology.orchestra.run.smithi071:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-04-16T01:11:33.914 DEBUG:teuthology.orchestra.run.smithi071:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-04-16T01:11:33.914 DEBUG:teuthology.orchestra.run.smithi071:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-04-16T01:11:33.914 DEBUG:teuthology.orchestra.run.smithi071:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-04-16T01:11:33.914 DEBUG:teuthology.orchestra.run.smithi071:> ceph orch ls --service-name mon --export > mon.yaml 2024-04-16T01:11:33.914 DEBUG:teuthology.orchestra.run.smithi071:> MONSPEC=`cat mon.yaml` 2024-04-16T01:11:33.915 DEBUG:teuthology.orchestra.run.smithi071:> echo "$MONSPEC" 2024-04-16T01:11:33.915 DEBUG:teuthology.orchestra.run.smithi071:> while read realname <&3 && read fakename <&4; do 2024-04-16T01:11:33.915 DEBUG:teuthology.orchestra.run.smithi071:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-04-16T01:11:33.915 DEBUG:teuthology.orchestra.run.smithi071:> done 3 echo "$MONSPEC" > mon.yaml 2024-04-16T01:11:33.915 DEBUG:teuthology.orchestra.run.smithi071:> cat mon.yaml 2024-04-16T01:11:33.915 DEBUG:teuthology.orchestra.run.smithi071:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-04-16T01:11:33.915 DEBUG:teuthology.orchestra.run.smithi071:> ceph orch apply -i mon.yaml 2024-04-16T01:11:33.915 DEBUG:teuthology.orchestra.run.smithi071:> sleep 90 2024-04-16T01:11:33.915 DEBUG:teuthology.orchestra.run.smithi071:> ceph orch ps --refresh 2024-04-16T01:11:33.915 DEBUG:teuthology.orchestra.run.smithi071:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-04-16T01:11:33.915 DEBUG:teuthology.orchestra.run.smithi071:> sleep 90 2024-04-16T01:11:33.916 DEBUG:teuthology.orchestra.run.smithi071:> ceph mon dump 2024-04-16T01:11:33.916 DEBUG:teuthology.orchestra.run.smithi071:> ceph mon dump --format json 2024-04-16T01:11:33.916 DEBUG:teuthology.orchestra.run.smithi071:> # verify all the crush locations got set from "ceph mon dump" output 2024-04-16T01:11:33.916 DEBUG:teuthology.orchestra.run.smithi071:> while read monid <&3 && read crushloc <&4; do 2024-04-16T01:11:33.916 DEBUG:teuthology.orchestra.run.smithi071:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-04-16T01:11:33.916 DEBUG:teuthology.orchestra.run.smithi071:> done 3 ' 2024-04-16T01:11:34.131 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/mon.a/config 2024-04-16T01:11:34.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:34 smithi098 ceph-mon[44639]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:11:34.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:34 smithi098 ceph-mon[44639]: Saving service mon spec with placement count:3 2024-04-16T01:11:34.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:34 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:34.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:34 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:11:34.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:34 smithi098 ceph-mon[44639]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:34.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:34 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:34.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:34 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:11:34.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:34 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:34.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:34 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-16T01:11:34.553 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:34 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:34.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:34 smithi071 ceph-mon[39590]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:11:34.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:34 smithi071 ceph-mon[39590]: Saving service mon spec with placement count:3 2024-04-16T01:11:34.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:34 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:34.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:34 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:11:34.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:34 smithi071 ceph-mon[39590]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:34.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:34 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:34.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:34 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:11:34.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:34 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:34.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:34 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-16T01:11:34.554 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:34 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:34 smithi133 ceph-mon[44777]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-16T01:11:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:34 smithi133 ceph-mon[44777]: Saving service mon spec with placement count:3 2024-04-16T01:11:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:34 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:34 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:11:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:34 smithi133 ceph-mon[44777]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:34 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:34 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:11:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:34 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:34 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-16T01:11:34.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:34 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:35.633 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph orch host ls --format json 2024-04-16T01:11:35.633 INFO:teuthology.orchestra.run.smithi071.stderr:+ jq -r '.[] | .hostname' 2024-04-16T01:11:35.844 INFO:teuthology.orchestra.run.smithi071.stderr:+ echo 'host.a 2024-04-16T01:11:35.844 INFO:teuthology.orchestra.run.smithi071.stderr:host.b 2024-04-16T01:11:35.845 INFO:teuthology.orchestra.run.smithi071.stderr:host.c' 2024-04-16T01:11:35.845 INFO:teuthology.orchestra.run.smithi071.stderr:+ echo 'a 2024-04-16T01:11:35.845 INFO:teuthology.orchestra.run.smithi071.stderr:b 2024-04-16T01:11:35.845 INFO:teuthology.orchestra.run.smithi071.stderr:c' 2024-04-16T01:11:35.845 INFO:teuthology.orchestra.run.smithi071.stderr:+ echo '{datacenter=a} 2024-04-16T01:11:35.845 INFO:teuthology.orchestra.run.smithi071.stderr:{datacenter=b,rack=2} 2024-04-16T01:11:35.845 INFO:teuthology.orchestra.run.smithi071.stderr:{datacenter=a,rack=3}' 2024-04-16T01:11:35.845 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph orch ls --service-name mon --export 2024-04-16T01:11:36.160 INFO:teuthology.orchestra.run.smithi071.stderr:++ cat mon.yaml 2024-04-16T01:11:36.161 INFO:teuthology.orchestra.run.smithi071.stderr:+ MONSPEC='service_type: mon 2024-04-16T01:11:36.161 INFO:teuthology.orchestra.run.smithi071.stderr:service_name: mon 2024-04-16T01:11:36.161 INFO:teuthology.orchestra.run.smithi071.stderr:placement: 2024-04-16T01:11:36.161 INFO:teuthology.orchestra.run.smithi071.stderr: count: 3 2024-04-16T01:11:36.161 INFO:teuthology.orchestra.run.smithi071.stderr:spec: 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr: crush_locations: 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr: host.a: 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=a 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr: host.b: 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=b 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr: - rack=2 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr: host.c: 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=a 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr: - rack=3' 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr:+ echo 'service_type: mon 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr:service_name: mon 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr:placement: 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr: count: 3 2024-04-16T01:11:36.162 INFO:teuthology.orchestra.run.smithi071.stderr:spec: 2024-04-16T01:11:36.163 INFO:teuthology.orchestra.run.smithi071.stderr: crush_locations: 2024-04-16T01:11:36.163 INFO:teuthology.orchestra.run.smithi071.stderr: host.a: 2024-04-16T01:11:36.163 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=a 2024-04-16T01:11:36.163 INFO:teuthology.orchestra.run.smithi071.stderr: host.b: 2024-04-16T01:11:36.163 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=b 2024-04-16T01:11:36.163 INFO:teuthology.orchestra.run.smithi071.stderr: - rack=2 2024-04-16T01:11:36.163 INFO:teuthology.orchestra.run.smithi071.stderr: host.c: 2024-04-16T01:11:36.163 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=a 2024-04-16T01:11:36.163 INFO:teuthology.orchestra.run.smithi071.stderr: - rack=3' 2024-04-16T01:11:36.163 INFO:teuthology.orchestra.run.smithi071.stdout:service_type: mon 2024-04-16T01:11:36.163 INFO:teuthology.orchestra.run.smithi071.stdout:service_name: mon 2024-04-16T01:11:36.163 INFO:teuthology.orchestra.run.smithi071.stdout:placement: 2024-04-16T01:11:36.164 INFO:teuthology.orchestra.run.smithi071.stdout: count: 3 2024-04-16T01:11:36.164 INFO:teuthology.orchestra.run.smithi071.stdout:spec: 2024-04-16T01:11:36.164 INFO:teuthology.orchestra.run.smithi071.stdout: crush_locations: 2024-04-16T01:11:36.164 INFO:teuthology.orchestra.run.smithi071.stdout: host.a: 2024-04-16T01:11:36.164 INFO:teuthology.orchestra.run.smithi071.stdout: - datacenter=a 2024-04-16T01:11:36.164 INFO:teuthology.orchestra.run.smithi071.stdout: host.b: 2024-04-16T01:11:36.164 INFO:teuthology.orchestra.run.smithi071.stdout: - datacenter=b 2024-04-16T01:11:36.164 INFO:teuthology.orchestra.run.smithi071.stdout: - rack=2 2024-04-16T01:11:36.164 INFO:teuthology.orchestra.run.smithi071.stdout: host.c: 2024-04-16T01:11:36.164 INFO:teuthology.orchestra.run.smithi071.stdout: - datacenter=a 2024-04-16T01:11:36.164 INFO:teuthology.orchestra.run.smithi071.stdout: - rack=3 2024-04-16T01:11:36.165 INFO:teuthology.orchestra.run.smithi071.stderr:+ read realname 2024-04-16T01:11:36.165 INFO:teuthology.orchestra.run.smithi071.stderr:+ read fakename 2024-04-16T01:11:36.165 INFO:teuthology.orchestra.run.smithi071.stderr:+ MONSPEC='service_type: mon 2024-04-16T01:11:36.165 INFO:teuthology.orchestra.run.smithi071.stderr:service_name: mon 2024-04-16T01:11:36.165 INFO:teuthology.orchestra.run.smithi071.stderr:placement: 2024-04-16T01:11:36.165 INFO:teuthology.orchestra.run.smithi071.stderr: count: 3 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr:spec: 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr: crush_locations: 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr: smithi071: 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=a 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr: host.b: 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=b 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr: - rack=2 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr: host.c: 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=a 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr: - rack=3' 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr:+ read realname 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr:+ read fakename 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr:+ MONSPEC='service_type: mon 2024-04-16T01:11:36.166 INFO:teuthology.orchestra.run.smithi071.stderr:service_name: mon 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr:placement: 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr: count: 3 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr:spec: 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr: crush_locations: 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr: smithi071: 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=a 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr: smithi098: 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=b 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr: - rack=2 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr: host.c: 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=a 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr: - rack=3' 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr:+ read realname 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr:+ read fakename 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr:+ MONSPEC='service_type: mon 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr:service_name: mon 2024-04-16T01:11:36.167 INFO:teuthology.orchestra.run.smithi071.stderr:placement: 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr: count: 3 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr:spec: 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr: crush_locations: 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr: smithi071: 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=a 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr: smithi098: 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=b 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr: - rack=2 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr: smithi133: 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=a 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr: - rack=3' 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr:+ read realname 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr:+ echo 'service_type: mon 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr:service_name: mon 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr:placement: 2024-04-16T01:11:36.168 INFO:teuthology.orchestra.run.smithi071.stderr: count: 3 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stderr:spec: 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stderr: crush_locations: 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stderr: smithi071: 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=a 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stderr: smithi098: 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=b 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stderr: - rack=2 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stderr: smithi133: 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stderr: - datacenter=a 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stderr: - rack=3' 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stderr:+ cat mon.yaml 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stdout:service_type: mon 2024-04-16T01:11:36.169 INFO:teuthology.orchestra.run.smithi071.stdout:service_name: mon 2024-04-16T01:11:36.170 INFO:teuthology.orchestra.run.smithi071.stdout:placement: 2024-04-16T01:11:36.170 INFO:teuthology.orchestra.run.smithi071.stdout: count: 3 2024-04-16T01:11:36.170 INFO:teuthology.orchestra.run.smithi071.stdout:spec: 2024-04-16T01:11:36.170 INFO:teuthology.orchestra.run.smithi071.stdout: crush_locations: 2024-04-16T01:11:36.170 INFO:teuthology.orchestra.run.smithi071.stdout: smithi071: 2024-04-16T01:11:36.170 INFO:teuthology.orchestra.run.smithi071.stdout: - datacenter=a 2024-04-16T01:11:36.170 INFO:teuthology.orchestra.run.smithi071.stdout: smithi098: 2024-04-16T01:11:36.170 INFO:teuthology.orchestra.run.smithi071.stdout: - datacenter=b 2024-04-16T01:11:36.170 INFO:teuthology.orchestra.run.smithi071.stdout: - rack=2 2024-04-16T01:11:36.170 INFO:teuthology.orchestra.run.smithi071.stdout: smithi133: 2024-04-16T01:11:36.170 INFO:teuthology.orchestra.run.smithi071.stdout: - datacenter=a 2024-04-16T01:11:36.170 INFO:teuthology.orchestra.run.smithi071.stdout: - rack=3 2024-04-16T01:11:36.171 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph orch apply -i mon.yaml 2024-04-16T01:11:36.476 INFO:teuthology.orchestra.run.smithi071.stdout:Scheduled mon update... 2024-04-16T01:11:36.488 INFO:teuthology.orchestra.run.smithi071.stderr:+ sleep 90 2024-04-16T01:11:36.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:36 smithi098 ceph-mon[44639]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:36 smithi071 ceph-mon[39590]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:36.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:36 smithi133 ceph-mon[44777]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:42.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:42.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-04-16T01:11:42.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: mon.c calling monitor election 2024-04-16T01:11:42.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: mon.b calling monitor election 2024-04-16T01:11:42.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:11:42.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:11:42.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:11:42.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: mon.a calling monitor election 2024-04-16T01:11:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-16T01:11:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: monmap e5: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:11:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: fsmap 2024-04-16T01:11:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: osdmap e21: 3 total, 3 up, 3 in 2024-04-16T01:11:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: mgrmap e15: a(active, since 3m), standbys: b 2024-04-16T01:11:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: overall HEALTH_OK 2024-04-16T01:11:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:11:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:11:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:42 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:43.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:43.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-04-16T01:11:43.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: mon.c calling monitor election 2024-04-16T01:11:43.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: mon.b calling monitor election 2024-04-16T01:11:43.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:11:43.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:11:43.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:11:43.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: mon.a calling monitor election 2024-04-16T01:11:43.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-16T01:11:43.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: monmap e5: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:11:43.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: fsmap 2024-04-16T01:11:43.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: osdmap e21: 3 total, 3 up, 3 in 2024-04-16T01:11:43.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: mgrmap e15: a(active, since 3m), standbys: b 2024-04-16T01:11:43.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: overall HEALTH_OK 2024-04-16T01:11:43.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:43.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:11:43.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:11:43.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:42 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:43.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:43.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-04-16T01:11:43.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: mon.c calling monitor election 2024-04-16T01:11:43.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: mon.b calling monitor election 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: mon.a calling monitor election 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: monmap e5: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: fsmap 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: osdmap e21: 3 total, 3 up, 3 in 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: mgrmap e15: a(active, since 3m), standbys: b 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: overall HEALTH_OK 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:11:43.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:11:43.054 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:42 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:43.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:43 smithi071 ceph-mon[39590]: Reconfiguring mon.a (monmap changed)... 2024-04-16T01:11:43.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:43 smithi071 ceph-mon[39590]: Reconfiguring daemon mon.a on smithi071 2024-04-16T01:11:43.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:43 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:43.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:43 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:43.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:43 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:11:43.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:43 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:11:43.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:43 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:43.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:43 smithi133 ceph-mon[44777]: Reconfiguring mon.a (monmap changed)... 2024-04-16T01:11:43.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:43 smithi133 ceph-mon[44777]: Reconfiguring daemon mon.a on smithi071 2024-04-16T01:11:43.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:43 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:43.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:43 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:43.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:43 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:11:43.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:43 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:11:43.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:43 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:44.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:43 smithi098 ceph-mon[44639]: Reconfiguring mon.a (monmap changed)... 2024-04-16T01:11:44.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:43 smithi098 ceph-mon[44639]: Reconfiguring daemon mon.a on smithi071 2024-04-16T01:11:44.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:43 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:44.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:43 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:44.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:43 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:11:44.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:43 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:11:44.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:43 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:44.883 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:44 smithi071 ceph-mon[39590]: Reconfiguring mgr.a (monmap changed)... 2024-04-16T01:11:44.883 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:44 smithi071 ceph-mon[39590]: Reconfiguring daemon mgr.a on smithi071 2024-04-16T01:11:44.883 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:44 smithi071 ceph-mon[39590]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:44.883 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:44 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:44.883 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:44 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:44.883 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:44 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-16T01:11:44.883 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:44 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:44.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:44 smithi133 ceph-mon[44777]: Reconfiguring mgr.a (monmap changed)... 2024-04-16T01:11:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:44 smithi133 ceph-mon[44777]: Reconfiguring daemon mgr.a on smithi071 2024-04-16T01:11:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:44 smithi133 ceph-mon[44777]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:44 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:44 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:44 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-16T01:11:44.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:44 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:45.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:44 smithi098 ceph-mon[44639]: Reconfiguring mgr.a (monmap changed)... 2024-04-16T01:11:45.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:44 smithi098 ceph-mon[44639]: Reconfiguring daemon mgr.a on smithi071 2024-04-16T01:11:45.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:44 smithi098 ceph-mon[44639]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:45.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:44 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:45.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:44 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:45.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:44 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-16T01:11:45.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:44 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:45.759 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:45 smithi071 ceph-mon[39590]: Reconfiguring osd.0 (monmap changed)... 2024-04-16T01:11:45.759 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:45 smithi071 ceph-mon[39590]: Reconfiguring daemon osd.0 on smithi071 2024-04-16T01:11:45.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:45 smithi133 ceph-mon[44777]: Reconfiguring osd.0 (monmap changed)... 2024-04-16T01:11:45.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:45 smithi133 ceph-mon[44777]: Reconfiguring daemon osd.0 on smithi071 2024-04-16T01:11:46.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:45 smithi098 ceph-mon[44639]: Reconfiguring osd.0 (monmap changed)... 2024-04-16T01:11:46.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:45 smithi098 ceph-mon[44639]: Reconfiguring daemon osd.0 on smithi071 2024-04-16T01:11:46.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:46 smithi133 ceph-mon[44777]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:46.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:46 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:46.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:46 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:46.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:46 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:11:46.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:46 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:11:46.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:46 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:47.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:46 smithi098 ceph-mon[44639]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:47.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:46 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:47.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:46 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:47.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:46 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:11:47.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:46 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:11:47.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:46 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:47.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:46 smithi071 ceph-mon[39590]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:47.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:46 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:47.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:46 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:47.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:46 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:11:47.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:46 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:11:47.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:46 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:47.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:47 smithi133 ceph-mon[44777]: Reconfiguring mon.b (monmap changed)... 2024-04-16T01:11:47.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:47 smithi133 ceph-mon[44777]: Reconfiguring daemon mon.b on smithi098 2024-04-16T01:11:47.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:47.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:47.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:11:47.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:11:47.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:47 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:48.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:47 smithi098 ceph-mon[44639]: Reconfiguring mon.b (monmap changed)... 2024-04-16T01:11:48.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:47 smithi098 ceph-mon[44639]: Reconfiguring daemon mon.b on smithi098 2024-04-16T01:11:48.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:48.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:48.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:11:48.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:11:48.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:47 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:48.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:47 smithi071 ceph-mon[39590]: Reconfiguring mon.b (monmap changed)... 2024-04-16T01:11:48.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:47 smithi071 ceph-mon[39590]: Reconfiguring daemon mon.b on smithi098 2024-04-16T01:11:48.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:48.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:48.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:11:48.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:11:48.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:47 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:48.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:48 smithi098 ceph-mon[44639]: Reconfiguring mgr.b (monmap changed)... 2024-04-16T01:11:48.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:48 smithi098 ceph-mon[44639]: Reconfiguring daemon mgr.b on smithi098 2024-04-16T01:11:48.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:48 smithi098 ceph-mon[44639]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:48.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:48 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:48.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:48 smithi133 ceph-mon[44777]: Reconfiguring mgr.b (monmap changed)... 2024-04-16T01:11:48.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:48 smithi133 ceph-mon[44777]: Reconfiguring daemon mgr.b on smithi098 2024-04-16T01:11:48.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:48 smithi133 ceph-mon[44777]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:48.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:48 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:49.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:48 smithi071 ceph-mon[39590]: Reconfiguring mgr.b (monmap changed)... 2024-04-16T01:11:49.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:48 smithi071 ceph-mon[39590]: Reconfiguring daemon mgr.b on smithi098 2024-04-16T01:11:49.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:48 smithi071 ceph-mon[39590]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:49.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:48 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:49.886 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:49 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:49.886 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:49 smithi098 ceph-mon[44639]: Reconfiguring osd.1 (monmap changed)... 2024-04-16T01:11:49.886 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:49 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-16T01:11:49.886 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:49 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:49.886 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:49 smithi098 ceph-mon[44639]: Reconfiguring daemon osd.1 on smithi098 2024-04-16T01:11:49.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:49 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:49.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:49 smithi133 ceph-mon[44777]: Reconfiguring osd.1 (monmap changed)... 2024-04-16T01:11:49.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:49 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-16T01:11:49.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:49 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:49.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:49 smithi133 ceph-mon[44777]: Reconfiguring daemon osd.1 on smithi098 2024-04-16T01:11:50.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:49 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:50.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:49 smithi071 ceph-mon[39590]: Reconfiguring osd.1 (monmap changed)... 2024-04-16T01:11:50.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:49 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-16T01:11:50.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:49 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:50.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:49 smithi071 ceph-mon[39590]: Reconfiguring daemon osd.1 on smithi098 2024-04-16T01:11:50.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:50 smithi133 ceph-mon[44777]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:50.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:50 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:50.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:50 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:50.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:50 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:11:50.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:50 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:11:50.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:50 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:51.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:50 smithi098 ceph-mon[44639]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:51.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:50 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:51.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:50 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:51.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:50 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:11:51.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:50 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:11:51.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:50 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:51.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:50 smithi071 ceph-mon[39590]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:51.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:51.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:51.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:11:51.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:11:51.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:50 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:51.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:51 smithi133 ceph-mon[44777]: Reconfiguring mon.c (monmap changed)... 2024-04-16T01:11:51.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:51 smithi133 ceph-mon[44777]: Reconfiguring daemon mon.c on smithi133 2024-04-16T01:11:51.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:51 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:51.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:51 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:51.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:51 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-16T01:11:51.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:51 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:52.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:51 smithi098 ceph-mon[44639]: Reconfiguring mon.c (monmap changed)... 2024-04-16T01:11:52.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:51 smithi098 ceph-mon[44639]: Reconfiguring daemon mon.c on smithi133 2024-04-16T01:11:52.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:51 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:52.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:51 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:52.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:51 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-16T01:11:52.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:51 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:52.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:51 smithi071 ceph-mon[39590]: Reconfiguring mon.c (monmap changed)... 2024-04-16T01:11:52.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:51 smithi071 ceph-mon[39590]: Reconfiguring daemon mon.c on smithi133 2024-04-16T01:11:52.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:51 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:52.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:51 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:52.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:51 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-16T01:11:52.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:51 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:11:52.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:52 smithi133 ceph-mon[44777]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:52.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:52 smithi133 ceph-mon[44777]: Reconfiguring osd.2 (monmap changed)... 2024-04-16T01:11:52.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:52 smithi133 ceph-mon[44777]: Reconfiguring daemon osd.2 on smithi133 2024-04-16T01:11:53.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:52 smithi098 ceph-mon[44639]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:53.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:52 smithi098 ceph-mon[44639]: Reconfiguring osd.2 (monmap changed)... 2024-04-16T01:11:53.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:52 smithi098 ceph-mon[44639]: Reconfiguring daemon osd.2 on smithi133 2024-04-16T01:11:53.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:52 smithi071 ceph-mon[39590]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:53.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:52 smithi071 ceph-mon[39590]: Reconfiguring osd.2 (monmap changed)... 2024-04-16T01:11:53.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:52 smithi071 ceph-mon[39590]: Reconfiguring daemon osd.2 on smithi133 2024-04-16T01:11:54.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:53 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:54.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:53 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:54.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:53 smithi098 ceph-mon[44639]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:54.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:53 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:54.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:53 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:54.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:53 smithi071 ceph-mon[39590]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:54.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:53 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:54.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:53 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:11:54.161 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:53 smithi133 ceph-mon[44777]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:56.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:56 smithi098 ceph-mon[44639]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:56.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:56 smithi071 ceph-mon[39590]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:56.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:56 smithi133 ceph-mon[44777]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:58.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:11:58 smithi098 ceph-mon[44639]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:58.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:11:58 smithi071 ceph-mon[39590]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:11:58.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:11:58 smithi133 ceph-mon[44777]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:00.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:00 smithi098 ceph-mon[44639]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:00.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:00 smithi071 ceph-mon[39590]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:00.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:00 smithi133 ceph-mon[44777]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:02.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:02 smithi098 ceph-mon[44639]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:02.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:02 smithi071 ceph-mon[39590]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:02.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:02 smithi133 ceph-mon[44777]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:04.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:04 smithi098 ceph-mon[44639]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:04.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:04 smithi071 ceph-mon[39590]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:04.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:04 smithi133 ceph-mon[44777]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:06.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:06 smithi098 ceph-mon[44639]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:06.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:06 smithi071 ceph-mon[39590]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:06.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:06 smithi133 ceph-mon[44777]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:08.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:08 smithi098 ceph-mon[44639]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:08.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:08 smithi071 ceph-mon[39590]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:08.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:08 smithi133 ceph-mon[44777]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:10.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:10 smithi098 ceph-mon[44639]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:10.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:10 smithi071 ceph-mon[39590]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:10.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:10 smithi133 ceph-mon[44777]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:12.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:12 smithi098 ceph-mon[44639]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:12.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:12 smithi071 ceph-mon[39590]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:12.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:12 smithi133 ceph-mon[44777]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:14.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:14 smithi098 ceph-mon[44639]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:14.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:14 smithi071 ceph-mon[39590]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:14.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:14 smithi133 ceph-mon[44777]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:16.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:16 smithi098 ceph-mon[44639]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:16.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:16 smithi071 ceph-mon[39590]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:16.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:16 smithi133 ceph-mon[44777]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:18.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:18 smithi098 ceph-mon[44639]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:18.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:18 smithi071 ceph-mon[39590]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:18.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:18 smithi133 ceph-mon[44777]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:20 smithi098 ceph-mon[44639]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:20 smithi071 ceph-mon[39590]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:20.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:20 smithi133 ceph-mon[44777]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:22.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:22 smithi098 ceph-mon[44639]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:22.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:22 smithi071 ceph-mon[39590]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:22.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:22 smithi133 ceph-mon[44777]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:24.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:24 smithi098 ceph-mon[44639]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:24.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:24 smithi071 ceph-mon[39590]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:24.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:24 smithi133 ceph-mon[44777]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:26.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:26 smithi098 ceph-mon[44639]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:26.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:26 smithi071 ceph-mon[39590]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:26.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:26 smithi133 ceph-mon[44777]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:28.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:28 smithi098 ceph-mon[44639]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:28.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:28 smithi071 ceph-mon[39590]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:28.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:28 smithi133 ceph-mon[44777]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:30.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:30 smithi098 ceph-mon[44639]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:30.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:30 smithi071 ceph-mon[39590]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:30.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:30 smithi133 ceph-mon[44777]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:32.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:32 smithi098 ceph-mon[44639]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:32.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:32 smithi071 ceph-mon[39590]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:32.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:32 smithi133 ceph-mon[44777]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:34.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:34 smithi098 ceph-mon[44639]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:34.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:34 smithi071 ceph-mon[39590]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:34.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:34 smithi133 ceph-mon[44777]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:36.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:36 smithi098 ceph-mon[44639]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:36 smithi071 ceph-mon[39590]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:36.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:36 smithi133 ceph-mon[44777]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:38.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:38 smithi098 ceph-mon[44639]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:38.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:38 smithi071 ceph-mon[39590]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:38.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:38 smithi133 ceph-mon[44777]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:40.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:40 smithi098 ceph-mon[44639]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:40.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:40 smithi071 ceph-mon[39590]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:40.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:40 smithi133 ceph-mon[44777]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:42.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:42 smithi098 ceph-mon[44639]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:42.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:42 smithi071 ceph-mon[39590]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:42.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:42 smithi133 ceph-mon[44777]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:44 smithi098 ceph-mon[44639]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:44.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:44 smithi071 ceph-mon[39590]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:44.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:44 smithi133 ceph-mon[44777]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:46.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:46 smithi098 ceph-mon[44639]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:46.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:46 smithi071 ceph-mon[39590]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:46.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:46 smithi133 ceph-mon[44777]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:48.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:48 smithi098 ceph-mon[44639]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:48.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:48 smithi071 ceph-mon[39590]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:48.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:48 smithi133 ceph-mon[44777]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:50.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:50 smithi098 ceph-mon[44639]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:50.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:50 smithi071 ceph-mon[39590]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:50.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:50 smithi133 ceph-mon[44777]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:52.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:52 smithi098 ceph-mon[44639]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:52.802 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:52 smithi071 ceph-mon[39590]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:52.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:52 smithi133 ceph-mon[44777]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:53.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:53 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:12:53.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:53 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:12:53.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:53 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:12:53.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:53 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:12:53.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:53 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:12:53.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:53 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:12:53.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:53 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:12:53.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:53 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:12:53.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:53 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:12:53.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:53 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:12:53.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:53 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:12:53.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:53 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:12:54.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:54 smithi098 ceph-mon[44639]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:54.802 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:54 smithi071 ceph-mon[39590]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:54.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:54 smithi133 ceph-mon[44777]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:56.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:56 smithi098 ceph-mon[44639]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:56.802 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:56 smithi071 ceph-mon[39590]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:56.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:56 smithi133 ceph-mon[44777]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:58.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:12:58 smithi098 ceph-mon[44639]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:58.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:12:58 smithi071 ceph-mon[39590]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:12:58.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:12:58 smithi133 ceph-mon[44777]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:00.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:00 smithi133 ceph-mon[44777]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:01.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:00 smithi098 ceph-mon[44639]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:01.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:00 smithi071 ceph-mon[39590]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:02.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:02 smithi133 ceph-mon[44777]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:03.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:02 smithi098 ceph-mon[44639]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:03.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:02 smithi071 ceph-mon[39590]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:04.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:04 smithi133 ceph-mon[44777]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:05.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:04 smithi098 ceph-mon[44639]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:05.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:04 smithi071 ceph-mon[39590]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:06.490 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph orch ps --refresh 2024-04-16T01:13:06.812 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-16T01:13:06.812 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.a smithi071 *:9283,8765 running (5m) 3m ago 5m 484M - 18.2.2-1221-ge3fb05d5 aa4d2281650a 29385941d74c 2024-04-16T01:13:06.812 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.b smithi098 *:8443,8765 running (3m) 2m ago 3m 448M - 18.2.2-1221-ge3fb05d5 aa4d2281650a 1d6915e591c2 2024-04-16T01:13:06.812 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (5m) 3m ago 5m 40.1M 2048M 18.2.2-1221-ge3fb05d5 aa4d2281650a 04eb979b63c3 2024-04-16T01:13:06.813 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi098 running (3m) 2m ago 3m 34.5M 2048M 18.2.2-1221-ge3fb05d5 aa4d2281650a ea0e14e692a1 2024-04-16T01:13:06.813 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi133 running (3m) 2m ago 3m 35.3M 2048M 18.2.2-1221-ge3fb05d5 aa4d2281650a e1dc6f264ad9 2024-04-16T01:13:06.813 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (3m) 3m ago 3m 11.2M 16.7G 18.2.2-1221-ge3fb05d5 aa4d2281650a b63158c7b7e1 2024-04-16T01:13:06.813 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi098 running (2m) 2m ago 2m 13.9M 16.7G 18.2.2-1221-ge3fb05d5 aa4d2281650a 49193cb24293 2024-04-16T01:13:06.813 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi133 running (2m) 2m ago 2m 13.9M 20.7G 18.2.2-1221-ge3fb05d5 aa4d2281650a b0e53ddcd70d 2024-04-16T01:13:06.825 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph orch ls --service-name mon --export 2024-04-16T01:13:06.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:06 smithi133 ceph-mon[44777]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:07.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:06 smithi098 ceph-mon[44639]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:07.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:06 smithi071 ceph-mon[39590]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:07.193 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph orch apply -i mon.yaml 2024-04-16T01:13:07.517 INFO:teuthology.orchestra.run.smithi071.stdout:Scheduled mon update... 2024-04-16T01:13:07.531 INFO:teuthology.orchestra.run.smithi071.stderr:+ sleep 90 2024-04-16T01:13:07.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:07 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:13:07.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:07 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:07.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:07 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:13:07.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:07 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:07.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:07 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:13:07.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:07 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:09.302 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:08 smithi098 ceph-mon[44639]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-04-16T01:13:09.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:08 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:13:09.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:08 smithi098 ceph-mon[44639]: mon.c calling monitor election 2024-04-16T01:13:09.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:08 smithi098 ceph-mon[44639]: mon.b calling monitor election 2024-04-16T01:13:09.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:08 smithi098 ceph-mon[44639]: mon.a calling monitor election 2024-04-16T01:13:09.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:08 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:13:09.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:08 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:13:09.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:08 smithi098 ceph-mon[44639]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-16T01:13:09.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:08 smithi098 ceph-mon[44639]: monmap e6: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:13:09.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:08 smithi098 ceph-mon[44639]: fsmap 2024-04-16T01:13:09.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:09 smithi098 ceph-mon[44639]: osdmap e21: 3 total, 3 up, 3 in 2024-04-16T01:13:09.303 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:09 smithi098 ceph-mon[44639]: mgrmap e15: a(active, since 4m), standbys: b 2024-04-16T01:13:09.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:09 smithi098 ceph-mon[44639]: overall HEALTH_OK 2024-04-16T01:13:09.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:09 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:09.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:09 smithi098 ceph-mon[44639]: Reconfiguring mon.a (monmap changed)... 2024-04-16T01:13:09.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:09 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:13:09.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:09 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:13:09.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:09 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:09.304 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:09 smithi098 ceph-mon[44639]: Reconfiguring daemon mon.a on smithi071 2024-04-16T01:13:09.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-04-16T01:13:09.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: mon.c calling monitor election 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: mon.b calling monitor election 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: mon.a calling monitor election 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: monmap e6: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: fsmap 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: osdmap e21: 3 total, 3 up, 3 in 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: mgrmap e15: a(active, since 4m), standbys: b 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: overall HEALTH_OK 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: Reconfiguring mon.a (monmap changed)... 2024-04-16T01:13:09.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:13:09.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:13:09.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:09.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:08 smithi071 ceph-mon[39590]: Reconfiguring daemon mon.a on smithi071 2024-04-16T01:13:09.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-04-16T01:13:09.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-16T01:13:09.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: mon.c calling monitor election 2024-04-16T01:13:09.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: mon.b calling monitor election 2024-04-16T01:13:09.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: mon.a calling monitor election 2024-04-16T01:13:09.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-16T01:13:09.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-16T01:13:09.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-16T01:13:09.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: monmap e6: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-16T01:13:09.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: fsmap 2024-04-16T01:13:09.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: osdmap e21: 3 total, 3 up, 3 in 2024-04-16T01:13:09.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: mgrmap e15: a(active, since 4m), standbys: b 2024-04-16T01:13:09.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:08 smithi133 ceph-mon[44777]: overall HEALTH_OK 2024-04-16T01:13:09.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:09 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:09.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:09 smithi133 ceph-mon[44777]: Reconfiguring mon.a (monmap changed)... 2024-04-16T01:13:09.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:09 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:13:09.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:09 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:13:09.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:09 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:09.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:09 smithi133 ceph-mon[44777]: Reconfiguring daemon mon.a on smithi071 2024-04-16T01:13:10.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:10 smithi133 ceph-mon[44777]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:10.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:10 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:10.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:10 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:10.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:10 smithi133 ceph-mon[44777]: Reconfiguring mgr.a (monmap changed)... 2024-04-16T01:13:10.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:10 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:13:10.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:10 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:13:10.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:10 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:10.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:10 smithi133 ceph-mon[44777]: Reconfiguring daemon mgr.a on smithi071 2024-04-16T01:13:10.996 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:10 smithi071 ceph-mon[39590]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:10.997 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:10 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:10.997 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:10 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:10.997 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:10 smithi071 ceph-mon[39590]: Reconfiguring mgr.a (monmap changed)... 2024-04-16T01:13:10.997 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:10 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:13:10.997 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:10 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:13:10.997 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:10 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:10.997 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:10 smithi071 ceph-mon[39590]: Reconfiguring daemon mgr.a on smithi071 2024-04-16T01:13:11.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:10 smithi098 ceph-mon[44639]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:11.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:10 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:11.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:10 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:11.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:10 smithi098 ceph-mon[44639]: Reconfiguring mgr.a (monmap changed)... 2024-04-16T01:13:11.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:10 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:13:11.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:10 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:13:11.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:10 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:11.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:10 smithi098 ceph-mon[44639]: Reconfiguring daemon mgr.a on smithi071 2024-04-16T01:13:12.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:12 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:12.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:12 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:12.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:12 smithi071 ceph-mon[39590]: Reconfiguring osd.0 (monmap changed)... 2024-04-16T01:13:12.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:12 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-16T01:13:12.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:12 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:12.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:12 smithi071 ceph-mon[39590]: Reconfiguring daemon osd.0 on smithi071 2024-04-16T01:13:12.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:12 smithi071 ceph-mon[39590]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:12.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:12 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:12.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:12 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:12.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:12 smithi133 ceph-mon[44777]: Reconfiguring osd.0 (monmap changed)... 2024-04-16T01:13:12.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:12 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-16T01:13:12.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:12 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:12.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:12 smithi133 ceph-mon[44777]: Reconfiguring daemon osd.0 on smithi071 2024-04-16T01:13:12.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:12 smithi133 ceph-mon[44777]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:12.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:12 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:12.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:12 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:12.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:12 smithi098 ceph-mon[44639]: Reconfiguring osd.0 (monmap changed)... 2024-04-16T01:13:12.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:12 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-16T01:13:12.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:12 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:12.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:12 smithi098 ceph-mon[44639]: Reconfiguring daemon osd.0 on smithi071 2024-04-16T01:13:12.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:12 smithi098 ceph-mon[44639]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:13.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:13 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:13.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:13 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:13.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:13 smithi098 ceph-mon[44639]: Reconfiguring mon.b (monmap changed)... 2024-04-16T01:13:13.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:13 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:13:13.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:13 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:13:13.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:13 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:13.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:13 smithi098 ceph-mon[44639]: Reconfiguring daemon mon.b on smithi098 2024-04-16T01:13:13.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:13 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:13.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:13 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:13.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:13 smithi071 ceph-mon[39590]: Reconfiguring mon.b (monmap changed)... 2024-04-16T01:13:13.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:13 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:13:13.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:13 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:13:13.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:13 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:13.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:13 smithi071 ceph-mon[39590]: Reconfiguring daemon mon.b on smithi098 2024-04-16T01:13:13.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:13 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:13.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:13 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:13.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:13 smithi133 ceph-mon[44777]: Reconfiguring mon.b (monmap changed)... 2024-04-16T01:13:13.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:13 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:13:13.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:13 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:13:13.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:13 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:13.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:13 smithi133 ceph-mon[44777]: Reconfiguring daemon mon.b on smithi098 2024-04-16T01:13:14.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:14 smithi098 ceph-mon[44639]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:14.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:14 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:14.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:14 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:14.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:14 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:13:14.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:14 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:13:14.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:14 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:14.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:14 smithi071 ceph-mon[39590]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:14.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:14 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:14.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:14 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:14.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:14 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:13:14.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:14 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:13:14.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:14 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:14.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:14 smithi133 ceph-mon[44777]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:14 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:14 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:14 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-16T01:13:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:14 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-16T01:13:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:14 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:15.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:15 smithi098 ceph-mon[44639]: Reconfiguring mgr.b (monmap changed)... 2024-04-16T01:13:15.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:15 smithi098 ceph-mon[44639]: Reconfiguring daemon mgr.b on smithi098 2024-04-16T01:13:15.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:15 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:15.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:15 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:15.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:15 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-16T01:13:15.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:15 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:15.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:15 smithi071 ceph-mon[39590]: Reconfiguring mgr.b (monmap changed)... 2024-04-16T01:13:15.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:15 smithi071 ceph-mon[39590]: Reconfiguring daemon mgr.b on smithi098 2024-04-16T01:13:15.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:15 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:15.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:15 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:15.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:15 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-16T01:13:15.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:15 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:15.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:15 smithi133 ceph-mon[44777]: Reconfiguring mgr.b (monmap changed)... 2024-04-16T01:13:15.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:15 smithi133 ceph-mon[44777]: Reconfiguring daemon mgr.b on smithi098 2024-04-16T01:13:15.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:15 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:15.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:15 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:15.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:15 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-16T01:13:15.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:15 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:16.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:16 smithi098 ceph-mon[44639]: Reconfiguring osd.1 (monmap changed)... 2024-04-16T01:13:16.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:16 smithi098 ceph-mon[44639]: Reconfiguring daemon osd.1 on smithi098 2024-04-16T01:13:16.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:16 smithi098 ceph-mon[44639]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:16.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:16 smithi071 ceph-mon[39590]: Reconfiguring osd.1 (monmap changed)... 2024-04-16T01:13:16.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:16 smithi071 ceph-mon[39590]: Reconfiguring daemon osd.1 on smithi098 2024-04-16T01:13:16.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:16 smithi071 ceph-mon[39590]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:16.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:16 smithi133 ceph-mon[44777]: Reconfiguring osd.1 (monmap changed)... 2024-04-16T01:13:16.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:16 smithi133 ceph-mon[44777]: Reconfiguring daemon osd.1 on smithi098 2024-04-16T01:13:16.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:16 smithi133 ceph-mon[44777]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:18.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:17 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:18.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:17 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:18.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:17 smithi133 ceph-mon[44777]: Reconfiguring mon.c (monmap changed)... 2024-04-16T01:13:18.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:17 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:13:18.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:17 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:13:18.014 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:17 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:18.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:17 smithi133 ceph-mon[44777]: Reconfiguring daemon mon.c on smithi133 2024-04-16T01:13:18.015 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:17 smithi133 ceph-mon[44777]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:18.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:17 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:18.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:17 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:18.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:17 smithi098 ceph-mon[44639]: Reconfiguring mon.c (monmap changed)... 2024-04-16T01:13:18.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:17 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:13:18.052 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:17 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:13:18.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:17 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:18.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:17 smithi098 ceph-mon[44639]: Reconfiguring daemon mon.c on smithi133 2024-04-16T01:13:18.053 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:17 smithi098 ceph-mon[44639]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:18.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:17 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:18.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:17 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:18.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:17 smithi071 ceph-mon[39590]: Reconfiguring mon.c (monmap changed)... 2024-04-16T01:13:18.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:17 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-16T01:13:18.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:17 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-16T01:13:18.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:17 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:18.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:17 smithi071 ceph-mon[39590]: Reconfiguring daemon mon.c on smithi133 2024-04-16T01:13:18.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:17 smithi071 ceph-mon[39590]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:19.331 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:19 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:19.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:19 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:19.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:19 smithi133 ceph-mon[44777]: Reconfiguring osd.2 (monmap changed)... 2024-04-16T01:13:19.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:19 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-16T01:13:19.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:19 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:19.332 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:19 smithi133 ceph-mon[44777]: Reconfiguring daemon osd.2 on smithi133 2024-04-16T01:13:19.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:19 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:19.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:19 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:19.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:19 smithi098 ceph-mon[44639]: Reconfiguring osd.2 (monmap changed)... 2024-04-16T01:13:19.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:19 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-16T01:13:19.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:19 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:19.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:19 smithi098 ceph-mon[44639]: Reconfiguring daemon osd.2 on smithi133 2024-04-16T01:13:19.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:19 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:19.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:19 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:19.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:19 smithi071 ceph-mon[39590]: Reconfiguring osd.2 (monmap changed)... 2024-04-16T01:13:19.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:19 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-16T01:13:19.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:19 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:19.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:19 smithi071 ceph-mon[39590]: Reconfiguring daemon osd.2 on smithi133 2024-04-16T01:13:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:20 smithi098 ceph-mon[44639]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:20 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:20 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:20 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:13:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:20 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:20 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:13:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:20 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:20 smithi071 ceph-mon[39590]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:20 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:20 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:20 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:13:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:20 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:20 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:13:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:20 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:20.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:20 smithi133 ceph-mon[44777]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:20 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:20 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:20 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:13:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:20 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:13:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:20 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:13:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:20 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:13:22.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:22 smithi098 ceph-mon[44639]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:22.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:22 smithi071 ceph-mon[39590]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:22.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:22 smithi133 ceph-mon[44777]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:24.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:24 smithi098 ceph-mon[44639]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:24.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:24 smithi071 ceph-mon[39590]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:24.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:24 smithi133 ceph-mon[44777]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:26.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:26 smithi098 ceph-mon[44639]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:26.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:26 smithi071 ceph-mon[39590]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:26.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:26 smithi133 ceph-mon[44777]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:28.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:28 smithi098 ceph-mon[44639]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:28.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:28 smithi071 ceph-mon[39590]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:28.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:28 smithi133 ceph-mon[44777]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:30.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:30 smithi098 ceph-mon[44639]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:30.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:30 smithi071 ceph-mon[39590]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:30.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:30 smithi133 ceph-mon[44777]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:32.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:32 smithi098 ceph-mon[44639]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:32.802 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:32 smithi071 ceph-mon[39590]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:32.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:32 smithi133 ceph-mon[44777]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:34.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:34 smithi098 ceph-mon[44639]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:34.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:34 smithi071 ceph-mon[39590]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:34.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:34 smithi133 ceph-mon[44777]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:36.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:36 smithi098 ceph-mon[44639]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:36 smithi071 ceph-mon[39590]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:36.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:36 smithi133 ceph-mon[44777]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:38.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:38 smithi098 ceph-mon[44639]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:38.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:38 smithi071 ceph-mon[39590]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:38.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:38 smithi133 ceph-mon[44777]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:40.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:40 smithi098 ceph-mon[44639]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:40.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:40 smithi071 ceph-mon[39590]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:40.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:40 smithi133 ceph-mon[44777]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:42.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:42 smithi098 ceph-mon[44639]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:42.802 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:42 smithi071 ceph-mon[39590]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:42.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:42 smithi133 ceph-mon[44777]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:44.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:44 smithi098 ceph-mon[44639]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:44.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:44 smithi071 ceph-mon[39590]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:44.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:44 smithi133 ceph-mon[44777]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:46.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:46 smithi098 ceph-mon[44639]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:46.806 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:46 smithi071 ceph-mon[39590]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:46.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:46 smithi133 ceph-mon[44777]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:48.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:48 smithi098 ceph-mon[44639]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:48.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:48 smithi071 ceph-mon[39590]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:48.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:48 smithi133 ceph-mon[44777]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:50.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:50 smithi098 ceph-mon[44639]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:50.802 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:50 smithi071 ceph-mon[39590]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:50.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:50 smithi133 ceph-mon[44777]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:52.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:52 smithi098 ceph-mon[44639]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:52.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:52 smithi071 ceph-mon[39590]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:52.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:52 smithi133 ceph-mon[44777]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:54.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:54 smithi098 ceph-mon[44639]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:54.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:54 smithi071 ceph-mon[39590]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:54.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:54 smithi133 ceph-mon[44777]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:56.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:56 smithi098 ceph-mon[44639]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:56.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:56 smithi071 ceph-mon[39590]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:56.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:56 smithi133 ceph-mon[44777]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:58.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:13:58 smithi098 ceph-mon[44639]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:58.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:13:58 smithi071 ceph-mon[39590]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:13:58.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:13:58 smithi133 ceph-mon[44777]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:00.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:00 smithi098 ceph-mon[44639]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:00.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:00 smithi071 ceph-mon[39590]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:00.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:00 smithi133 ceph-mon[44777]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:02.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:02 smithi098 ceph-mon[44639]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:02.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:02 smithi071 ceph-mon[39590]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:02.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:02 smithi133 ceph-mon[44777]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:04.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:04 smithi098 ceph-mon[44639]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:04.805 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:04 smithi071 ceph-mon[39590]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:04.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:04 smithi133 ceph-mon[44777]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:06.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:06 smithi098 ceph-mon[44639]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:06.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:06 smithi071 ceph-mon[39590]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:06.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:06 smithi133 ceph-mon[44777]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:08.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:08 smithi098 ceph-mon[44639]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:08.802 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:08 smithi071 ceph-mon[39590]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:08.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:08 smithi133 ceph-mon[44777]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:10.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:10 smithi098 ceph-mon[44639]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:10.802 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:10 smithi071 ceph-mon[39590]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:10.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:10 smithi133 ceph-mon[44777]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:12.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:12 smithi098 ceph-mon[44639]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:12.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:12 smithi071 ceph-mon[39590]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:12.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:12 smithi133 ceph-mon[44777]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:14.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:14 smithi098 ceph-mon[44639]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:14.802 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:14 smithi071 ceph-mon[39590]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:14.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:14 smithi133 ceph-mon[44777]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:16.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:16 smithi098 ceph-mon[44639]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:16.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:16 smithi071 ceph-mon[39590]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:16.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:16 smithi133 ceph-mon[44777]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:18.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:18 smithi098 ceph-mon[44639]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:18.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:18 smithi071 ceph-mon[39590]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:18.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:18 smithi133 ceph-mon[44777]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:20 smithi098 ceph-mon[44639]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:20 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:14:20.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:20 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:14:20.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:20 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:14:20.803 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:20 smithi098 ceph-mon[44639]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:14:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:20 smithi071 ceph-mon[39590]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:20 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:14:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:20 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:14:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:20 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:14:20.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:20 smithi071 ceph-mon[39590]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:14:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:20 smithi133 ceph-mon[44777]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:20 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-16T01:14:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:20 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-16T01:14:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:20 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-16T01:14:20.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:20 smithi133 ceph-mon[44777]: from='mgr.14150 172.21.15.71:0/3134498936' entity='mgr.a' 2024-04-16T01:14:22.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:22 smithi098 ceph-mon[44639]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:22.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:22 smithi071 ceph-mon[39590]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:22.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:22 smithi133 ceph-mon[44777]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:24.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:24 smithi098 ceph-mon[44639]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:24.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:24 smithi071 ceph-mon[39590]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:24.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:24 smithi133 ceph-mon[44777]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:26.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:26 smithi098 ceph-mon[44639]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:26.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:26 smithi071 ceph-mon[39590]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:26.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:26 smithi133 ceph-mon[44777]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:28.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:28 smithi098 ceph-mon[44639]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:28.802 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:28 smithi071 ceph-mon[39590]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:28.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:28 smithi133 ceph-mon[44777]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:30.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:30 smithi098 ceph-mon[44639]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:30.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:30 smithi071 ceph-mon[39590]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:30.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:30 smithi133 ceph-mon[44777]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:32.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:32 smithi098 ceph-mon[44639]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:32.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:32 smithi071 ceph-mon[39590]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:32.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:32 smithi133 ceph-mon[44777]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:34.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:34 smithi098 ceph-mon[44639]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:34.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:34 smithi071 ceph-mon[39590]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:34.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:34 smithi133 ceph-mon[44777]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:36.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:36 smithi098 ceph-mon[44639]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:36.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:36 smithi071 ceph-mon[39590]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:36.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:36 smithi133 ceph-mon[44777]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:37.533 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph mon dump 2024-04-16T01:14:37.923 INFO:teuthology.orchestra.run.smithi071.stdout:epoch 6 2024-04-16T01:14:37.923 INFO:teuthology.orchestra.run.smithi071.stdout:fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:14:37.923 INFO:teuthology.orchestra.run.smithi071.stdout:last_changed 2024-04-16T01:13:07.996567+0000 2024-04-16T01:14:37.923 INFO:teuthology.orchestra.run.smithi071.stdout:created 2024-04-16T01:07:36.725282+0000 2024-04-16T01:14:37.924 INFO:teuthology.orchestra.run.smithi071.stdout:min_mon_release 18 (reef) 2024-04-16T01:14:37.924 INFO:teuthology.orchestra.run.smithi071.stdout:election_strategy: 1 2024-04-16T01:14:37.924 INFO:teuthology.orchestra.run.smithi071.stdout:0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a; crush_location {datacenter=a} 2024-04-16T01:14:37.924 INFO:teuthology.orchestra.run.smithi071.stdout:1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-04-16T01:14:37.924 INFO:teuthology.orchestra.run.smithi071.stdout:2: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-04-16T01:14:37.926 INFO:teuthology.orchestra.run.smithi071.stderr:dumped monmap epoch 6 2024-04-16T01:14:37.935 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph mon dump --format json 2024-04-16T01:14:38.304 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-16T01:14:38.304 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":6,"fsid":"9b20f548-fb8d-11ee-bc8f-c7b262605968","modified":"2024-04-16T01:13:07.996567Z","created":"2024-04-16T01:07:36.725282Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a,rack=3}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-04-16T01:14:38.306 INFO:teuthology.orchestra.run.smithi071.stderr:dumped monmap epoch 6 2024-04-16T01:14:38.316 INFO:teuthology.orchestra.run.smithi071.stderr:+ read monid 2024-04-16T01:14:38.316 INFO:teuthology.orchestra.run.smithi071.stderr:+ read crushloc 2024-04-16T01:14:38.316 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph mon dump --format json 2024-04-16T01:14:38.316 INFO:teuthology.orchestra.run.smithi071.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-04-16T01:14:38.690 INFO:teuthology.orchestra.run.smithi071.stderr:dumped monmap epoch 6 2024-04-16T01:14:38.699 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-04-16T01:14:38.700 INFO:teuthology.orchestra.run.smithi071.stderr:+ read monid 2024-04-16T01:14:38.700 INFO:teuthology.orchestra.run.smithi071.stderr:+ read crushloc 2024-04-16T01:14:38.700 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph mon dump --format json 2024-04-16T01:14:38.700 INFO:teuthology.orchestra.run.smithi071.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-04-16T01:14:38.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:38 smithi098 ceph-mon[44639]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:38.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:38 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/1815487576' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-04-16T01:14:38.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:38 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/85524811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:14:38.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:38 smithi071 ceph-mon[39590]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:38.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:38 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/1815487576' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-04-16T01:14:38.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:38 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/85524811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:14:38.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:38 smithi133 ceph-mon[44777]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:38.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:38 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/1815487576' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-04-16T01:14:38.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:38 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/85524811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:14:39.074 INFO:teuthology.orchestra.run.smithi071.stderr:dumped monmap epoch 6 2024-04-16T01:14:39.083 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-04-16T01:14:39.084 INFO:teuthology.orchestra.run.smithi071.stderr:+ read monid 2024-04-16T01:14:39.084 INFO:teuthology.orchestra.run.smithi071.stderr:+ read crushloc 2024-04-16T01:14:39.084 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph mon dump --format json 2024-04-16T01:14:39.084 INFO:teuthology.orchestra.run.smithi071.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-04-16T01:14:39.455 INFO:teuthology.orchestra.run.smithi071.stderr:dumped monmap epoch 6 2024-04-16T01:14:39.464 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-04-16T01:14:39.464 INFO:teuthology.orchestra.run.smithi071.stderr:+ read monid 2024-04-16T01:14:39.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:39 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/1676292575' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:14:39.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:39 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/850623350' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:14:39.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:39 smithi098 ceph-mon[44639]: from='client.? 172.21.15.71:0/3968484830' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:14:39.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:39 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/1676292575' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:14:39.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:39 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/850623350' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:14:39.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:39 smithi071 ceph-mon[39590]: from='client.? 172.21.15.71:0/3968484830' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:14:39.910 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:39 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/1676292575' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:14:39.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:39 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/850623350' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:14:39.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:39 smithi133 ceph-mon[44777]: from='client.? 172.21.15.71:0/3968484830' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-16T01:14:40.266 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-16T01:14:40.276 INFO:tasks.cephadm:Teardown begin 2024-04-16T01:14:40.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-16T01:14:40.309 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-16T01:14:40.347 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-16T01:14:40.383 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-16T01:14:40.383 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-16T01:14:40.405 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-16T01:14:40.426 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-16T01:14:40.447 INFO:tasks.cephadm:Stopping all daemons... 2024-04-16T01:14:40.447 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-16T01:14:40.447 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.a 2024-04-16T01:14:40.553 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:40 smithi071 systemd[1]: Stopping Ceph mon.a for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:14:40.661 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:40 smithi133 ceph-mon[44777]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:40.802 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:40 smithi098 ceph-mon[44639]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:40.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:40 smithi071 ceph-mon[39590]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-16T01:14:40.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:40 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mon-a[39586]: 2024-04-16T01:14:40.703+0000 7f32e93f9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-16T01:14:40.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:40 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mon-a[39586]: 2024-04-16T01:14:40.703+0000 7f32e93f9700 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-04-16T01:14:41.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 16 01:14:41 smithi071 bash[66247]: ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mon-a 2024-04-16T01:14:41.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.a.service' 2024-04-16T01:14:41.525 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-16T01:14:41.525 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-16T01:14:41.526 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-16T01:14:41.526 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.b 2024-04-16T01:14:42.038 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:41 smithi098 systemd[1]: Stopping Ceph mon.b for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:14:42.038 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:41 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mon-b[44635]: 2024-04-16T01:14:41.801+0000 7f4a40128700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-16T01:14:42.038 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:41 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mon-b[44635]: 2024-04-16T01:14:41.801+0000 7f4a40128700 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-04-16T01:14:42.552 INFO:journalctl@ceph.mon.b.smithi098.stdout:Apr 16 01:14:42 smithi098 bash[55947]: ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mon-b 2024-04-16T01:14:42.649 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.b.service' 2024-04-16T01:14:42.694 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-16T01:14:42.694 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-16T01:14:42.694 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-16T01:14:42.695 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.c 2024-04-16T01:14:42.977 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:42 smithi133 systemd[1]: Stopping Ceph mon.c for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:14:43.410 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:42 smithi133 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mon-c[44771]: 2024-04-16T01:14:42.974+0000 7f36cb9bf700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-16T01:14:43.411 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:42 smithi133 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mon-c[44771]: 2024-04-16T01:14:42.974+0000 7f36cb9bf700 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-04-16T01:14:43.911 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 16 01:14:43 smithi133 bash[55024]: ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mon-c 2024-04-16T01:14:43.980 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mon.c.service' 2024-04-16T01:14:44.029 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-16T01:14:44.029 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-16T01:14:44.029 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-16T01:14:44.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mgr.a 2024-04-16T01:14:44.333 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:14:44 smithi071 systemd[1]: Stopping Ceph mgr.a for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:14:45.053 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 16 01:14:44 smithi071 bash[66392]: ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-a 2024-04-16T01:14:45.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mgr.a.service' 2024-04-16T01:14:45.174 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-16T01:14:45.174 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-16T01:14:45.174 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-16T01:14:45.174 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mgr.b 2024-04-16T01:14:45.552 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:14:45 smithi098 systemd[1]: Stopping Ceph mgr.b for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:14:46.052 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Apr 16 01:14:45 smithi098 bash[56105]: ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-mgr-b 2024-04-16T01:14:46.267 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@mgr.b.service' 2024-04-16T01:14:46.303 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-16T01:14:46.303 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-16T01:14:46.303 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-16T01:14:46.303 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@osd.0 2024-04-16T01:14:46.583 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:14:46 smithi071 systemd[1]: Stopping Ceph osd.0 for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:14:47.053 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:14:46 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-0[56717]: 2024-04-16T01:14:46.589+0000 7f73b310d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-16T01:14:47.053 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:14:46 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-0[56717]: 2024-04-16T01:14:46.589+0000 7f73b310d700 -1 osd.0 21 *** Got signal Terminated *** 2024-04-16T01:14:47.053 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:14:46 smithi071 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-0[56717]: 2024-04-16T01:14:46.589+0000 7f73b310d700 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-16T01:14:52.533 INFO:journalctl@ceph.osd.0.smithi071.stdout:Apr 16 01:14:52 smithi071 bash[66529]: ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-0 2024-04-16T01:14:54.220 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@osd.0.service' 2024-04-16T01:14:54.259 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-16T01:14:54.259 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-16T01:14:54.259 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-16T01:14:54.259 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@osd.1 2024-04-16T01:14:54.542 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:14:54 smithi098 systemd[1]: Stopping Ceph osd.1 for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:14:54.802 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:14:54 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-1[49327]: 2024-04-16T01:14:54.540+0000 7f1106814700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-16T01:14:54.802 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:14:54 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-1[49327]: 2024-04-16T01:14:54.540+0000 7f1106814700 -1 osd.1 21 *** Got signal Terminated *** 2024-04-16T01:14:54.802 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:14:54 smithi098 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-1[49327]: 2024-04-16T01:14:54.540+0000 7f1106814700 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-16T01:15:00.552 INFO:journalctl@ceph.osd.1.smithi098.stdout:Apr 16 01:15:00 smithi098 bash[56241]: ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-1 2024-04-16T01:15:02.031 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@osd.1.service' 2024-04-16T01:15:02.072 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-16T01:15:02.072 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-16T01:15:02.072 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-16T01:15:02.072 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@osd.2 2024-04-16T01:15:02.410 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:15:02 smithi133 systemd[1]: Stopping Ceph osd.2 for 9b20f548-fb8d-11ee-bc8f-c7b262605968... 2024-04-16T01:15:02.411 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:15:02 smithi133 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-2[49395]: 2024-04-16T01:15:02.338+0000 7f0904c99700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-16T01:15:02.411 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:15:02 smithi133 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-2[49395]: 2024-04-16T01:15:02.338+0000 7f0904c99700 -1 osd.2 21 *** Got signal Terminated *** 2024-04-16T01:15:02.411 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:15:02 smithi133 ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-2[49395]: 2024-04-16T01:15:02.338+0000 7f0904c99700 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-16T01:15:08.411 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 16 01:15:08 smithi133 bash[55190]: ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968-osd-2 2024-04-16T01:15:09.862 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9b20f548-fb8d-11ee-bc8f-c7b262605968@osd.2.service' 2024-04-16T01:15:09.903 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-16T01:15:09.903 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-16T01:15:09.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 --force --keep-logs 2024-04-16T01:15:10.092 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:15:10.706 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 --force --keep-logs 2024-04-16T01:15:10.892 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:15:11.513 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 --force --keep-logs 2024-04-16T01:15:11.699 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:15:12.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-16T01:15:12.263 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-16T01:15:12.297 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-16T01:15:12.326 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-16T01:15:12.328 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi/7657781/remote/smithi071/crash 2024-04-16T01:15:12.329 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/crash -- . 2024-04-16T01:15:12.378 INFO:teuthology.orchestra.run.smithi071.stderr:tar: /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-16T01:15:12.379 INFO:teuthology.orchestra.run.smithi071.stderr:tar: Error is not recoverable: exiting now 2024-04-16T01:15:12.380 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi/7657781/remote/smithi098/crash 2024-04-16T01:15:12.381 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/crash -- . 2024-04-16T01:15:12.423 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-16T01:15:12.423 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2024-04-16T01:15:12.424 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi/7657781/remote/smithi133/crash 2024-04-16T01:15:12.425 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/crash -- . 2024-04-16T01:15:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-16T01:15:12.462 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2024-04-16T01:15:12.463 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-16T01:15:12.463 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-16T01:15:12.492 INFO:teuthology.orchestra.run.smithi071.stderr:grep: /var/log/ceph/9b20f548-fb8d-11ee-bc8f-c7b262605968/ceph.log: No such file or directory 2024-04-16T01:15:12.493 INFO:tasks.cephadm:Compressing logs... 2024-04-16T01:15:12.494 DEBUG:teuthology.orchestra.run.smithi071:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-16T01:15:12.536 DEBUG:teuthology.orchestra.run.smithi098:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-16T01:15:12.538 DEBUG:teuthology.orchestra.run.smithi133:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-16T01:15:12.562 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-16T01:15:12.565 INFO:teuthology.orchestra.run.smithi133.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-16T01:15:12.565 INFO:teuthology.orchestra.run.smithi098.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-16T01:15:12.908 INFO:tasks.cephadm:Archiving logs... 2024-04-16T01:15:12.909 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi/7657781/remote/smithi071/log 2024-04-16T01:15:12.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-16T01:15:13.028 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi/7657781/remote/smithi098/log 2024-04-16T01:15:13.029 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-16T01:15:13.076 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi/7657781/remote/smithi133/log 2024-04-16T01:15:13.076 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-16T01:15:13.116 INFO:tasks.cephadm:Removing cluster... 2024-04-16T01:15:13.116 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 --force 2024-04-16T01:15:13.288 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:15:13.506 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 --force 2024-04-16T01:15:13.680 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:15:13.911 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9b20f548-fb8d-11ee-bc8f-c7b262605968 --force 2024-04-16T01:15:14.093 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 9b20f548-fb8d-11ee-bc8f-c7b262605968 2024-04-16T01:15:14.319 INFO:tasks.cephadm:Removing cephadm ... 2024-04-16T01:15:14.319 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-16T01:15:14.341 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-16T01:15:14.360 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-16T01:15:14.378 INFO:tasks.cephadm:Teardown complete 2024-04-16T01:15:14.378 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-16T01:15:14.393 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-16T01:15:14.393 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-16T01:15:14.395 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-16T01:15:14.403 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-16T01:15:14.519 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-16T01:15:14.527 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-16T01:15:14.528 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-16T01:15:14.530 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-16T01:15:14.532 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-16T01:15:14.548 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2024-04-16T01:15:14.548 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2024-04-16T01:15:14.549 INFO:teuthology.orchestra.run.smithi133.stderr:bash: ntpq: command not found 2024-04-16T01:15:14.552 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-16T01:15:14.552 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-04-16T01:15:14.552 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv01.front.sepia.ceph.com 3 6 377 22 +615us[ +570us] +/- 52ms 2024-04-16T01:15:14.552 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 21 -2092us[-2092us] +/- 64ms 2024-04-16T01:15:14.552 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 +2231us[+2186us] +/- 106ms 2024-04-16T01:15:14.552 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:15:14.554 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-16T01:15:14.555 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-04-16T01:15:14.555 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv01.front.sepia.ceph.com 3 6 377 22 +590us[ +496us] +/- 52ms 2024-04-16T01:15:14.555 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 23 -2103us[-2197us] +/- 64ms 2024-04-16T01:15:14.555 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 22 +2202us[+2202us] +/- 106ms 2024-04-16T01:15:14.555 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:15:14.555 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-16T01:15:14.555 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-16T01:15:14.555 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv01.front.sepia.ceph.com 3 6 377 23 +619us[ +617us] +/- 52ms 2024-04-16T01:15:14.555 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 21 -2100us[-2100us] +/- 64ms 2024-04-16T01:15:14.555 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 23 +2233us[+2230us] +/- 106ms 2024-04-16T01:15:14.555 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-16T01:15:14.556 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-16T01:15:14.565 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-16T01:15:14.565 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-16T01:15:14.659 DEBUG:teuthology.orchestra.run.smithi071:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-16T01:15:14.730 DEBUG:teuthology.orchestra.run.smithi098:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-16T01:15:14.798 DEBUG:teuthology.orchestra.run.smithi133:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-16T01:15:14.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-04-16T01:15:14.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-16T01:15:14.894 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-04-16T01:15:14.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-16T01:15:14.925 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-04-16T01:15:14.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-16T01:15:14.955 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-16T01:15:14.964 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-16T01:15:15.061 INFO:teuthology.task.internal:Duration was 1101.781599 seconds 2024-04-16T01:15:15.061 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-16T01:15:15.091 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-16T01:15:15.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-16T01:15:15.094 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-16T01:15:15.096 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-16T01:15:15.141 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-16T01:15:15.141 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-16T01:15:15.143 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-16T01:15:15.567 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-16T01:15:15.567 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-04-16T01:15:15.568 DEBUG:teuthology.orchestra.run.smithi071:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-16T01:15:15.594 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-04-16T01:15:15.594 DEBUG:teuthology.orchestra.run.smithi098:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-16T01:15:15.617 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-04-16T01:15:15.618 DEBUG:teuthology.orchestra.run.smithi133:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-16T01:15:15.640 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-16T01:15:15.640 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-16T01:15:15.643 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-16T01:15:15.660 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-16T01:15:15.726 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-16T01:15:15.726 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-16T01:15:15.729 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-16T01:15:15.731 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-16T01:15:15.811 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-16T01:15:15.824 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-16T01:15:15.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-16T01:15:15.852 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-16T01:15:15.880 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-16T01:15:15.906 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-16T01:15:15.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-16T01:15:15.918 DEBUG:teuthology.orchestra.run.smithi098:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-16T01:15:15.921 DEBUG:teuthology.orchestra.run.smithi133:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-16T01:15:15.943 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-04-16T01:15:15.946 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-04-16T01:15:15.972 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-04-16T01:15:15.994 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-16T01:15:16.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-16T01:15:16.047 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-16T01:15:16.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-16T01:15:16.064 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-16T01:15:16.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-16T01:15:16.082 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-16T01:15:16.093 INFO:teuthology.task.internal:Transferring archived files... 2024-04-16T01:15:16.093 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi/7657781/remote/smithi071 2024-04-16T01:15:16.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-16T01:15:16.134 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi/7657781/remote/smithi098 2024-04-16T01:15:16.134 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-16T01:15:16.173 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_22:08:02-orch-reef-distro-default-smithi/7657781/remote/smithi133 2024-04-16T01:15:16.173 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-16T01:15:16.211 INFO:teuthology.task.internal:Removing archive directory... 2024-04-16T01:15:16.211 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-16T01:15:16.213 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-16T01:15:16.216 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-16T01:15:16.263 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-16T01:15:16.282 INFO:teuthology.task.internal:Not uploading archives. 2024-04-16T01:15:16.282 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-16T01:15:16.327 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-16T01:15:16.327 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-16T01:15:16.329 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-16T01:15:16.332 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-16T01:15:16.344 INFO:teuthology.orchestra.run.smithi071.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 16 01:15 /home/ubuntu/cephtest 2024-04-16T01:15:16.347 INFO:teuthology.orchestra.run.smithi098.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 16 01:15 /home/ubuntu/cephtest 2024-04-16T01:15:16.349 INFO:teuthology.orchestra.run.smithi133.stdout: 525560 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 16 01:15 /home/ubuntu/cephtest 2024-04-16T01:15:16.350 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-16T01:15:16.412 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-16T01:15:16.457 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 1101.7815992832184 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-04-16T01:15:16.458 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-16T01:15:16.524 INFO:teuthology.run:pass